Spring Web Services Framework

Uses of Class
org.springframework.ws.client.WebServiceClientException

Packages that use WebServiceClientException
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.soap.client Contains classes for SOAP-specific client-side Spring-WS support. 
 

Uses of WebServiceClientException in org.springframework.ws.client
 

Subclasses of WebServiceClientException in org.springframework.ws.client
 class WebServiceFaultException
          Thrown by SimpleFaultMessageResolver when the response message has a fault.
 class WebServiceIOException
          Exception thrown whenever an I/O error occurs on the client-side.
 class WebServiceTransformerException
          Exception thrown whenever a transformation error occurs on the client-side.
 class WebServiceTransportException
          Exception thrown whenever a transport error occurs on the client-side.
 

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

Methods in org.springframework.ws.client.core that throw WebServiceClientException
 Object WebServiceOperations.marshalSendAndReceive(Object requestPayload)
          Sends a web service message that contains the given payload, marshalled by the configured Marshaller.
 Object WebServiceOperations.marshalSendAndReceive(Object requestPayload, WebServiceMessageCallback requestCallback)
          Sends a web service message that contains the given payload, marshalled by the configured Marshaller.
 Object WebServiceOperations.marshalSendAndReceive(String uri, Object requestPayload)
          Sends a web service message that contains the given payload, marshalled by the configured Marshaller.
 Object WebServiceOperations.marshalSendAndReceive(String uri, Object requestPayload, WebServiceMessageCallback requestCallback)
          Sends a web service message that contains the given payload, marshalled by the configured Marshaller.
 boolean WebServiceOperations.sendAndReceive(String uri, WebServiceMessageCallback requestCallback, WebServiceMessageCallback responseCallback)
          Sends a web service message that can be manipulated with the given request callback, handling the response with a response callback.
 Object WebServiceOperations.sendAndReceive(String uri, WebServiceMessageCallback requestCallback, WebServiceMessageExtractor responseExtractor)
          Sends a web service message that can be manipulated with the given callback, reading the result with a WebServiceMessageExtractor.
 boolean WebServiceOperations.sendAndReceive(WebServiceMessageCallback requestCallback, WebServiceMessageCallback responseCallback)
          Sends a web service message that can be manipulated with the given request callback, handling the response with a response callback.
 Object WebServiceOperations.sendAndReceive(WebServiceMessageCallback requestCallback, WebServiceMessageExtractor responseExtractor)
          Sends a web service message that can be manipulated with the given callback, reading the result with a WebServiceMessageExtractor.
 Object WebServiceOperations.sendSourceAndReceive(Source requestPayload, SourceExtractor responseExtractor)
          Sends a web service message that contains the given payload, reading the result with a SourceExtractor.
 Object WebServiceOperations.sendSourceAndReceive(Source requestPayload, WebServiceMessageCallback requestCallback, SourceExtractor responseExtractor)
          Sends a web service message that contains the given payload, reading the result with a SourceExtractor.
 Object WebServiceOperations.sendSourceAndReceive(String uri, Source requestPayload, SourceExtractor responseExtractor)
          Sends a web service message that contains the given payload, reading the result with a SourceExtractor.
 Object WebServiceOperations.sendSourceAndReceive(String uri, Source requestPayload, WebServiceMessageCallback requestCallback, SourceExtractor responseExtractor)
          Sends a web service message that contains the given payload, reading the result with a SourceExtractor.
 boolean WebServiceOperations.sendSourceAndReceiveToResult(Source requestPayload, Result responseResult)
          Sends a web service message that contains the given payload.
 boolean WebServiceOperations.sendSourceAndReceiveToResult(Source requestPayload, WebServiceMessageCallback requestCallback, Result responseResult)
          Sends a web service message that contains the given payload.
 boolean WebServiceOperations.sendSourceAndReceiveToResult(String uri, Source requestPayload, Result responseResult)
          Sends a web service message that contains the given payload.
 boolean WebServiceOperations.sendSourceAndReceiveToResult(String uri, Source requestPayload, WebServiceMessageCallback requestCallback, Result responseResult)
          Sends a web service message that contains the given payload.
 

Uses of WebServiceClientException in org.springframework.ws.soap.client
 

Subclasses of WebServiceClientException in org.springframework.ws.soap.client
 class SoapFaultClientException
          Thrown by SoapFaultMessageResolver when the response message has a fault.
 


Spring Web Services Framework

Copyright � 2005-2008 The Spring Web Services Framework. All Rights Reserved.