Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle WebCenter Content Remote Intradoc Client (RIDC)
11g Release 1 (11.1)

E17274-04


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(InputStream stream)
          Read a list of configuration into a new IdcClientManager from an XML stream
 void serializeConfiguration(OutputStream stream, IdcClientManager clientManager)
          Serialize all configurations in an IdcClientManager to an XML stream

 

Method Detail

readConfiguration

IdcClientManager readConfiguration(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(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 Java API Reference for Oracle WebCenter Content Remote Intradoc Client (RIDC)
11g Release 1 (11.1)

E17274-04


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