com.liferay.portal.kernel.xmlrpc
Class XmlRpcUtil
java.lang.Object
com.liferay.portal.kernel.xmlrpc.XmlRpcUtil
public class XmlRpcUtil
- extends java.lang.Object
View Source
- Author:
- Brian Wing Shun Chan
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XmlRpcUtil
public XmlRpcUtil()
createFault
public static Fault createFault(int code,
java.lang.String description)
createSuccess
public static Success createSuccess(java.lang.String description)
executeMethod
public static Response executeMethod(java.lang.String url,
java.lang.String methodName,
java.lang.Object[] arguments)
throws XmlRpcException
- Throws:
XmlRpcException
getXmlRpc
public static XmlRpc getXmlRpc()
setXmlRpc
public void setXmlRpc(XmlRpc xmlRpc)