org.apache.xmlrpc.common
Class TypeConverterFactoryImpl

java.lang.Object
  extended by org.apache.xmlrpc.common.TypeConverterFactoryImpl
All Implemented Interfaces:
TypeConverterFactory

public class TypeConverterFactoryImpl
extends java.lang.Object
implements TypeConverterFactory

Default implementation of TypeConverterFactory.


Constructor Summary
TypeConverterFactoryImpl()
           
 
Method Summary
 TypeConverter getTypeConverter(java.lang.Class pClass)
          Returns a type converter for the given class.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypeConverterFactoryImpl

public TypeConverterFactoryImpl()
Method Detail

getTypeConverter

public TypeConverter getTypeConverter(java.lang.Class pClass)
Returns a type converter for the given class.

Specified by:
getTypeConverter in interface TypeConverterFactory


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