Spring Web Services Framework

org.springframework.ws.soap.server
Interface SoapEndpointInterceptor

All Superinterfaces:
EndpointInterceptor
All Known Subinterfaces:
SmartSoapEndpointInterceptor
All Known Implementing Classes:
AbstractWsSecurityInterceptor, DelegatingSmartSoapEndpointInterceptor, PayloadRootSmartSoapEndpointInterceptor, SoapActionSmartEndpointInterceptor, SoapEnvelopeLoggingInterceptor, Wss4jSecurityInterceptor, XwsSecurityInterceptor

public interface SoapEndpointInterceptor
extends EndpointInterceptor

SOAP-specific extension of the EndpointInterceptor interface. Allows for handling of SOAP faults, which are considered different from regular responses.

Since:
1.0.0
Author:
Arjen Poutsma

Method Summary
 boolean understands(SoapHeaderElement header)
          Given a SoapHeaderElement, return whether or not this SoapEndpointInterceptor understands it.
 
Methods inherited from interface org.springframework.ws.server.EndpointInterceptor
afterCompletion, handleFault, handleRequest, handleResponse
 

Method Detail

understands

boolean understands(SoapHeaderElement header)
Given a SoapHeaderElement, return whether or not this SoapEndpointInterceptor understands it.

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.