MessageType
- the type of message being handledpublic interface MessageHandler<MessageType>
extends net.shibboleth.utilities.java.support.component.InitializableComponent
Modifier and Type | Method and Description |
---|---|
void |
invoke(MessageContext<MessageType> messageContext)
Invoke the handler on the specified message context.
|
void 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 © 2018. All rights reserved.