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