Package de.dfki.util.xmlrpc.conversion

Interface Summary
Convertable<XML_REP_T> Deprecated. Use Convertible (correct spelling)
Convertible<XML_REP_T> Controls instance transformation from a type T to it's XML-RPC representation.
ParameterConverter<T,XML_REP_T> Controls instance transformation from a type T to it's XML-RPC representation and vice versa.
TypeConverter Interface for performing type and instance conversions from user-specific types to XML-RPC compliant types and vice versa.
 

Class Summary
ConversionUtils  
EnhancedTypeConverter Advanced type converter able to handle user-specific types which define conversion methods to XML-RPC compliant types.
NoParameterBoundConverter Class to serve as default value for XmlRpc.concrete().
NoSeparateParameterConverter Class to serve as default value for XmlRpc.converter().
ParameterConverterRegistry  
StandardXmlRpcTypeConverter Type converter doing only the standard conversion work (actually, does only type checks and passes values through)
XmlRpcBeanConverter Idea: Use this class to automatically turn your instance into a map representation using the bean getters.
 

Exception Summary
TypeConversionException  
 



Copyright © 2012. All Rights Reserved.