Package org.opensaml.messaging.handler
Interface MessageHandlerChain
- All Superinterfaces:
Component
,InitializableComponent
,MessageHandler
- All Known Implementing Classes:
BasicMessageHandlerChain
A specialization of
MessageHandler
which represents an ordered list of
message handlers which may be invoked in order.-
Method Summary
Modifier and TypeMethodDescriptionGet 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 Details
-
getHandlers
Get the ordered list of message handlers which comprise the handler chain.- Returns:
- the list of members of the handler chain
-