com.liferay.portal.xmlrpc
Class XmlRpcParser
java.lang.Object
com.liferay.portal.xmlrpc.XmlRpcParser
public class XmlRpcParser
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XmlRpcParser
public XmlRpcParser()
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