Spring Web Services Framework

org.springframework.ws.soap.server.endpoint.interceptor
Class DelegatingSmartSoapEndpointInterceptor

java.lang.Object
  extended by org.springframework.ws.server.endpoint.interceptor.DelegatingSmartEndpointInterceptor
      extended by org.springframework.ws.soap.server.endpoint.interceptor.DelegatingSmartSoapEndpointInterceptor
All Implemented Interfaces:
EndpointInterceptor, SmartEndpointInterceptor, SmartSoapEndpointInterceptor, SoapEndpointInterceptor
Direct Known Subclasses:
PayloadRootSmartSoapEndpointInterceptor, SoapActionSmartEndpointInterceptor

public class DelegatingSmartSoapEndpointInterceptor
extends DelegatingSmartEndpointInterceptor
implements SmartSoapEndpointInterceptor

Implementation of the SmartSoapEndpointInterceptor interface that delegates to a delegate SoapEndpointInterceptor.

Since:
2.0
Author:
Arjen Poutsma

Constructor Summary
DelegatingSmartSoapEndpointInterceptor(EndpointInterceptor delegate)
          Creates a new instance of the DelegatingSmartSoapEndpointInterceptor with the given delegate.
 
Method Summary
 boolean understands(SoapHeaderElement header)
          Given a SoapHeaderElement, return whether or not this SoapEndpointInterceptor understands it.
 
Methods inherited from class org.springframework.ws.server.endpoint.interceptor.DelegatingSmartEndpointInterceptor
afterCompletion, getDelegate, handleFault, handleRequest, handleResponse, shouldIntercept, shouldIntercept
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.springframework.ws.server.SmartEndpointInterceptor
shouldIntercept
 
Methods inherited from interface org.springframework.ws.server.EndpointInterceptor
afterCompletion, handleFault, handleRequest, handleResponse
 

Constructor Detail

DelegatingSmartSoapEndpointInterceptor

public DelegatingSmartSoapEndpointInterceptor(EndpointInterceptor delegate)
Creates a new instance of the DelegatingSmartSoapEndpointInterceptor with the given delegate.

Parameters:
delegate - the endpoint interceptor to delegate to.
Method Detail

understands

public boolean understands(SoapHeaderElement header)
Description copied from interface: SoapEndpointInterceptor
Given a SoapHeaderElement, return whether or not this SoapEndpointInterceptor understands it.

Specified by:
understands in interface SoapEndpointInterceptor
Parameters:
header - the header
Returns:
true if understood, false otherwise

Spring Web Services Framework

Copyright © 2005-2013 The Spring Web Services Framework. All Rights Reserved.