org.springframework.ws.soap.server.endpoint.interceptor
Class SoapActionSmartEndpointInterceptor
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.SoapActionSmartEndpointInterceptor
- All Implemented Interfaces:
- EndpointInterceptor, SmartEndpointInterceptor, SmartSoapEndpointInterceptor, SoapEndpointInterceptor
public class SoapActionSmartEndpointInterceptor
- extends DelegatingSmartSoapEndpointInterceptor
Implementation of the SmartEndpointInterceptor
interface that only intercepts
requests that have a specified soap action.
- Since:
- 2.0
- Author:
- Arjen Poutsma
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SoapActionSmartEndpointInterceptor
public SoapActionSmartEndpointInterceptor(EndpointInterceptor delegate,
String soapAction)
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.