Package org.springframework.ws.soap.server.endpoint.interceptor
package org.springframework.ws.soap.server.endpoint.interceptor
Provides miscellaneous endpoints
EndpointInterceptor implementations for SOAP purposes.-
ClassesClassDescriptionSubclass of
AbstractValidatingInterceptorthat creates a SOAP Fault whenever the request message cannot be validated.Implementation of theSmartSoapEndpointInterceptorinterface that delegates to a delegateSoapEndpointInterceptor.Implementation of theSmartSoapEndpointInterceptorinterface that only intercepts requests that have a specified namespace URI or local part (or both) as payload root.Interceptor that validates the contents ofWebServiceMessages using a schema.Implementation of theSmartEndpointInterceptorinterface that only intercepts requests that have a specified soap action.SOAP-specificEndpointInterceptorthat logs the complete request and response envelope ofSoapMessagemessages.