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.
|
understandsafterCompletion, getDelegate, handleFault, handleRequest, handleResponse, shouldInterceptclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitshouldInterceptafterCompletion, handleFault, handleRequest, handleResponsepublic SoapActionSmartEndpointInterceptor(EndpointInterceptor delegate, String soapAction)
protected boolean shouldIntercept(WebServiceMessage request, Object endpoint)
DelegatingSmartEndpointInterceptorThis implementation always returns true.
shouldIntercept in class DelegatingSmartEndpointInterceptorrequest - the request messageendpoint - chosen endpoint to invoketrue to indicate that this interceptor applies; false otherwise