MessageType - the type of message being handledpublic interface MessageHandler<MessageType> extends InitializableComponent
| Modifier and Type | Method and Description |
|---|---|
void |
invoke(MessageContext<MessageType> messageContext)
Invoke the handler on the specified message context.
|
initialize, isInitializedvoid invoke(@Nonnull MessageContext<MessageType> messageContext) throws MessageHandlerException
messageContext - the message context on which to invoke the handlerMessageHandlerException - if the there is an error invoking the handler on the message contextCopyright © 1999–2017 Shibboleth Consortium. All rights reserved.