Spring Web Services Framework

org.springframework.ws.soap.server
Interface SmartSoapEndpointInterceptor

All Superinterfaces:
EndpointInterceptor, SmartEndpointInterceptor, SoapEndpointInterceptor
All Known Implementing Classes:
DelegatingSmartSoapEndpointInterceptor, PayloadRootSmartSoapEndpointInterceptor, SoapActionSmartEndpointInterceptor

public interface SmartSoapEndpointInterceptor
extends SmartEndpointInterceptor, SoapEndpointInterceptor

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

Since:
2.0
Author:
Arjen Poutsma

Method Summary
 
Methods inherited from interface org.springframework.ws.server.SmartEndpointInterceptor
shouldIntercept
 
Methods inherited from interface org.springframework.ws.soap.server.SoapEndpointInterceptor
understands
 
Methods inherited from interface org.springframework.ws.server.EndpointInterceptor
afterCompletion, handleFault, handleRequest, handleResponse
 


Spring Web Services Framework

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