EndpointInterceptor implementations for SOAP purposes.See: Description
| Class | Description |
|---|---|
| AbstractFaultCreatingValidatingInterceptor |
Subclass of
AbstractValidatingInterceptor that creates a SOAP Fault whenever the request message cannot
be validated. |
| DelegatingSmartSoapEndpointInterceptor |
Implementation of the
SmartSoapEndpointInterceptor interface that delegates to a delegate SoapEndpointInterceptor. |
| PayloadRootSmartSoapEndpointInterceptor |
Implementation of the
SmartSoapEndpointInterceptor interface that only intercepts requests that have a specified namespace URI or local
part (or both) as payload root. |
| PayloadValidatingInterceptor |
Interceptor that validates the contents of
WebServiceMessages using a schema. |
| SoapActionSmartEndpointInterceptor |
Implementation of the
SmartEndpointInterceptor interface that only intercepts
requests that have a specified soap action. |
| SoapEnvelopeLoggingInterceptor |
SOAP-specific
EndpointInterceptor that logs the complete request and response envelope of
SoapMessage messages. |
EndpointInterceptor implementations for SOAP purposes.