Spring Web Services Framework

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

Packages that use org.springframework.ws.client.support.interceptor
org.springframework.ws.client.core Core package of the Spring-WS client-side support. 
org.springframework.ws.client.core.support Convenient super class for application classes that need Web service access. 
org.springframework.ws.client.support.interceptor Provides the ClientInterceptor interface, and validating interceptors. 
org.springframework.ws.soap.security Provides WS-Security implementation classes. 
org.springframework.ws.soap.security.wss4j Contains classes for using the Apache WSS4J WS-Security implementation within Spring-WS. 
org.springframework.ws.soap.security.xwss Contains classes for using the XML and WebServices Security WS-Security implementation within Spring-WS. 
 

Classes in org.springframework.ws.client.support.interceptor used by org.springframework.ws.client.core
ClientInterceptor
          Workflow interface that allows for customized client-side message interception.
 

Classes in org.springframework.ws.client.support.interceptor used by org.springframework.ws.client.core.support
ClientInterceptor
          Workflow interface that allows for customized client-side message interception.
 

Classes in org.springframework.ws.client.support.interceptor used by org.springframework.ws.client.support.interceptor
AbstractValidatingInterceptor
          Abstract base class for ClientInterceptor implementations that validate part of the message using a schema.
ClientInterceptor
          Workflow interface that allows for customized client-side message interception.
WebServiceValidationException
          Exception thrown whenever a validation error occurs on the client-side.
 

Classes in org.springframework.ws.client.support.interceptor used by org.springframework.ws.soap.security
ClientInterceptor
          Workflow interface that allows for customized client-side message interception.
 

Classes in org.springframework.ws.client.support.interceptor used by org.springframework.ws.soap.security.wss4j
ClientInterceptor
          Workflow interface that allows for customized client-side message interception.
 

Classes in org.springframework.ws.client.support.interceptor used by org.springframework.ws.soap.security.xwss
ClientInterceptor
          Workflow interface that allows for customized client-side message interception.
 


Spring Web Services Framework

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