public class SoapActionSmartEndpointInterceptor extends DelegatingSmartSoapEndpointInterceptor
SmartEndpointInterceptor
interface that only intercepts
requests that have a specified soap action.Constructor and Description |
---|
SoapActionSmartEndpointInterceptor(EndpointInterceptor delegate,
String soapAction) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
shouldIntercept(WebServiceMessage request,
Object endpoint)
Indicates whether this interceptor should intercept the given request message.
|
understands
afterCompletion, getDelegate, handleFault, handleRequest, handleResponse, shouldIntercept
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
shouldIntercept
afterCompletion, handleFault, handleRequest, handleResponse
public SoapActionSmartEndpointInterceptor(EndpointInterceptor delegate, String soapAction)
protected boolean shouldIntercept(WebServiceMessage request, Object endpoint)
DelegatingSmartEndpointInterceptor
This implementation always returns true
.
shouldIntercept
in class DelegatingSmartEndpointInterceptor
request
- the request messageendpoint
- chosen endpoint to invoketrue
to indicate that this interceptor applies; false
otherwiseCopyright © 2020 Pivotal Software. All rights reserved.