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

java.lang.Object
  extended by com.thoughtworks.xstream.converters.reflection.ReflectionConverter
      extended by org.apache.geronimo.kernel.config.xstream.ConfigurationDataConverter
All Implemented Interfaces:
com.thoughtworks.xstream.converters.Converter

public class ConfigurationDataConverter
extends com.thoughtworks.xstream.converters.reflection.ReflectionConverter


Nested Class Summary
 
Nested classes/interfaces inherited from class com.thoughtworks.xstream.converters.reflection.ReflectionConverter
com.thoughtworks.xstream.converters.reflection.ReflectionConverter.DuplicateFieldException
 
Constructor Summary
ConfigurationDataConverter(com.thoughtworks.xstream.converters.reflection.ReflectionProvider reflectionProvider, com.thoughtworks.xstream.mapper.Mapper mapper)
           
 
Method Summary
 boolean canConvert(Class clazz)
           
 void marshal(Object object, com.thoughtworks.xstream.io.HierarchicalStreamWriter writer, com.thoughtworks.xstream.converters.MarshallingContext marshallingContext)
           
 
Methods inherited from class com.thoughtworks.xstream.converters.reflection.ReflectionConverter
unmarshal
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigurationDataConverter

public ConfigurationDataConverter(com.thoughtworks.xstream.converters.reflection.ReflectionProvider reflectionProvider,
                                  com.thoughtworks.xstream.mapper.Mapper mapper)
Method Detail

canConvert

public boolean canConvert(Class clazz)
Specified by:
canConvert in interface com.thoughtworks.xstream.converters.Converter
Overrides:
canConvert in class com.thoughtworks.xstream.converters.reflection.ReflectionConverter

marshal

public void marshal(Object object,
                    com.thoughtworks.xstream.io.HierarchicalStreamWriter writer,
                    com.thoughtworks.xstream.converters.MarshallingContext marshallingContext)
Specified by:
marshal in interface com.thoughtworks.xstream.converters.Converter
Overrides:
marshal in class com.thoughtworks.xstream.converters.reflection.ReflectionConverter


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