| Interfaces | |
|---|---|
| HttpTransportConstants | Declares HTTP-specific transport constants. |
| Classes | |
|---|---|
| AbstractHttpSenderConnection | Abstract base class for WebServiceConnection implementations that send request over HTTP. |
| AbstractHttpWebServiceMessageSender | Abstract base class for WebServiceMessageSender implementations that use HTTP. |
| CommonsHttpConnection | Implementation of WebServiceConnection that is based on Jakarta Commons HttpClient. |
| CommonsHttpMessageSender | WebServiceMessageSender implementation that uses Jakarta
Commons HttpClient to execute POST requests. |
| HttpServletConnection | Implementation of WebServiceConnection that is based on the Servlet API. |
| 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. |
| MessageDispatcherServlet | Servlet for simplified dispatching of Web service messages. |
| WebServiceMessageReceiverHandlerAdapter | Adapter to use the WebServiceMessageReceiver interface with the generic DispatcherServlet . |
| WsdlDefinitionHandlerAdapter | Adapter to use the WsdlDefinition interface with the generic DispatcherServlet. |
| Exceptions | |
|---|---|
| HttpTransportException | Exception that is thrown when an error occurs in the HTTP transport. |