Uses of Package
org.springframework.ws.soap.server.endpoint
Packages that use org.springframework.ws.soap.server.endpoint
Package
Description
Provides
EndpointAdapter
, EndpointMapping
, and EndpointExceptionResolver
implementations for SOAP.-
Classes in org.springframework.ws.soap.server.endpoint used by org.springframework.ws.config.annotationClassDescriptionSimple, SOAP-specific
EndpointExceptionResolver
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. -
Classes in org.springframework.ws.soap.server.endpoint used by org.springframework.ws.soap.server.endpointClassDescriptionAbstract base class for SOAP-based
EndpointExceptionResolver
implementations that depend onSoapFaultDefinition
.Defines properties for a SOAP Fault.