Spring Web Services Framework

Package org.springframework.ws.soap.server.endpoint

Provides EndpointAdapter, EndpointMapping, and EndpointExceptionResolver implementations for SOAP.

See:
          Description

Class Summary
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.
 

Package org.springframework.ws.soap.server.endpoint Description

Provides EndpointAdapter, EndpointMapping, and EndpointExceptionResolver implementations for SOAP.


Spring Web Services Framework

Copyright © 2005-2013 The Spring Web Services Framework. All Rights Reserved.