Package org.opensaml.messaging.error
Interface MessageErrorHandler
-
- All Known Subinterfaces:
HttpServletMessageErrorHandler,PipelineMessageErrorHandler,TypedMessageErrorHandler
- All Known Implementing Classes:
AbstractHttpServletMessageErrorHandler
public interface MessageErrorHandlerComponent that handles message processing-related errors.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanhandleError(Throwable t, MessageContext messageContext)Handle a particular thrown error.
-
-
-
Method Detail
-
handleError
boolean handleError(Throwable t, MessageContext messageContext)
Handle a particular thrown error.- Parameters:
t- the error that was thrownmessageContext- the message context being processed, if available- Returns:
- true if error was successfully handled, false otherwise
-
-