public class PayloadRootSmartSoapEndpointInterceptor extends DelegatingSmartSoapEndpointInterceptor
SmartSoapEndpointInterceptor interface that only intercepts requests that have a specified namespace URI or local
part (or both) as payload root.| Constructor and Description |
|---|
PayloadRootSmartSoapEndpointInterceptor(EndpointInterceptor delegate,
String namespaceUri,
String localPart) |
| Modifier and Type | Method and Description |
|---|---|
void |
setTransformerHelper(TransformerHelper transformerHelper) |
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 PayloadRootSmartSoapEndpointInterceptor(EndpointInterceptor delegate, String namespaceUri, String localPart)
public void setTransformerHelper(TransformerHelper transformerHelper)
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