Package org.somda.sdc.dpws.http.factory
Interface HttpClientFactory
-
- All Known Implementing Classes:
ApacheTransportBindingFactoryImpl
public interface HttpClientFactoryGuice factory for HttpClients.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HttpClientcreateHttpClient()Creates an http client.
-
-
-
Method Detail
-
createHttpClient
HttpClient createHttpClient()
Creates an http client.- Returns:
- a transport binding bound to endpointUri.
-
-