Liferay 6.1.2-ce-ga3

com.liferay.portal.xmlrpc
Class XmlRpcParser

java.lang.Object
  extended by com.liferay.portal.xmlrpc.XmlRpcParser

public class XmlRpcParser
extends Object


Constructor Summary
XmlRpcParser()
           
 
Method Summary
static String buildMethod(String methodName, Object[] arguments)
           
static Tuple parseMethod(String xml)
           
static Response parseResponse(String xml)
           
static String wrapValue(Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlRpcParser

public XmlRpcParser()
Method Detail

buildMethod

public static String buildMethod(String methodName,
                                 Object[] arguments)
                          throws XmlRpcException
Throws:
XmlRpcException

parseMethod

public static Tuple parseMethod(String xml)
                         throws IOException
Throws:
IOException

parseResponse

public static Response parseResponse(String xml)
                              throws XmlRpcException
Throws:
XmlRpcException

wrapValue

public static String wrapValue(Object value)
                        throws XmlRpcException
Throws:
XmlRpcException

Liferay 6.1.2-ce-ga3