org.springframework.ws.soap.server.endpoint.interceptor
Class PayloadRootSmartSoapEndpointInterceptor
java.lang.Object
org.springframework.ws.server.endpoint.interceptor.DelegatingSmartEndpointInterceptor
org.springframework.ws.soap.server.endpoint.interceptor.DelegatingSmartSoapEndpointInterceptor
org.springframework.ws.soap.server.endpoint.interceptor.PayloadRootSmartSoapEndpointInterceptor
- All Implemented Interfaces:
- EndpointInterceptor, SmartEndpointInterceptor, SmartSoapEndpointInterceptor, SoapEndpointInterceptor
public class PayloadRootSmartSoapEndpointInterceptor
- extends DelegatingSmartSoapEndpointInterceptor
Implementation of the SmartSoapEndpointInterceptor interface that only intercepts requests that have a specified namespace URI or local
part (or both) as payload root.
- Since:
- 2.0
- Author:
- Arjen Poutsma
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PayloadRootSmartSoapEndpointInterceptor
public PayloadRootSmartSoapEndpointInterceptor(EndpointInterceptor delegate,
String namespaceUri,
String localPart)
setTransformerHelper
public void setTransformerHelper(TransformerHelper transformerHelper)
shouldIntercept
protected boolean shouldIntercept(WebServiceMessage request,
Object endpoint)
- Description copied from class:
DelegatingSmartEndpointInterceptor
- Indicates whether this interceptor should intercept the given request message.
This implementation always returns
true.
- Overrides:
shouldIntercept in class DelegatingSmartEndpointInterceptor
- Parameters:
request - the request messageendpoint - chosen endpoint to invoke
- Returns:
true to indicate that this interceptor applies; false otherwise
Copyright © 2005-2013 The Spring Web Services Framework. All Rights Reserved.