Uses of Interface
de.dfki.util.xmlrpc.conversion.Convertible

Packages that use Convertible
de.dfki.util.xmlrpc.common   
de.dfki.util.xmlrpc.conversion   
 

Uses of Convertible in de.dfki.util.xmlrpc.common
 

Methods in de.dfki.util.xmlrpc.common that return types with arguments of type Convertible
 java.lang.Class<? extends Convertible<?>> ApiParameter.getConvertableClass()
           
static java.lang.Class<? extends Convertible<?>> ApiParameter.validateConvertibleClass(java.lang.Class<?> cls, XmlRpc.Type xmlRpcType)
          Checks if a class fulfills the requirements of a convertible object.
 

Uses of Convertible in de.dfki.util.xmlrpc.conversion
 

Subinterfaces of Convertible in de.dfki.util.xmlrpc.conversion
 interface Convertable<XML_REP_T>
          Deprecated. Use Convertible (correct spelling)
 

Classes in de.dfki.util.xmlrpc.conversion that implement Convertible
 class NoParameterBoundConverter
          Class to serve as default value for XmlRpc.concrete().
 

Method parameters in de.dfki.util.xmlrpc.conversion with type arguments of type Convertible
protected  java.lang.Object EnhancedTypeConverter.convertToUserRepWithConvertable(java.lang.Object parameterValueInXmlRpcRep, XmlRpc.Type xmlRpcType, java.lang.Class<? extends Convertible<?>> convertableCls)
           
 



Copyright © 2012. All Rights Reserved.