Spring Web Services Framework

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

Packages that use AbstractWebServiceConnection
org.springframework.ws.transport Contains the TransportRequest and TransportResponse interfaces. 
org.springframework.ws.transport.http Package providing support for handling messages via HTTP. 
 

Uses of AbstractWebServiceConnection in org.springframework.ws.transport
 

Subclasses of AbstractWebServiceConnection in org.springframework.ws.transport
 class AbstractReceiverConnection
          Abstract base class for WebServiceConnection implementations used for receiving requests.
 class AbstractSenderConnection
          Abstract base class for WebServiceConnection implementations used for sending requests.
 

Uses of AbstractWebServiceConnection in org.springframework.ws.transport.http
 

Subclasses of AbstractWebServiceConnection in org.springframework.ws.transport.http
 class AbstractHttpSenderConnection
          Abstract base class for WebServiceConnection implementations that send request over HTTP.
 class CommonsHttpConnection
          Implementation of WebServiceConnection that is based on Jakarta Commons HttpClient.
 class HttpServletConnection
          Implementation of WebServiceConnection that is based on the Servlet API.
 class HttpUrlConnection
          Implementation of the WebServiceConnection interface that uses a HttpURLConnection.
 


Spring Web Services Framework

Copyright � 2005-2008 The Spring Web Services Framework. All Rights Reserved.