org.apache.geronimo.kernel.config
Class SerializedConfigurationMarshaler
java.lang.Object
org.apache.geronimo.kernel.config.SerializedConfigurationMarshaler
- All Implemented Interfaces:
- ConfigurationMarshaler
public class SerializedConfigurationMarshaler
- extends Object
- implements ConfigurationMarshaler
- Version:
- $Rev: 902162 $ $Date: 2010-01-23 00:41:57 +0800 (Sat, 23 Jan 2010) $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SerializedConfigurationMarshaler
public SerializedConfigurationMarshaler()
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-2013 The Apache Geronimo development community. All Rights Reserved.