org.apache.geronimo.kernel.config
Interface ConfigurationMarshaler
- All Known Implementing Classes:
- SerializedConfigurationMarshaler, XStreamConfigurationMarshaler
public interface ConfigurationMarshaler
- Version:
- $Rev: 476049 $ $Date: 2006-11-17 12:35:17 +0800 (Fri, 17 Nov 2006) $
writeConfigurationData
void writeConfigurationData(ConfigurationData configurationData,
OutputStream out)
throws IOException
- Throws:
IOException
readConfigurationData
ConfigurationData readConfigurationData(InputStream in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
newGBeanState
GBeanState newGBeanState(Collection gbeans)
Copyright © 2003-2013 The Apache Geronimo development community. All Rights Reserved.