Liferay 7.0-ga1 portal-impl

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 com.liferay.portal.kernel.util.Tuple parseMethod(String xml)
           
static com.liferay.portal.kernel.xmlrpc.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 com.liferay.portal.kernel.xmlrpc.XmlRpcException
Throws:
com.liferay.portal.kernel.xmlrpc.XmlRpcException

parseMethod

public static com.liferay.portal.kernel.util.Tuple parseMethod(String xml)
                                                        throws IOException
Throws:
IOException

parseResponse

public static com.liferay.portal.kernel.xmlrpc.Response parseResponse(String xml)
                                                               throws com.liferay.portal.kernel.xmlrpc.XmlRpcException
Throws:
com.liferay.portal.kernel.xmlrpc.XmlRpcException

wrapValue

public static String wrapValue(Object value)
                        throws com.liferay.portal.kernel.xmlrpc.XmlRpcException
Throws:
com.liferay.portal.kernel.xmlrpc.XmlRpcException

Liferay 7.0-ga1 portal-impl