Uses of Interface
org.springframework.ws.server.EndpointExceptionResolver
Package
Description
Contains classes for server-side Spring-WS support.
Provides standard endpoint, and
EndpointAdapter
implementations.Provides WS-Security implementation classes.
Provides
EndpointAdapter
, EndpointMapping
, and EndpointExceptionResolver
implementations for SOAP.-
Uses of EndpointExceptionResolver in org.springframework.ws.server
Modifier and TypeMethodDescriptionMessageDispatcher.getEndpointExceptionResolvers()
Returns theEndpointExceptionResolver
s to use by thisMessageDispatcher
.Modifier and TypeMethodDescriptionvoid
MessageDispatcher.setEndpointExceptionResolvers
(List<EndpointExceptionResolver> endpointExceptionResolvers) Sets theEndpointExceptionResolver
s to use by thisMessageDispatcher
. -
Uses of EndpointExceptionResolver in org.springframework.ws.server.endpoint
-
Uses of EndpointExceptionResolver in org.springframework.ws.soap.security
Modifier and TypeMethodDescriptionvoid
AbstractWsSecurityInterceptor.setExceptionResolver
(EndpointExceptionResolver exceptionResolver) Provide anEndpointExceptionResolver
for resolving validation exceptions. -
Uses of EndpointExceptionResolver in org.springframework.ws.soap.server.endpoint
Modifier and TypeClassDescriptionclass
Abstract base class for SOAP-basedEndpointExceptionResolver
implementations that depend onSoapFaultDefinition
.class
Simple, SOAP-specificEndpointExceptionResolver
implementation that stores the exception's message as the fault string.class
Implementation of theEndpointExceptionResolver
interface that uses theSoapFault
annotation to map exceptions to SOAP Faults.class
Exception resolver that allows for mapping exception class names to SOAP Faults.