Package 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
Modifier and TypeMethodDescriptiongetTypeConverter
(Class pClass) Creates an instance ofTypeFactory
, which may be used to create instances of the given class.
-
Method Details
-
getTypeConverter
Creates an instance ofTypeFactory
, which may be used to create instances of the given class.
-