Uses of Interface
org.opensaml.messaging.error.MessageErrorHandler
-
Packages that use MessageErrorHandler Package Description org.opensaml.messaging.error Interfaces and classes for message-related error handling.org.opensaml.messaging.error.servlet Classes for message-related error handling in a servlet environment. -
-
Uses of MessageErrorHandler in org.opensaml.messaging.error
Subinterfaces of MessageErrorHandler in org.opensaml.messaging.error Modifier and Type Interface Description interfacePipelineMessageErrorHandlerA specialization of error handler where the error is handled via use of a specified message handler and message encoder.interfaceTypedMessageErrorHandlerA specialization of error handler that explicitly indicates that it is capable of handling one or more types of throwable errors. -
Uses of MessageErrorHandler in org.opensaml.messaging.error.servlet
Subinterfaces of MessageErrorHandler in org.opensaml.messaging.error.servlet Modifier and Type Interface Description interfaceHttpServletMessageErrorHandlerA specialization of message error handler for HTTP servlet container environments.Classes in org.opensaml.messaging.error.servlet that implement MessageErrorHandler Modifier and Type Class Description classAbstractHttpServletMessageErrorHandlerAbstract implementation ofHttpServletMessageErrorHandler.
-