Class SoapActionSmartEndpointInterceptor

All Implemented Interfaces:
EndpointInterceptor, SmartEndpointInterceptor, SmartSoapEndpointInterceptor, SoapEndpointInterceptor

public class SoapActionSmartEndpointInterceptor extends DelegatingSmartSoapEndpointInterceptor
Implementation of the SmartEndpointInterceptor interface that only intercepts requests that have a specified soap action.
Since:
2.0
Author:
Arjen Poutsma
  • Constructor Details

    • SoapActionSmartEndpointInterceptor

      public SoapActionSmartEndpointInterceptor(EndpointInterceptor delegate, String soapAction)
  • Method Details