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 of MessageHandler which 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
    • 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