Package | Description |
---|---|
oracle.stellent.ridc.config | |
oracle.stellent.ridc.config.impl |
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 |
---|---|
protected IdcClient |
XmlConfigurationSerializer.readConfig(IdcClientManager clientManager,
XPathEvaluator evaluator)
Read the configuration
|
IdcClientManager |
XmlConfigurationSerializer.readConfiguration(InputStream stream)
Read the configuration from an XML stream
|
void |
XmlConfigurationSerializer.serializeConfiguration(OutputStream stream,
IdcClientManager clientManager)
Serialize the clients in the IdcClientManager to an XML stream
|