Spring Web Services Framework

Package org.springframework.ws.client.support.interceptor

Provides the ClientInterceptor interface, and validating interceptors.

See:
          Description

Interface Summary
ClientInterceptor Workflow interface that allows for customized client-side message interception.
 

Class Summary
AbstractValidatingInterceptor Abstract base class for ClientInterceptor implementations that validate part of the message using a schema.
PayloadValidatingInterceptor Client-side interceptor that validates the contents of WebServiceMessages using a schema.
 

Exception Summary
WebServiceValidationException Exception thrown whenever a validation error occurs on the client-side.
 

Package org.springframework.ws.client.support.interceptor Description

Provides the ClientInterceptor interface, and validating interceptors.


Spring Web Services Framework

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