Spring Web Services Framework

Uses of Interface
org.springframework.ws.transport.FaultAwareWebServiceConnection

Packages that use FaultAwareWebServiceConnection
org.springframework.ws.transport.http Package providing support for handling messages via HTTP. 
 

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

Classes in org.springframework.ws.transport.http that implement FaultAwareWebServiceConnection
 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 HttpExchangeConnection
          Implementation of WebServiceConnection that is based on the Java 6 HttpServer HttpExchange.
 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-2013 The Spring Web Services Framework. All Rights Reserved.