Spring Web Services Framework

Package org.springframework.ws.soap.server.endpoint.interceptor

Provides miscellaneous endpoints EndpointInterceptor implementations for SOAP purposes.

See:
          Description

Class Summary
AbstractFaultCreatingValidatingInterceptor Subclass of AbstractValidatingInterceptor that creates a SOAP Fault whenever the request message cannot be validated.
DelegatingSmartSoapEndpointInterceptor Implementation of the SmartSoapEndpointInterceptor interface that delegates to a delegate SoapEndpointInterceptor.
PayloadRootSmartSoapEndpointInterceptor Implementation of the SmartSoapEndpointInterceptor interface that only intercepts requests that have a specified namespace URI or local part (or both) as payload root.
PayloadValidatingInterceptor Interceptor that validates the contents of WebServiceMessages using a schema.
SoapActionSmartEndpointInterceptor Implementation of the SmartEndpointInterceptor interface that only intercepts requests that have a specified soap action.
SoapEnvelopeLoggingInterceptor SOAP-specific EndpointInterceptor that logs the complete request and response envelope of SoapMessage messages.
 

Package org.springframework.ws.soap.server.endpoint.interceptor Description

Provides miscellaneous endpoints EndpointInterceptor implementations for SOAP purposes.


Spring Web Services Framework

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