The ServiceWriter does exactly what its name implies, it writes expresso-services.xml
files. It is used by management software to save any changes to configurations
author: Michael Rimov version: $Revision: 1.9 $ on $Date: 2004/11/17 20:48:17 $
writeServicesFile(RootContainerInterface rootContainer, String location) Write the services file to a particular file location.
Parameters: rootContainer - The RootContainer interface that will contain baseinformation about the system state we are about to save. Parameters: location - The location to save the services file.
Write the services file to a particular file location.
Parameters: rootContainer - The RootContainer interface that will contain baseinformation about the system state we are about to save. Parameters: location - The location to save the services file. (File name should be includedin this parameter). throws: ExpressoRuntimeException - upon error.
Write the services file to a particular output stream
Parameters: rootContainer - The RootContainer interface that will contain baseinformation about the system state we are about to save. Parameters: os - The output stream to save the services file to. throws: ExpressoRuntimeException - upon error.