Uses of Interface
org.springframework.ws.transport.HeadersAwareSenderWebServiceConnection
Packages that use HeadersAwareSenderWebServiceConnection
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 HeadersAwareSenderWebServiceConnection in org.springframework.ws.transport
Classes in org.springframework.ws.transport that implement HeadersAwareSenderWebServiceConnectionModifier and TypeClassDescriptionclass
Abstract base class forWebServiceConnection
implementations used for sending requests. -
Uses of HeadersAwareSenderWebServiceConnection in org.springframework.ws.transport.http
Classes in org.springframework.ws.transport.http that implement HeadersAwareSenderWebServiceConnectionModifier 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 of theWebServiceConnection
interface that uses aHttpURLConnection
.class
Implementation of theWebServiceConnection
interface that uses Java's built-inHttpClient
. -
Uses of HeadersAwareSenderWebServiceConnection in org.springframework.ws.transport.jms
Classes in org.springframework.ws.transport.jms that implement HeadersAwareSenderWebServiceConnectionModifier and TypeClassDescriptionclass
Implementation ofWebServiceConnection
that is used for client-side JMS access. -
Uses of HeadersAwareSenderWebServiceConnection in org.springframework.ws.transport.mail
Classes in org.springframework.ws.transport.mail that implement HeadersAwareSenderWebServiceConnectionModifier and TypeClassDescriptionclass
Implementation ofWebServiceConnection
that is used for client-side Mail access. -
Uses of HeadersAwareSenderWebServiceConnection in org.springframework.ws.transport.xmpp
Classes in org.springframework.ws.transport.xmpp that implement HeadersAwareSenderWebServiceConnectionModifier and TypeClassDescriptionclass
Implementation ofWebServiceConnection
that is used for client-side XMPP access.
HttpComponentsConnection