Package org.opensaml.messaging.handler
Interface MessageHandler
- All Superinterfaces:
Component,InitializableComponent
- All Known Subinterfaces:
MessageHandlerChain
- All Known Implementing Classes:
AbstractMessageHandler
A message handler represents some reusable logic that may be invoked on a message context.
-
Method Summary
Modifier and TypeMethodDescriptionvoidinvoke(MessageContext messageContext) Invoke the handler on the specified message context.Methods inherited from interface net.shibboleth.shared.component.InitializableComponent
initialize, isInitialized
-
Method Details
-
invoke
Invoke the handler on the specified message context.- Parameters:
messageContext- the message context on which to invoke the handler- Throws:
MessageHandlerException- if the there is an error invoking the handler on the message context
-