Interface SoapEndpointInterceptor
- All Superinterfaces:
EndpointInterceptor
- All Known Subinterfaces:
SmartSoapEndpointInterceptor
- All Known Implementing Classes:
AbstractWsSecurityInterceptor
,DelegatingSmartSoapEndpointInterceptor
,PayloadRootSmartSoapEndpointInterceptor
,SoapActionSmartEndpointInterceptor
,SoapEnvelopeLoggingInterceptor
,Wss4jSecurityInterceptor
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
Modifier and TypeMethodDescriptionboolean
understands
(SoapHeaderElement header) Given aSoapHeaderElement
, return whether or not thisSoapEndpointInterceptor
understands it.Methods inherited from interface org.springframework.ws.server.EndpointInterceptor
afterCompletion, handleFault, handleRequest, handleResponse
-
Method Details
-
understands
Given aSoapHeaderElement
, return whether or not thisSoapEndpointInterceptor
understands it.- Parameters:
header
- the header- Returns:
true
if understood,false
otherwise
-