Class IntradocClientProvider
java.lang.Object
oracle.stellent.ridc.protocol.intradoc.IntradocClientProvider
- All Implemented Interfaces:
IdcClientProvider
Creates the HDA clients
-
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
-
IntradocClientProvider
public IntradocClientProvider()
-
-
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
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
-