Liferay 6.2-ce-ga5

com.liferay.portal.kernel.xmlrpc
Class XmlRpcUtil

java.lang.Object
  extended by com.liferay.portal.kernel.xmlrpc.XmlRpcUtil

public class XmlRpcUtil
extends Object


Constructor Summary
XmlRpcUtil()
           
 
Method Summary
static Fault createFault(int code, String description)
           
static Success createSuccess(String description)
           
static Response executeMethod(String url, String methodName, Object[] arguments)
           
static XmlRpc getXmlRpc()
           
 void setXmlRpc(XmlRpc xmlRpc)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlRpcUtil

public XmlRpcUtil()
Method Detail

createFault

public static Fault createFault(int code,
                                String description)

createSuccess

public static Success createSuccess(String description)

executeMethod

public static Response executeMethod(String url,
                                     String methodName,
                                     Object[] arguments)
                              throws XmlRpcException
Throws:
XmlRpcException

getXmlRpc

public static XmlRpc getXmlRpc()

setXmlRpc

public void setXmlRpc(XmlRpc xmlRpc)

Liferay 6.2-ce-ga5