public interface SoapEndpointInterceptor extends EndpointInterceptor
EndpointInterceptor
interface. Allows for handling of SOAP faults, which are
considered different from regular responses.Modifier and Type | Method and Description |
---|---|
boolean |
understands(SoapHeaderElement header)
Given a
SoapHeaderElement , return whether or not this SoapEndpointInterceptor understands it. |
afterCompletion, handleFault, handleRequest, handleResponse
boolean understands(SoapHeaderElement header)
SoapHeaderElement
, return whether or not this SoapEndpointInterceptor
understands it.header
- the headertrue
if understood, false
otherwise