Package org.apache.xmlrpc.common
Class TypeConverterFactoryImpl
- java.lang.Object
-
- org.apache.xmlrpc.common.TypeConverterFactoryImpl
-
- All Implemented Interfaces:
TypeConverterFactory
public class TypeConverterFactoryImpl extends Object implements TypeConverterFactory
Default implementation ofTypeConverterFactory
.
-
-
Constructor Summary
Constructors Constructor Description TypeConverterFactoryImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TypeConverter
getTypeConverter(Class pClass)
Returns a type converter for the given class.
-
-
-
Method Detail
-
getTypeConverter
public TypeConverter getTypeConverter(Class pClass)
Returns a type converter for the given class.- Specified by:
getTypeConverter
in interfaceTypeConverterFactory
-
-