Package oracle.stellent.ridc
Interface IdcClientProvider
- All Known Implementing Classes:
IdcHttpClientProvider
,IntradocClientProvider
,JaxWSClientProvider
@Concealed
public interface IdcClientProvider
Interface for factory class of IdcClient
-
Method Summary
Modifier and TypeMethodDescriptioncreateClient
(IdcClientManager clientManager, String url) Create an IdcClient using the given URLString[]
Get a list of protocols supported by this provider
-
Method Details
-
getProtocols
String[] getProtocols()Get a list of protocols supported by this provider- Returns:
- The list of protocols supported by this provider. Must not be null and must contain at least one entry
-
createClient
Create an IdcClient using the given URL- Parameters:
clientManager
- the client managerurl
- the url- Returns:
- a new client initialized to the URL
- Throws:
IdcClientException
-