Package org.apache.xmlrpc.common
Interface TypeConverterFactory
-
- All Known Implementing Classes:
TypeConverterFactoryImpl
public interface TypeConverterFactory
ATypeConverterFactory
is called for creating instances ofTypeConverter
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TypeConverter
getTypeConverter(java.lang.Class pClass)
Creates an instance ofTypeFactory
, which may be used to create instances of the given class.
-
-
-
Method Detail
-
getTypeConverter
TypeConverter getTypeConverter(java.lang.Class pClass)
Creates an instance ofTypeFactory
, which may be used to create instances of the given class.
-
-