org.springframework.ws.soap.server.endpoint.interceptor
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DelegatingSmartSoapEndpointInterceptor
public DelegatingSmartSoapEndpointInterceptor(EndpointInterceptor delegate)
- Creates a new instance of the
DelegatingSmartSoapEndpointInterceptor with the given delegate.
- Parameters:
delegate - the endpoint interceptor to delegate to.
understands
public boolean understands(SoapHeaderElement header)
- Description copied from interface:
SoapEndpointInterceptor
- Given a
SoapHeaderElement, return whether or not this SoapEndpointInterceptor understands it.
- Specified by:
understands in interface SoapEndpointInterceptor
- Parameters:
header - the header
- Returns:
true if understood, false otherwise
Copyright © 2005-2013 The Spring Web Services Framework. All Rights Reserved.