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.
|
understands
afterCompletion, getDelegate, handleFault, handleRequest, handleResponse, shouldIntercept
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
shouldIntercept
afterCompletion, handleFault, handleRequest, handleResponse
public PayloadRootSmartSoapEndpointInterceptor(EndpointInterceptor delegate, String namespaceUri, String localPart)
public void setTransformerHelper(TransformerHelper transformerHelper)
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.