Spring Web Services Framework

Uses of Interface
org.springframework.ws.client.support.interceptor.ClientInterceptor

Packages that use ClientInterceptor
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. 
 

Uses of ClientInterceptor in org.springframework.ws.client.core
 

Methods in org.springframework.ws.client.core that return ClientInterceptor
 ClientInterceptor[] WebServiceTemplate.getInterceptors()
          Returns the client interceptors to apply to all web service invocations made by this template.
 

Methods in org.springframework.ws.client.core with parameters of type ClientInterceptor
 void WebServiceTemplate.setInterceptors(ClientInterceptor[] interceptors)
          Sets the client interceptors to apply to all web service invocations made by this template.
 

Uses of ClientInterceptor in org.springframework.ws.client.core.support
 

Methods in org.springframework.ws.client.core.support that return ClientInterceptor
 ClientInterceptor[] WebServiceGatewaySupport.getInterceptors()
          Returns the ClientInterceptors used by the template.
 

Methods in org.springframework.ws.client.core.support with parameters of type ClientInterceptor
 void WebServiceGatewaySupport.setInterceptors(ClientInterceptor[] interceptors)
          Sets the ClientInterceptors used by the gateway.
 

Uses of ClientInterceptor in org.springframework.ws.client.support.interceptor
 

Classes in org.springframework.ws.client.support.interceptor that implement ClientInterceptor
 class AbstractValidatingInterceptor
          Abstract base class for ClientInterceptor implementations that validate part of the message using a schema.
 class PayloadValidatingInterceptor
          Client-side interceptor that validates the contents of WebServiceMessages using a schema.
 

Uses of ClientInterceptor in org.springframework.ws.soap.security
 

Classes in org.springframework.ws.soap.security that implement ClientInterceptor
 class AbstractWsSecurityInterceptor
          Interceptor base class for interceptors that handle WS-Security.
 

Uses of ClientInterceptor in org.springframework.ws.soap.security.wss4j
 

Classes in org.springframework.ws.soap.security.wss4j that implement ClientInterceptor
 class Wss4jSecurityInterceptor
          A WS-Security endpoint interceptor based on Apache's WSS4J.
 

Uses of ClientInterceptor in org.springframework.ws.soap.security.xwss
 

Classes in org.springframework.ws.soap.security.xwss that implement ClientInterceptor
 class XwsSecurityInterceptor
          WS-Security endpoint interceptor that is based on Sun's XML and Web Services Security package (XWSS).
 


Spring Web Services Framework

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