Interface SoapEndpointInterceptor

All Superinterfaces:
EndpointInterceptor
All Known Subinterfaces:
SmartSoapEndpointInterceptor
All Known Implementing Classes:
AbstractWsSecurityInterceptor, DelegatingSmartSoapEndpointInterceptor, PayloadRootSmartSoapEndpointInterceptor, SoapActionSmartEndpointInterceptor, SoapEnvelopeLoggingInterceptor, Wss4jSecurityInterceptor

public interface SoapEndpointInterceptor extends EndpointInterceptor
SOAP-specific extension of the EndpointInterceptor interface. Allows for handling of SOAP faults, which are considered different from regular responses.
Since:
1.0.0
Author:
Arjen Poutsma