Skip navigation links

Oracle® Fusion Middleware Remote Intradoc Client (RIDC) Java API Reference
11g Release 1 (11.1.1)

E17274-02


oracle.stellent.ridc.config
Interface ConfigurationSerializer<T extends IdcClientConfig>

All Known Implementing Classes:
XmlConfigurationSerializer

public interface ConfigurationSerializer<T extends IdcClientConfig>

Serialize in and out the configuration of the clients.


Method Summary
 IdcClientManager readConfiguration(java.io.InputStream stream)
          Read a list of configuration into a new IdcClientManager from an XML stream
 void serializeConfiguration(java.io.OutputStream stream, IdcClientManager clientManager)
          Serialize all configurations in an IdcClientManager to an XML stream

 

Method Detail

readConfiguration

IdcClientManager readConfiguration(java.io.InputStream stream)
                                   throws IdcClientException
Read a list of configuration into a new IdcClientManager from an XML stream
Parameters:
stream - XML stream that contains the list of configuration
Returns:
a new IdcClientManager that receives the list of configuration
Throws:
ConfigurationException
IdcClientException

serializeConfiguration

void serializeConfiguration(java.io.OutputStream stream,
                            IdcClientManager clientManager)
                            throws ConfigurationException
Serialize all configurations in an IdcClientManager to an XML stream
Parameters:
stream - the XML stream that receives the list of configuration
clientManager - the IdcClientManager that contains the list of configuration
Throws:
ConfigurationException

Skip navigation links

Oracle® Fusion Middleware Remote Intradoc Client (RIDC) Java API Reference
11g Release 1 (11.1.1)

E17274-02


Copyright © 2008, 2011, Oracle and/or its affiliates. All rights reserved.