Modifier and Type | Class and Description |
---|---|
class |
SimpleIdcClientManager
A lightweight client manager for use in simple clients such as desktop and Android.
|
Modifier and Type | Method and Description |
---|---|
IdcClientManager |
IdcClient.getClientManager() |
Modifier and Type | Method and Description |
---|---|
IdcClient |
IdcClientProvider.createClient(IdcClientManager clientManager,
String url)
Create an IdcClient using the given URL
|
Constructor and Description |
---|
IdcClient(IdcClientManager clientManager,
TConfig clientConfig) |
Modifier and Type | Method and Description |
---|---|
IdcClientManager |
ConfigurationSerializer.readConfiguration(InputStream stream)
Read a list of configuration into a new IdcClientManager from an XML stream
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationSerializer.serializeConfiguration(OutputStream stream,
IdcClientManager clientManager)
Serialize all configurations in an IdcClientManager to an XML stream
|
Modifier and Type | Method and Description |
---|---|
IdcClientManager |
XmlConfigurationSerializer.readConfiguration(InputStream stream)
Read the configuration from an XML stream
|
Modifier and Type | Method and Description |
---|---|
protected IdcClient |
XmlConfigurationSerializer.readConfig(IdcClientManager clientManager,
XPathEvaluator evaluator)
Read the configuration
|
void |
XmlConfigurationSerializer.serializeConfiguration(OutputStream stream,
IdcClientManager clientManager)
Serialize the clients in the IdcClientManager to an XML stream
|
Modifier and Type | Method and Description |
---|---|
IdcHttpClient |
IdcHttpClientProvider.createClient(IdcClientManager clientManager,
String url)
Create a new IDC client using the given URL
|
Constructor and Description |
---|
IdcHttpClient(IdcClientManager clientManager,
IdcHttpClientConfig clientConfig) |
Modifier and Type | Method and Description |
---|---|
IdcClient |
IntradocClientProvider.createClient(IdcClientManager clientManager,
String url)
Create a new IDC client using the given URL
|
Constructor and Description |
---|
IntradocClient(IdcClientManager clientManager,
IntradocClientConfig clientConfig) |
Modifier and Type | Method and Description |
---|---|
JaxWSClient |
JaxWSClientProvider.createClient(IdcClientManager clientManager,
String url) |
Constructor and Description |
---|
JaxWSClient(IdcClientManager clientManager,
JaxWSClientConfig clientConfig)
Constructor
|
Modifier and Type | Method and Description |
---|---|
IdcClientManager |
RidcConnection.getIdcClientManager()
Gets the IdcClientManager that was used to create the IdcClient instance
for this connection.
|