Class ClientHttpRequestConnection

All Implemented Interfaces:
AutoCloseable, FaultAwareWebServiceConnection, HeadersAwareSenderWebServiceConnection, WebServiceConnection

public class ClientHttpRequestConnection extends AbstractHttpSenderConnection
Implementation of the WebServiceConnection interface that is based on the Spring 3 ClientHttpRequest and ClientHttpResponse.
Since:
2.2
Author:
Krzysztof Trojan, Arjen Poutsma, Greg Turnquist