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
          Implementation of WebServiceConnection that is based on Jakarta Commons 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-2010 The Spring Web Services Framework. All Rights Reserved.