de.dfki.util.xmlrpc.conversion
Class ConversionUtils

java.lang.Object
  extended by de.dfki.util.xmlrpc.conversion.ConversionUtils

public class ConversionUtils
extends java.lang.Object


Constructor Summary
ConversionUtils()
           
 
Method Summary
static java.lang.reflect.Constructor<?> findConvertableConstructor(java.lang.Class<?> convertable, XmlRpc.Type xmlRpcType)
           
static java.lang.reflect.Constructor<?> findConvertableConstructor(java.lang.Class<?> convertable, XmlRpc.Type xmlRpcType, java.lang.Class<?> xmlRpcRepClass)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConversionUtils

public ConversionUtils()
Method Detail

findConvertableConstructor

public static java.lang.reflect.Constructor<?> findConvertableConstructor(java.lang.Class<?> convertable,
                                                                          XmlRpc.Type xmlRpcType)

findConvertableConstructor

public static java.lang.reflect.Constructor<?> findConvertableConstructor(java.lang.Class<?> convertable,
                                                                          XmlRpc.Type xmlRpcType,
                                                                          java.lang.Class<?> xmlRpcRepClass)


Copyright © 2012. All Rights Reserved.