oscript.data
Class XmlRpc

java.lang.Object
  extended by oscript.data.XmlRpc

public class XmlRpc
extends java.lang.Object

Utility code for XmlRpcServer/XmlRpcClient, such as type conversion.

The type conversion uses the following table to map types from one domain to another:

Script Type XML-RPC Type
ExactNumber <i4> or <int>
InexactNumber <double>
Boolean <boolean>
String <string>
??? <dateTime.iso8601>
script object <struct>
Array <array>
??? <base64>

Author:
Rob Clark (rob@ti.com)

Field Summary
static oscript.data.Value STRUCT_TYPE
           
 
Constructor Summary
XmlRpc()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

STRUCT_TYPE

public static final oscript.data.Value STRUCT_TYPE
Constructor Detail

XmlRpc

public XmlRpc()