org.apache.xmlrpc.common

Interface TypeConverterFactory

public interface TypeConverterFactory

A {@link TypeConverterFactory} is called for creating instances of {@link TypeConverter}.
Method Summary
TypeConvertergetTypeConverter(Class pClass)
Creates an instance of {@link TypeFactory}, which may be used to create instances of the given class.

Method Detail

getTypeConverter

public TypeConverter getTypeConverter(Class pClass)
Creates an instance of {@link TypeFactory}, which may be used to create instances of the given class.
Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.