Uses of Interface
org.opensaml.messaging.error.MessageErrorHandler
Packages that use MessageErrorHandler
Package
Description
Interfaces and classes for message-related error handling.
Classes for message-related error handling in a servlet environment.
SOAP messaging support implementations.
-
Uses of MessageErrorHandler in org.opensaml.messaging.error
Subinterfaces of MessageErrorHandler in org.opensaml.messaging.errorModifier and TypeInterfaceDescriptioninterfaceA specialization of error handler where the error is handled via use of a specified message handler and message encoder.interfaceA 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.servletModifier and TypeInterfaceDescriptioninterfaceDeprecated, for removal: This API element is subject to removal in a future version.Classes in org.opensaml.messaging.error.servlet that implement MessageErrorHandlerModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of MessageErrorHandler in org.opensaml.soap.soap11.messaging.impl
Classes in org.opensaml.soap.soap11.messaging.impl that implement MessageErrorHandlerModifier and TypeClassDescriptionclassAn implementation ofTypedMessageErrorHandlerwhich simply decorates the suppliedMessageContextwith aFaultand optionally a WS-Addressing Action URI.