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 TypeClassDescriptionclassAbstract base class forWebServiceConnectionimplementations used for sending requests. -
Uses of HeadersAwareSenderWebServiceConnection in org.springframework.ws.transport.http
Classes in org.springframework.ws.transport.http that implement HeadersAwareSenderWebServiceConnectionModifier and TypeClassDescriptionclassAbstract base class forWebServiceConnectionimplementations that send request over HTTP.classImplementation of theWebServiceConnectioninterface that is based on the Spring 3ClientHttpRequestandClientHttpResponse.classDeprecated.classImplementation ofWebServiceConnectionthat is based on Apache HttpClient.classImplementation of theWebServiceConnectioninterface that uses aHttpURLConnection. -
Uses of HeadersAwareSenderWebServiceConnection in org.springframework.ws.transport.jms
Classes in org.springframework.ws.transport.jms that implement HeadersAwareSenderWebServiceConnectionModifier and TypeClassDescriptionclassImplementation ofWebServiceConnectionthat 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 TypeClassDescriptionclassImplementation ofWebServiceConnectionthat 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 TypeClassDescriptionclassImplementation ofWebServiceConnectionthat is used for client-side XMPP access.
HttpComponentsConnection