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
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
Copyright © 2005-2013 The Spring Web Services Framework. All Rights Reserved.