MessageType - the type of message being handledpublic interface MessageHandlerChain<MessageType> extends MessageHandler<MessageType>
MessageHandler which represents an ordered list of
message handlers which may be invoked in order.| Modifier and Type | Method and Description |
|---|---|
List<MessageHandler<MessageType>> |
getHandlers()
Get the ordered list of message handlers which comprise the handler chain.
|
invokeinitialize, isInitialized@NonnullAfterInit @NonnullElements List<MessageHandler<MessageType>> getHandlers()
Copyright © 1999–2019 Shibboleth Consortium. All rights reserved.