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

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

public class QNameConverter
extends Object
implements com.thoughtworks.xstream.converters.Converter


Constructor Summary
QNameConverter()
           
 
Method Summary
 boolean canConvert(Class clazz)
           
 void marshal(Object object, com.thoughtworks.xstream.io.HierarchicalStreamWriter writer, com.thoughtworks.xstream.converters.MarshallingContext marshallingContext)
           
 Object unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader reader, com.thoughtworks.xstream.converters.UnmarshallingContext unmarshallingContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QNameConverter

public QNameConverter()
Method Detail

canConvert

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

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

unmarshal

public Object unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader reader,
                        com.thoughtworks.xstream.converters.UnmarshallingContext unmarshallingContext)
Specified by:
unmarshal in interface com.thoughtworks.xstream.converters.Converter


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