Class DelegatingSmartEndpointInterceptor

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

public class DelegatingSmartEndpointInterceptor extends Object implements SmartEndpointInterceptor
Implementation of the SmartEndpointInterceptor interface that delegates to a delegate EndpointInterceptor.
Since:
2.0
Author:
Arjen Poutsma