Uses of Class
org.springframework.ws.transport.http.AbstractHttpSenderConnection
Packages that use AbstractHttpSenderConnection
Package
Description
Package providing support for handling messages via HTTP.
-
Uses of AbstractHttpSenderConnection in org.springframework.ws.transport.http
Subclasses of AbstractHttpSenderConnection in org.springframework.ws.transport.httpModifier and TypeClassDescriptionclass
Implementation of theWebServiceConnection
interface that is based on the Spring 3ClientHttpRequest
andClientHttpResponse
.class
Deprecated.class
Implementation ofWebServiceConnection
that is based on Apache HttpClient 5.class
Implementation ofWebServiceConnection
that is based on Apache HttpClient.class
Implementation of theWebServiceConnection
interface that uses aHttpURLConnection
.class
Implementation of theWebServiceConnection
interface that uses Java's built-inHttpClient
.
HttpComponentsConnection