Spring Web Services Framework

Uses of Class
org.springframework.ws.transport.AbstractSenderConnection

Packages that use AbstractSenderConnection
org.springframework.ws.transport.http Package providing support for handling messages via HTTP. 
org.springframework.ws.transport.jms Package providing support for handling messages via JMS. 
org.springframework.ws.transport.mail Package providing support for handling messages via email. 
org.springframework.ws.transport.xmpp 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.http
 class AbstractHttpSenderConnection
          Abstract base class for WebServiceConnection implementations that send request over HTTP.
 class CommonsHttpConnection
          Deprecated. In favor of HttpComponentsConnection
 class HttpComponentsConnection
          Implementation of WebServiceConnection that is based on Apache HttpClient.
 class HttpUrlConnection
          Implementation of the WebServiceConnection interface that uses a HttpURLConnection.
 

Uses of AbstractSenderConnection in org.springframework.ws.transport.jms
 

Subclasses of AbstractSenderConnection in org.springframework.ws.transport.jms
 class JmsSenderConnection
          Implementation of WebServiceConnection that is used for client-side JMS access.
 

Uses of AbstractSenderConnection in org.springframework.ws.transport.mail
 

Subclasses of AbstractSenderConnection in org.springframework.ws.transport.mail
 class MailSenderConnection
          Implementation of WebServiceConnection that is used for client-side Mail access.
 

Uses of AbstractSenderConnection in org.springframework.ws.transport.xmpp
 

Subclasses of AbstractSenderConnection in org.springframework.ws.transport.xmpp
 class XmppSenderConnection
          Implementation of WebServiceConnection that is used for client-side XMPP access.
 


Spring Web Services Framework

Copyright © 2005-2013 The Spring Web Services Framework. All Rights Reserved.