Class IdcHttpClientProvider
java.lang.Object
oracle.stellent.ridc.protocol.http.IdcHttpClientProvider
- All Implemented Interfaces:
IdcClientProvider
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateClient
(IdcClientManager clientManager, String url) Create a new IDC client using the given URLString[]
Get a list of protocols supported by this provider
-
Field Details
-
PROTOCOLS
-
-
Constructor Details
-
IdcHttpClientProvider
public IdcHttpClientProvider()
-
-
Method Details
-
getProtocols
Description copied from interface:IdcClientProvider
Get a list of protocols supported by this provider- Specified by:
getProtocols
in interfaceIdcClientProvider
- Returns:
- The list of protocols supported by this provider. Must not be null and must contain at least one entry
-
createClient
public IdcHttpClient createClient(IdcClientManager clientManager, String url) throws IdcClientException Create a new IDC client using the given URL- Specified by:
createClient
in interfaceIdcClientProvider
- Parameters:
clientManager
- the client managerurl
- the url- Returns:
- a new client initialized to the URL
- Throws:
IdcClientException
-