public final class XmlRpcStructFactory extends Object
A Factory for serializing and reading Resource Manager objects to and from the XML-RPC wire.
Modifier and Type | Method and Description |
---|---|
static Job |
getJobFromXmlRpc(Map jobHash) |
static List |
getJobListFromXmlRpc(Vector<Map> jobVector) |
static ResourceNode |
getResourceNodeFromXmlRpc(Map resNodeHash) |
static List |
getResourceNodeListFromXmlRpc(Vector<Map> resNodeVector) |
static Hashtable<String,Object> |
getXmlRpcJob(Job job) |
static Vector |
getXmlRpcJobList(List jobs) |
static Hashtable<String,String> |
getXmlRpcResourceNode(ResourceNode node) |
static Vector |
getXmlRpcResourceNodeList(List<ResourceNode> resNodes) |
public static Vector getXmlRpcResourceNodeList(List<ResourceNode> resNodes)
public static List getResourceNodeListFromXmlRpc(Vector<Map> resNodeVector)
public static Hashtable<String,String> getXmlRpcResourceNode(ResourceNode node)
public static ResourceNode getResourceNodeFromXmlRpc(Map resNodeHash)
Copyright © 1999–2017 Apache OODT. All rights reserved.