Uses of Interface
org.opensaml.messaging.error.TypedMessageErrorHandler
Packages that use TypedMessageErrorHandler
Package
Description
Implementations of message context handlers.
SOAP messaging support implementations.
-
Uses of TypedMessageErrorHandler in org.opensaml.messaging.handler.impl
Fields in org.opensaml.messaging.handler.impl with type parameters of type TypedMessageErrorHandlerModifier and TypeFieldDescriptionprivate List<TypedMessageErrorHandler>MessageHandlerErrorStrategyAdapter.errorHandlersThe list of typed error handlers.Constructor parameters in org.opensaml.messaging.handler.impl with type arguments of type TypedMessageErrorHandlerModifierConstructorDescriptionMessageHandlerErrorStrategyAdapter(MessageHandler messageHandler, List<TypedMessageErrorHandler> typedErrorHandlers) Constructor. -
Uses of TypedMessageErrorHandler in org.opensaml.soap.soap11.messaging.impl
Classes in org.opensaml.soap.soap11.messaging.impl that implement TypedMessageErrorHandlerModifier and TypeClassDescriptionclassAn implementation ofTypedMessageErrorHandlerwhich simply decorates the suppliedMessageContextwith aFaultand optionally a WS-Addressing Action URI.