EndpointAdapter, EndpointMapping, and EndpointExceptionResolver
implementations for SOAP.See: Description
| Class | Description |
|---|---|
| AbstractFaultCreatingValidatingMarshallingPayloadEndpoint | Deprecated
as of Spring Web Services 2.0, in favor of annotated endpoints
|
| AbstractSoapFaultDefinitionExceptionResolver |
Abstract base class for SOAP-based
EndpointExceptionResolver implementations that depend on SoapFaultDefinition. |
| SimpleSoapExceptionResolver |
Simple, SOAP-specific
EndpointExceptionResolver
implementation that stores the exception's message as the fault string. |
| SoapFaultAnnotationExceptionResolver |
Implementation of the
EndpointExceptionResolver interface that uses the SoapFault annotation to map exceptions to SOAP Faults. |
| SoapFaultDefinition |
Defines properties for a SOAP Fault.
|
| SoapFaultDefinitionEditor |
PropertyEditor for
SoapFaultDefinition objects. |
| SoapFaultMappingExceptionResolver |
Exception resolver that allows for mapping exception class names to SOAP Faults.
|
EndpointAdapter, EndpointMapping, and EndpointExceptionResolver
implementations for SOAP.