public class DelegatingSmartSoapEndpointInterceptor extends DelegatingSmartEndpointInterceptor implements SmartSoapEndpointInterceptor
SmartSoapEndpointInterceptor interface that delegates to a delegate SoapEndpointInterceptor.| Constructor and Description |
|---|
DelegatingSmartSoapEndpointInterceptor(EndpointInterceptor delegate)
Creates a new instance of the
DelegatingSmartSoapEndpointInterceptor with the given delegate. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
understands(SoapHeaderElement header)
Given a
SoapHeaderElement, return whether or not this SoapEndpointInterceptor understands it. |
afterCompletion, getDelegate, handleFault, handleRequest, handleResponse, shouldIntercept, shouldInterceptclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitshouldInterceptafterCompletion, handleFault, handleRequest, handleResponsepublic DelegatingSmartSoapEndpointInterceptor(EndpointInterceptor delegate)
DelegatingSmartSoapEndpointInterceptor with the given delegate.delegate - the endpoint interceptor to delegate to.public boolean understands(SoapHeaderElement header)
SoapEndpointInterceptorSoapHeaderElement, return whether or not this SoapEndpointInterceptor understands it.understands in interface SoapEndpointInterceptorheader - the headertrue if understood, false otherwise