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

java.lang.Object
  extended by com.thoughtworks.xstream.converters.basic.AbstractBasicConverter
      extended by org.apache.geronimo.kernel.config.xstream.ImportTypeConverter
All Implemented Interfaces:
com.thoughtworks.xstream.converters.Converter, com.thoughtworks.xstream.converters.ConverterMatcher

public class ImportTypeConverter
extends com.thoughtworks.xstream.converters.basic.AbstractBasicConverter


Constructor Summary
ImportTypeConverter()
           
 
Method Summary
 boolean canConvert(Class clazz)
           
protected  Object fromString(String string)
           
 
Methods inherited from class com.thoughtworks.xstream.converters.basic.AbstractBasicConverter
marshal, toString, unmarshal
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImportTypeConverter

public ImportTypeConverter()
Method Detail

canConvert

public boolean canConvert(Class clazz)
Specified by:
canConvert in interface com.thoughtworks.xstream.converters.ConverterMatcher
Specified by:
canConvert in class com.thoughtworks.xstream.converters.basic.AbstractBasicConverter

fromString

protected Object fromString(String string)
Specified by:
fromString in class com.thoughtworks.xstream.converters.basic.AbstractBasicConverter


Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.