Uses of Class
org.opensaml.messaging.handler.MessageHandlerException
-
Packages that use MessageHandlerException Package Description org.opensaml.messaging.handler Interfaces and classes for message context handlers. -
-
Uses of MessageHandlerException in org.opensaml.messaging.handler
Methods in org.opensaml.messaging.handler that throw MessageHandlerException Modifier and Type Method Description protected abstract voidAbstractMessageHandler. doInvoke(MessageContext messageContext)Performs the handler logic.protected booleanAbstractMessageHandler. doPreInvoke(MessageContext messageContext)Called prior to execution, handlers may override this method to perform pre-processing for a request.voidAbstractMessageHandler. invoke(MessageContext messageContext)Invoke the handler on the specified message context.voidMessageHandler. invoke(MessageContext messageContext)Invoke the handler on the specified message context.
-