|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectoscript.data.XmlRpc
public class XmlRpc
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> |
| 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 |
|---|
public static final oscript.data.Value STRUCT_TYPE
| Constructor Detail |
|---|
public XmlRpc()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||