org.apache.geronimo.kernel.config.xstream
Class XStreamConfigurationMarshaler

java.lang.Object
  extended by org.apache.geronimo.kernel.config.xstream.XStreamConfigurationMarshaler
All Implemented Interfaces:
ConfigurationMarshaler

public class XStreamConfigurationMarshaler
extends Object
implements ConfigurationMarshaler


Constructor Summary
XStreamConfigurationMarshaler()
           
 
Method Summary
 GBeanState newGBeanState(Collection gbeans)
           
 ConfigurationData readConfigurationData(InputStream in)
           
 void writeConfigurationData(ConfigurationData configurationData, OutputStream out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XStreamConfigurationMarshaler

public XStreamConfigurationMarshaler()
Method Detail

readConfigurationData

public ConfigurationData readConfigurationData(InputStream in)
                                        throws IOException,
                                               ClassNotFoundException
Specified by:
readConfigurationData in interface ConfigurationMarshaler
Throws:
IOException
ClassNotFoundException

writeConfigurationData

public void writeConfigurationData(ConfigurationData configurationData,
                                   OutputStream out)
                            throws IOException
Specified by:
writeConfigurationData in interface ConfigurationMarshaler
Throws:
IOException

newGBeanState

public GBeanState newGBeanState(Collection gbeans)
Specified by:
newGBeanState in interface ConfigurationMarshaler


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.