Package | Description |
---|---|
oracle.stellent.ridc | |
oracle.stellent.ridc.protocol.http | |
oracle.stellent.ridc.protocol.intradoc | |
oracle.stellent.ridc.protocol.jaxws |
Modifier and Type | Method and Description |
---|---|
IdcClientProvider |
IdcClientManager.getProvider(String protocol)
Retrieve a provider by protocol name
|
IdcClientProvider |
IdcClientManager.getProvider(String protocol,
String url)
Returns the provider based on the protocol as well as the URL.
|
Modifier and Type | Method and Description |
---|---|
void |
IdcClientManager.registerProvider(IdcClientProvider provider) |
void |
IdcClientManager.registerProvider(String protocol,
IdcClientProvider provider)
Register a provider.
|
Modifier and Type | Class and Description |
---|---|
class |
IdcHttpClientProvider |
Modifier and Type | Class and Description |
---|---|
class |
IntradocClientProvider
Creates the HDA clients
|
Modifier and Type | Class and Description |
---|---|
class |
JaxWSClientProvider
Client provider for the JAX-WS protocol
|