EndpointAdapter
, EndpointMapping
, and EndpointExceptionResolver
implementations for SOAP.See: Description
Class | Description |
---|---|
AbstractFaultCreatingValidatingMarshallingPayloadEndpoint |
Extension of the
AbstractValidatingMarshallingPayloadEndpoint which validates the request payload with Validator (s), and creates a SOAP Fault whenever the request message cannot be validated. |
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.Copyright © 2005–2015 The Spring Web Services Framework. All rights reserved.