Uses of Class
org.springframework.ws.server.endpoint.AbstractEndpointExceptionResolver
Package
Description
Provides
EndpointAdapter
, EndpointMapping
, and EndpointExceptionResolver
implementations for SOAP.-
Uses of AbstractEndpointExceptionResolver 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.