Uses of Interface
org.opensaml.messaging.handler.MessageHandler
-
Packages that use MessageHandler Package Description org.opensaml.messaging.error Interfaces and classes for message-related error handling.org.opensaml.messaging.handler Interfaces and classes for message context handlers.org.opensaml.messaging.pipeline Interfaces and classes for message processing pipelines. -
-
Uses of MessageHandler in org.opensaml.messaging.error
Methods in org.opensaml.messaging.error that return MessageHandler Modifier and Type Method Description MessageHandlerPipelineMessageErrorHandler. getHandler()Get the handler to invoke on the outbound error message.Methods in org.opensaml.messaging.error with parameters of type MessageHandler Modifier and Type Method Description voidPipelineMessageErrorHandler. setHandler(MessageHandler handler)Set the handler to invoke on the outbound error message. -
Uses of MessageHandler in org.opensaml.messaging.handler
Subinterfaces of MessageHandler in org.opensaml.messaging.handler Modifier and Type Interface Description interfaceMessageHandlerChainA specialization ofMessageHandlerwhich represents an ordered list of message handlers which may be invoked in order.Classes in org.opensaml.messaging.handler that implement MessageHandler Modifier and Type Class Description classAbstractMessageHandlerA base abstract implementation ofMessageHandler.Methods in org.opensaml.messaging.handler that return types with arguments of type MessageHandler Modifier and Type Method Description List<MessageHandler>MessageHandlerChain. getHandlers()Get the ordered list of message handlers which comprise the handler chain. -
Uses of MessageHandler in org.opensaml.messaging.pipeline
Fields in org.opensaml.messaging.pipeline declared as MessageHandler Modifier and Type Field Description private MessageHandlerBasicMessagePipeline. inboundHandlerInbound message handler.private MessageHandlerBasicMessagePipeline. outboundPayloadHandlerOutbound payload message handler.private MessageHandlerBasicMessagePipeline. outboundTransportHandlerOutbound transport message handler.Methods in org.opensaml.messaging.pipeline that return MessageHandler Modifier and Type Method Description MessageHandlerBasicMessagePipeline. getInboundMessageHandler()Get the (optional) inbound message handler instance.MessageHandlerMessagePipeline. getInboundMessageHandler()Get the (optional) inbound message handler instance.MessageHandlerBasicMessagePipeline. getOutboundPayloadMessageHandler()Get the (optional) outbound payload message handler instance.MessageHandlerMessagePipeline. getOutboundPayloadMessageHandler()Get the (optional) outbound payload message handler instance.MessageHandlerBasicMessagePipeline. getOutboundTransportMessageHandler()Get the (optional) outbound transport message handler instance.MessageHandlerMessagePipeline. getOutboundTransportMessageHandler()Get the (optional) outbound transport message handler instance.Methods in org.opensaml.messaging.pipeline with parameters of type MessageHandler Modifier and Type Method Description voidBasicMessagePipeline. setInboundHandler(MessageHandler handler)Set the inbound message handler.voidBasicMessagePipeline. setOutboundPayloadHandler(MessageHandler handler)Set the outbound payload message handler.voidBasicMessagePipeline. setOutboundTransportHandler(MessageHandler handler)Set the outbound transport message handler.
-