edu.iastate.metnet.utils
Class MyXmlRpcClientFactory

java.lang.Object
  extended by edu.iastate.metnet.utils.MyXmlRpcClientFactory

public class MyXmlRpcClientFactory
extends java.lang.Object

XML-RPC data type

Data Types generated by the Parser Types expected by the Invoker as input parameters of RPC handlers

  i4 or int        | java.lang.Integer | | int 
  boolean          | java.lang.Boolean   | boolean 
  string           | java.lang.String    | java.lang.String 
  double           | java.lang.Double    | double 
  dateTime.iso8601 | java.util.Date      | java.util.Date 
  struct           | java.util.Hashtable | java.util.Hashtable 
  array            | java.util.Vector    | java.util.Vector 
  base64           | byte[ ]             | byte[ ]
 

Author:
Jie Li

Field Summary
(package private) static org.apache.xmlrpc.XmlRpcClient client
          XmlRpc client
(package private) static org.apache.log4j.Logger logger
          log4j facility
 
Constructor Summary
MyXmlRpcClientFactory()
           
 
Method Summary
static org.apache.xmlrpc.XmlRpcClient getInstance()
          get the instance of the client
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

static org.apache.log4j.Logger logger
log4j facility


client

static org.apache.xmlrpc.XmlRpcClient client
XmlRpc client

Constructor Detail

MyXmlRpcClientFactory

public MyXmlRpcClientFactory()
Method Detail

getInstance

public static org.apache.xmlrpc.XmlRpcClient getInstance()
get the instance of the client

Returns:
the XmlRpc client