org.apache.xmlrpc.common
Interface TypeConverterFactory

All Known Implementing Classes:
TypeConverterFactoryImpl

public interface TypeConverterFactory

A TypeConverterFactory is called for creating instances of TypeConverter.


Method Summary
 TypeConverter getTypeConverter(java.lang.Class pClass)
          Creates an instance of TypeFactory, which may be used to create instances of the given class.
 

Method Detail

getTypeConverter

TypeConverter getTypeConverter(java.lang.Class pClass)
Creates an instance of TypeFactory, which may be used to create instances of the given class.



Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.