Package org.opensaml.messaging.handler
Interface MessageHandlerChain
-
- All Superinterfaces:
net.shibboleth.utilities.java.support.component.Component,net.shibboleth.utilities.java.support.component.InitializableComponent,MessageHandler
public interface MessageHandlerChain extends MessageHandler
A specialization ofMessageHandlerwhich represents an ordered list of message handlers which may be invoked in order.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<MessageHandler>getHandlers()Get the ordered list of message handlers which comprise the handler chain.-
Methods inherited from interface net.shibboleth.utilities.java.support.component.InitializableComponent
initialize, isInitialized
-
Methods inherited from interface org.opensaml.messaging.handler.MessageHandler
invoke
-
-
-
-
Method Detail
-
getHandlers
@NonnullAfterInit @NonnullElements List<MessageHandler> getHandlers()
Get the ordered list of message handlers which comprise the handler chain.- Returns:
- the list of members of the handler chain
-
-