class ApacheUtils
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
private |
ApacheUtils()
Private constructor prevents instantiation.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.Object |
fromApache(java.lang.Object data)
Converts an object from Apache XML-RPC form to JSAMP XML-RPC form.
|
static java.lang.Object |
toApache(java.lang.Object obj)
Converts an object from JSAMP XML-RPC form to Apache XML-RPC form.
|
public static java.lang.Object toApache(java.lang.Object obj)
Map
s to Hashtable
s and
List
s to Vector
s.obj
- XML-RPC data structure suitable for use within JSAMPpublic static java.lang.Object fromApache(java.lang.Object data)
data
- XML-RPC data structure suitable for use within Apache