Uses of Interface
org.springframework.ws.transport.FaultAwareWebServiceConnection
Packages that use FaultAwareWebServiceConnection
Package
Description
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 FaultAwareWebServiceConnectionModifier 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 ofWebServiceConnectionthat is based on the Java 6 HttpServerHttpExchange.classImplementation ofWebServiceConnectionthat is based on the Servlet API.classImplementation of theWebServiceConnectioninterface that uses aHttpURLConnection.classImplementation of theWebServiceConnectioninterface that uses Java's built-inHttpClient.