de.dfki.util.xmlrpc.conversion
Interface Convertable<XML_REP_T>

Type Parameters:
XML_REP_T - It's XML-RPC representation. (one of XmlRpc).
All Superinterfaces:
Convertible<XML_REP_T>

Deprecated. Use Convertible (correct spelling)

public interface Convertable<XML_REP_T>
extends Convertible<XML_REP_T>

Controls instance transformation from a type T to it's XML-RPC representation. To be usable in a XML-RPC operatable API a parameter also has to define a public constructor having the XML-RPC representation type as single argument.

Author:
lauer

Method Summary
 
Methods inherited from interface de.dfki.util.xmlrpc.conversion.Convertible
toXmlRpc
 



Copyright © 2012. All Rights Reserved.