| Name | Description | Type | Package | Framework |
| AbstractFaultCreatingValidatingInterceptor | Subclass of AbstractValidatingInterceptor that creates a SOAP Fault whenever the request message cannotbe validated. | Class | org.springframework.ws.soap.server.endpoint.interceptor | Spring WebService |
| 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. | Class | org.springframework.ws.soap.server.endpoint | Spring WebService |
| AbstractSoapFaultDefinitionExceptionResolver | Abstract base class for SOAP-based EndpointExceptionResolver implementations that depend on SoapFaultDefinition. | Class | org.springframework.ws.soap.server.endpoint | Spring WebService |
| DelegatingSmartSoapEndpointInterceptor | Class | org.springframework.ws.soap.server.endpoint.interceptor | Spring WebService | |
| DelegatingSoapEndpointMapping | EndpointMapping implement that adds SOAP actors or roles to a delegate endpoint. | Class | org.springframework.ws.soap.server.endpoint.mapping | Spring WebService |
| FaultCode | enum FaultCodeextends Enum | Class | org.springframework.ws.soap.server.endpoint.annotation | Spring WebService |
| PayloadRootSmartSoapEndpointInterceptor | part (or both) as payload root. | Class | org.springframework.ws.soap.server.endpoint.interceptor | Spring WebService |
| PayloadValidatingInterceptor | Interceptor that validates the contents of WebServiceMessages using a schema. | Class | org.springframework.ws.soap.server.endpoint.interceptor | Spring WebService |
| SimpleSoapExceptionResolver | Simple, SOAP-specific EndpointExceptionResolverThe fault code is always set to a Server (in SOAP 1. | Class | org.springframework.ws.soap.server.endpoint | Spring WebService |
| SmartSoapEndpointInterceptor | SOAP-specific extension of the SmartEndpointInterceptor interface. | Interface | org.springframework.ws.soap.server | Spring WebService |
| SoapAction | Marks an endpoint method as the handler for an incoming request. | Class | org.springframework.ws.soap.server.endpoint.annotation | Spring WebService |
| SoapActionAnnotationMethodEndpointMapping | Endpoints typically have the following form: public class MyEndpoint{ | Class | org.springframework.ws.soap.server.endpoint.mapping | Spring WebService |
| SoapActionEndpointMapping | beans. | Class | org.springframework.ws.soap.server.endpoint.mapping | Spring WebService |
| SoapActionSmartEndpointInterceptor | requests that have a specified soap action. | Class | org.springframework.ws.soap.server.endpoint.interceptor | Spring WebService |
| SoapEndpointInterceptor | SOAP-specific extension of the EndpointInterceptor interface. | Interface | org.springframework.ws.soap.server | Spring WebService |
| SoapEndpointInvocationChain | SOAP-specific subclass of the EndpointInvocationChain. | Class | org.springframework.ws.soap.server | Spring WebService |
| SoapEndpointMapping | SOAP-specific sub-interface of the EndpointMapping. | Interface | org.springframework.ws.soap.server | Spring WebService |
| SoapEnvelopeLoggingInterceptor | SOAP-specific EndpointInterceptor that logs the complete request and response envelope ofSoapMessage messages. | Class | org.springframework.ws.soap.server.endpoint.interceptor | Spring WebService |
| SoapFault | Marks an exception class with the fault elements that should be returned whenever this exception is thrown. | Class | org.springframework.ws.soap.server.endpoint.annotation | Spring WebService |
| SoapFaultAnnotationExceptionResolver | Class | org.springframework.ws.soap.server.endpoint | Spring WebService | |
| SoapFaultDefinition | Defines properties for a SOAP Fault. | Class | org.springframework.ws.soap.server.endpoint | Spring WebService |
| SoapFaultDefinitionEditor | PropertyEditor for SoapFaultDefinition objects. | Class | org.springframework.ws.soap.server.endpoint | Spring WebService |
| SoapFaultMappingExceptionResolver | Exception resolver that allows for mapping exception class names to SOAP Faults. | Class | org.springframework.ws.soap.server.endpoint | Spring WebService |
| SoapHeader | Marks an endpoint method parameter to be resolved as a single or a list of SoapHeaderElement. | Class | org.springframework.ws.soap.server.endpoint.annotation | Spring WebService |
| SoapHeaderElementMethodArgumentResolver | method parameters must be annotated with SoapHeader to indicate the SOAP header to resolve. | Class | org.springframework.ws.soap.server.endpoint.adapter.method | Spring WebService |
| SoapMessageDispatcher | SOAP-specific subclass of the MessageDispatcher. | Class | org.springframework.ws.soap.server | Spring WebService |
| SoapMethodArgumentResolver | Class | org.springframework.ws.soap.server.endpoint.adapter.method | Spring WebService | |