| Name | Description | Type | Package | Framework |
| AbstractHttpSenderConnection | Abstract base class for WebServiceConnection implementations that send request over HTTP. | Class | org.springframework.ws.transport.http | Spring WebService |
| AbstractHttpWebServiceMessageSender | Abstract base class for WebServiceMessageSender implementations that useSince:1. | Class | org.springframework.ws.transport.http | Spring WebService |
| CommonsHttpConnection | Class | org.springframework.ws.transport.http | Spring WebService | |
| CommonsHttpMessageSender | WebServiceMessageSender implementation that uses JakartaCommons HttpClient to execute POST requests. | Class | org.springframework.ws.transport.http | Spring WebService |
| HttpComponentsConnection | Class | org.springframework.ws.transport.http | Spring WebService | |
| HttpComponentsMessageSender | WebServiceMessageSender implementation that uses ApacheHttpClient to execute POST requests. | Class | org.springframework.ws.transport.http | Spring WebService |
| HttpComponentsMessageSender .RemoveSoapHeadersInterceptor | HttpClient HttpRequestInterceptor implementation that removes Content-Length andTransfer-Encoding headers from the request. | Class | org.springframework.ws.transport.http.HttpComponentsMessageSender | Spring WebService |
| HttpExchangeConnection | Class | org.springframework.ws.transport.http | Spring WebService | |
| HttpServletConnection | Class | org.springframework.ws.transport.http | Spring WebService | |
| HttpsTransportException | Exception that is thrown when an error occurs in the HTTP transport. | Class | org.springframework.ws.transport.http | Spring WebService |
| HttpsUrlConnectionMessageSender | Extension of HttpUrlConnectionMessageSender that adds support for (self-signed) HTTPS certificates. | Class | org.springframework.ws.transport.http | Spring WebService |
| HttpTransportConstants | Declares HTTP-specific transport constants. | Interface | org.springframework.ws.transport.http | Spring WebService |
| HttpTransportException | Exception that is thrown when an error occurs in the HTTP transport. | Class | org.springframework.ws.transport.http | Spring WebService |
| HttpUrlConnection | Class | org.springframework.ws.transport.http | Spring WebService | |
| HttpUrlConnectionMessageSender | WebServiceMessageSender implementation that uses standard J2SE facilities to execute POST requests,without support for HTTP authentication or advanced configuration options. | Class | org.springframework.ws.transport.http | Spring WebService |
| LocationTransformerObjectSupport | Abstract base class for WsdlDefinitionHandlerAdapter and XsdSchemaHandlerAdapter that transformsXSD and WSDL location attributes. | Class | org.springframework.ws.transport.http | Spring WebService |
| MessageDispatcherServlet | Servlet for simplified dispatching of Web service messages. | Class | org.springframework.ws.transport.http | Spring WebService |
| WebServiceMessageReceiverHandlerAdapter | Adapter to use the WebServiceMessageReceiver interface with the generic DispatcherServlet. | Class | org.springframework.ws.transport.http | Spring WebService |
| WebServiceMessageReceiverHttpHandler | HttpHandler that can be used to handle incoming HttpExchange service requests. | Class | org.springframework.ws.transport.http | Spring WebService |
| WsdlDefinitionHandlerAdapter | Adapter to use the WsdlDefinition interface with the generic DispatcherServlet. | Class | org.springframework.ws.transport.http | Spring WebService |
| WsdlDefinitionHttpHandler | Class | org.springframework.ws.transport.http | Spring WebService | |
| XsdSchemaHandlerAdapter | Adapter to use the XsdSchema interface with the generic DispatcherServlet. | Class | org.springframework.ws.transport.http | Spring WebService |