Uses of Class
org.springframework.ws.transport.AbstractWebServiceConnection
Package
Description
Contains the TransportRequest and TransportResponse interfaces.
Package providing support for handling messages via HTTP.
Package providing support for handling messages via JMS.
Package providing support for handling messages via email.
Package providing support for handling messages via xmpp.
-
Uses of AbstractWebServiceConnection in org.springframework.ws.transport
Modifier and TypeClassDescriptionclass
Abstract base class forWebServiceConnection
implementations used for receiving requests.class
Abstract base class forWebServiceConnection
implementations used for sending requests. -
Uses of AbstractWebServiceConnection in org.springframework.ws.transport.http
Modifier and TypeClassDescriptionclass
Abstract base class forWebServiceConnection
implementations that send request over HTTP.class
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 ofWebServiceConnection
that is based on the Java 6 HttpServerHttpExchange
.class
Implementation ofWebServiceConnection
that is based on the Servlet API.class
Implementation of theWebServiceConnection
interface that uses aHttpURLConnection
.class
Implementation of theWebServiceConnection
interface that uses Java's built-inHttpClient
. -
Uses of AbstractWebServiceConnection in org.springframework.ws.transport.jms
Modifier and TypeClassDescriptionclass
Implementation ofWebServiceConnection
that is used for server-side JMS access.class
Implementation ofWebServiceConnection
that is used for client-side JMS access. -
Uses of AbstractWebServiceConnection in org.springframework.ws.transport.mail
Modifier and TypeClassDescriptionclass
Implementation ofWebServiceConnection
that is used for server-side Mail access.class
Implementation ofWebServiceConnection
that is used for client-side Mail access. -
Uses of AbstractWebServiceConnection in org.springframework.ws.transport.xmpp
Modifier and TypeClassDescriptionclass
Implementation ofWebServiceConnection
that is used for server-side XMPP access.class
Implementation ofWebServiceConnection
that is used for client-side XMPP access.
HttpComponentsConnection