Package org.springframework.ws.soap.server.endpoint
package org.springframework.ws.soap.server.endpoint
Provides
EndpointAdapter
, EndpointMapping
, and EndpointExceptionResolver
implementations for SOAP.-
ClassDescriptionDeprecated.as of Spring Web Services 2.0, in favor of annotated endpointsAbstract base class for SOAP-based
EndpointExceptionResolver
implementations that depend onSoapFaultDefinition
.Simple, SOAP-specificEndpointExceptionResolver
implementation that stores the exception's message as the fault string.Implementation of theEndpointExceptionResolver
interface that uses theSoapFault
annotation to map exceptions to SOAP Faults.Defines properties for a SOAP Fault.PropertyEditor forSoapFaultDefinition
objects.Exception resolver that allows for mapping exception class names to SOAP Faults.