Interface SmartSoapEndpointInterceptor

All Superinterfaces:
EndpointInterceptor, SmartEndpointInterceptor, SoapEndpointInterceptor
All Known Implementing Classes:
DelegatingSmartSoapEndpointInterceptor, PayloadRootSmartSoapEndpointInterceptor, SoapActionSmartEndpointInterceptor

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