Uses of Interface
org.opensaml.messaging.handler.MessageHandler
Packages that use MessageHandler
Package
Description
Interfaces and classes for message-related error handling.
Interfaces and classes for message context handlers.
Interfaces and classes for message processing pipelines.
-
Uses of MessageHandler in org.opensaml.messaging.error
Methods in org.opensaml.messaging.error that return MessageHandlerModifier and TypeMethodDescriptionPipelineMessageErrorHandler.getHandler()Deprecated, for removal: This API element is subject to removal in a future version.Get the handler to invoke on the outbound error message.Methods in org.opensaml.messaging.error with parameters of type MessageHandlerModifier and TypeMethodDescriptionvoidPipelineMessageErrorHandler.setHandler(MessageHandler handler) Deprecated, for removal: This API element is subject to removal in a future version.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.handlerModifier and TypeInterfaceDescriptioninterfaceA specialization ofMessageHandlerwhich represents an ordered list of message handlers which may be invoked in order.Classes in org.opensaml.messaging.handler that implement MessageHandlerMethods in org.opensaml.messaging.handler that return types with arguments of type MessageHandlerModifier and TypeMethodDescriptionMessageHandlerChain.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 MessageHandlerModifier and TypeFieldDescriptionprivate MessageHandlerBasicMessagePipeline.inboundHandlerInbound message handler.private MessageHandlerBasicMessagePipeline.outboundPayloadHandlerOutbound payload message handler.private MessageHandlerBasicMessagePipeline.outboundTransportHandlerOutbound transport message handler.Methods in org.opensaml.messaging.pipeline that return MessageHandlerModifier and TypeMethodDescriptionBasicMessagePipeline.getInboundMessageHandler()Get the (optional) inbound message handler instance.MessagePipeline.getInboundMessageHandler()Get the (optional) inbound message handler instance.BasicMessagePipeline.getOutboundPayloadMessageHandler()Get the (optional) outbound payload message handler instance.MessagePipeline.getOutboundPayloadMessageHandler()Get the (optional) outbound payload message handler instance.BasicMessagePipeline.getOutboundTransportMessageHandler()Get the (optional) outbound transport message handler instance.MessagePipeline.getOutboundTransportMessageHandler()Get the (optional) outbound transport message handler instance.Methods in org.opensaml.messaging.pipeline with parameters of type MessageHandlerModifier and TypeMethodDescriptionvoidBasicMessagePipeline.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.