Uses of Class
org.springframework.ws.transport.AbstractSenderConnection
Packages that use AbstractSenderConnection
Package
Description
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 AbstractSenderConnection in org.springframework.ws.transport.http
Subclasses of AbstractSenderConnection in org.springframework.ws.transport.httpModifier and TypeClassDescriptionclassAbstract base class forWebServiceConnectionimplementations that send request over HTTP.classImplementation of theWebServiceConnectioninterface that is based on the Spring 3ClientHttpRequestandClientHttpResponse.classImplementation ofWebServiceConnectionthat is based on Apache HttpClient 5.classImplementation ofWebServiceConnectionthat is based on Apache HttpClient.classImplementation of theWebServiceConnectioninterface that uses aHttpURLConnection.classImplementation of theWebServiceConnectioninterface that uses Java's built-inHttpClient. -
Uses of AbstractSenderConnection in org.springframework.ws.transport.jms
Subclasses of AbstractSenderConnection in org.springframework.ws.transport.jmsModifier and TypeClassDescriptionclassImplementation ofWebServiceConnectionthat is used for client-side JMS access. -
Uses of AbstractSenderConnection in org.springframework.ws.transport.mail
Subclasses of AbstractSenderConnection in org.springframework.ws.transport.mailModifier and TypeClassDescriptionclassImplementation ofWebServiceConnectionthat is used for client-side Mail access. -
Uses of AbstractSenderConnection in org.springframework.ws.transport.xmpp
Subclasses of AbstractSenderConnection in org.springframework.ws.transport.xmppModifier and TypeClassDescriptionclassImplementation ofWebServiceConnectionthat is used for client-side XMPP access.