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, shouldIntercept
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
shouldIntercept
afterCompletion, handleFault, handleRequest, handleResponse
public DelegatingSmartSoapEndpointInterceptor(EndpointInterceptor delegate)
DelegatingSmartSoapEndpointInterceptor
with the given delegate.delegate
- the endpoint interceptor to delegate to.public boolean understands(SoapHeaderElement header)
SoapEndpointInterceptor
SoapHeaderElement
, return whether or not this SoapEndpointInterceptor
understands it.understands
in interface SoapEndpointInterceptor
header
- the headertrue
if understood, false
otherwiseCopyright © 2020 Pivotal Software. All rights reserved.