Package org.somda.sdc.dpws.http.factory
Interface HttpClientFactory
- All Known Implementing Classes:
ApacheTransportBindingFactoryImpl
public interface HttpClientFactory
Guice factory for HttpClients.
-
Method Summary
-
Method Details
-
createHttpClient
HttpClient createHttpClient()Creates an http client.- Returns:
- a transport binding bound to endpointUri.
-