public class XmlRpcParser extends Object
| Constructor and Description |
|---|
XmlRpcParser() |
| Modifier and Type | Method and Description |
|---|---|
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) |
public static String buildMethod(String methodName, Object[] arguments) throws com.liferay.portal.kernel.xmlrpc.XmlRpcException
com.liferay.portal.kernel.xmlrpc.XmlRpcExceptionpublic static com.liferay.portal.kernel.util.Tuple parseMethod(String xml) throws IOException
IOExceptionpublic static com.liferay.portal.kernel.xmlrpc.Response parseResponse(String xml) throws com.liferay.portal.kernel.xmlrpc.XmlRpcException
com.liferay.portal.kernel.xmlrpc.XmlRpcException