See: Description
| Interface | Description |
|---|---|
| HttpTransportConstants |
Declares HTTP-specific transport constants.
|
| Class | Description |
|---|---|
| AbstractHttpSenderConnection |
Abstract base class for
WebServiceConnection implementations that send request over HTTP. |
| AbstractHttpWebServiceMessageSender |
Abstract base class for
WebServiceMessageSender implementations that use
HTTP. |
| ClientHttpRequestConnection |
Implementation of the
WebServiceConnection interface that is based on the
Spring 3 ClientHttpRequest and ClientHttpResponse. |
| ClientHttpRequestMessageSender |
WebServiceMessageSender implementation based on the
ClientHttpRequestFactory introduced in Spring 3. |
| CommonsHttpConnection | Deprecated
In favor of
HttpComponentsConnection |
| CommonsHttpMessageSender | Deprecated
In favor of
HttpComponentsMessageSender |
| HttpComponentsConnection |
Implementation of
WebServiceConnection that is based on Apache HttpClient. |
| HttpComponentsMessageSender |
WebServiceMessageSender implementation that uses Apache
HttpClient to execute POST requests. |
| HttpComponentsMessageSender.RemoveSoapHeadersInterceptor |
HttpClient
HttpRequestInterceptor implementation that removes Content-Length and
Transfer-Encoding headers from the request. |
| HttpExchangeConnection |
Implementation of
WebServiceConnection that is based on the Java 6 HttpServer HttpExchange. |
| HttpServletConnection |
Implementation of
WebServiceConnection that is based on the Servlet API. |
| HttpsUrlConnectionMessageSender |
Extension of
HttpUrlConnectionMessageSender that adds support for (self-signed) HTTPS certificates. |
| HttpUrlConnection |
Implementation of the
WebServiceConnection interface that uses a HttpURLConnection. |
| HttpUrlConnectionMessageSender |
WebServiceMessageSender implementation that uses standard J2SE facilities to
execute POST requests, without support for HTTP authentication or advanced
configuration options. |
| LocationTransformerObjectSupport |
Abstract base class for
WsdlDefinitionHandlerAdapter and XsdSchemaHandlerAdapter that transforms
XSD and WSDL location attributes. |
| MessageDispatcherServlet |
Servlet for simplified dispatching of Web service messages.
|
| WebServiceMessageReceiverHandlerAdapter |
Adapter to use the
WebServiceMessageReceiver interface with the generic DispatcherServlet. |
| WebServiceMessageReceiverHttpHandler |
HttpHandler that can be used to handle incoming HttpExchange service requests. |
| WsdlDefinitionHandlerAdapter |
Adapter to use the
WsdlDefinition interface with the generic DispatcherServlet. |
| WsdlDefinitionHttpHandler | |
| XsdSchemaHandlerAdapter |
Adapter to use the
XsdSchema interface with the generic DispatcherServlet. |
| Exception | Description |
|---|---|
| HttpsTransportException |
Exception that is thrown when an error occurs in the HTTP transport.
|
| HttpTransportException |
Exception that is thrown when an error occurs in the HTTP transport.
|
MessageDispatcherServlet and
WebServiceHttpHandler for server-side access, and the HttpUrlConnectionMessageSender and
CommonsHttpMessageSender for client-side access.