|
Spring Web Services Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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.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. |
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.client.support.destination |
---|
Subclasses of WebServiceClientException in org.springframework.ws.client.support.destination | |
---|---|
class |
DestinationProvisionException
Thrown by a DestinationProvider when it cannot provide a destination. |
Uses of WebServiceClientException in org.springframework.ws.client.support.interceptor |
---|
Subclasses of WebServiceClientException in org.springframework.ws.client.support.interceptor | |
---|---|
class |
WebServiceValidationException
Exception thrown whenever a validation error occurs on the client-side. |
Methods in org.springframework.ws.client.support.interceptor that throw WebServiceClientException | |
---|---|
boolean |
ClientInterceptor.handleFault(MessageContext messageContext)
Processes the incoming response fault. |
boolean |
AbstractValidatingInterceptor.handleFault(MessageContext messageContext)
Does nothing by default. |
boolean |
ClientInterceptor.handleRequest(MessageContext messageContext)
Processes the outgoing request message. |
boolean |
AbstractValidatingInterceptor.handleRequest(MessageContext messageContext)
Validates the request message in the given message context. |
boolean |
ClientInterceptor.handleResponse(MessageContext messageContext)
Processes the incoming response message. |
boolean |
AbstractValidatingInterceptor.handleResponse(MessageContext messageContext)
Validates the response message in the given message context. |
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. |
Uses of WebServiceClientException in org.springframework.ws.soap.security |
---|
Methods in org.springframework.ws.soap.security that throw WebServiceClientException | |
---|---|
boolean |
AbstractWsSecurityInterceptor.handleFault(MessageContext messageContext)
Returns true , i.e. fault responses are not validated. |
boolean |
AbstractWsSecurityInterceptor.handleRequest(MessageContext messageContext)
Secures a client-side outgoing request. |
boolean |
AbstractWsSecurityInterceptor.handleResponse(MessageContext messageContext)
Validates a client-side incoming response. |
|
Spring Web Services Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |