Class DelegatingSmartSoapEndpointInterceptor

java.lang.Object
org.springframework.ws.server.endpoint.interceptor.DelegatingSmartEndpointInterceptor
org.springframework.ws.soap.server.endpoint.interceptor.DelegatingSmartSoapEndpointInterceptor
All Implemented Interfaces:
EndpointInterceptor, SmartEndpointInterceptor, SmartSoapEndpointInterceptor, SoapEndpointInterceptor
Direct Known Subclasses:
PayloadRootSmartSoapEndpointInterceptor, SoapActionSmartEndpointInterceptor

public class DelegatingSmartSoapEndpointInterceptor extends DelegatingSmartEndpointInterceptor implements SmartSoapEndpointInterceptor
Implementation of the SmartSoapEndpointInterceptor interface that delegates to a delegate SoapEndpointInterceptor.
Since:
2.0
Author:
Arjen Poutsma
  • Constructor Details

    • DelegatingSmartSoapEndpointInterceptor

      public DelegatingSmartSoapEndpointInterceptor(EndpointInterceptor delegate)
      Creates a new instance of the DelegatingSmartSoapEndpointInterceptor with the given delegate.
      Parameters:
      delegate - the endpoint interceptor to delegate to.
  • Method Details