SOAP-specific extension of the EndpointInterceptor interface. Allows for handling of SOAP faults, which
are considered different from regular responses.
author: Arjen Poutsma since: 1.0.0
Method Summary
boolean
understands(SoapHeaderElement header) Given a SoapHeaderElement, return whether or not this SoapEndpointInterceptor
understands it.
Given a SoapHeaderElement, return whether or not this SoapEndpointInterceptor
understands it.
Parameters: header - the header true if understood, false otherwise