Spring Web Services Framework

Uses of Package
org.springframework.ws.client

Packages that use org.springframework.ws.client
org.springframework.ws.client Contains classes for client-side Spring-WS support, allowing for Spring-style Web service access. 
org.springframework.ws.client.core Core package of the Spring-WS client-side support. 
org.springframework.ws.client.support.destination Provides the DestinationProvider interface. 
org.springframework.ws.client.support.interceptor Provides the ClientInterceptor interface, and validating interceptors. 
org.springframework.ws.soap.client Contains classes for SOAP-specific client-side Spring-WS support. 
org.springframework.ws.soap.security Provides WS-Security implementation classes. 
 

Classes in org.springframework.ws.client used by org.springframework.ws.client
WebServiceClientException
          Exception thrown whenever an error occurs on the client-side.
WebServiceIOException
          Exception thrown whenever an I/O error occurs on the client-side.
 

Classes in org.springframework.ws.client used by org.springframework.ws.client.core
WebServiceClientException
          Exception thrown whenever an error occurs on the client-side.
 

Classes in org.springframework.ws.client used by org.springframework.ws.client.support.destination
WebServiceClientException
          Exception thrown whenever an error occurs on the client-side.
 

Classes in org.springframework.ws.client used by org.springframework.ws.client.support.interceptor
WebServiceClientException
          Exception thrown whenever an error occurs on the client-side.
 

Classes in org.springframework.ws.client used by org.springframework.ws.soap.client
WebServiceClientException
          Exception thrown whenever an error occurs on the client-side.
WebServiceFaultException
          Thrown by SimpleFaultMessageResolver when the response message has a fault.
 

Classes in org.springframework.ws.client used by org.springframework.ws.soap.security
WebServiceClientException
          Exception thrown whenever an error occurs on the client-side.
 


Spring Web Services Framework

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