public class XmlRpcImpl
extends Object
implements com.liferay.portal.kernel.xmlrpc.XmlRpc
| Constructor and Description |
|---|
XmlRpcImpl() |
| Modifier and Type | Method and Description |
|---|---|
com.liferay.portal.kernel.xmlrpc.Fault |
createFault(int code,
String description) |
com.liferay.portal.kernel.xmlrpc.Success |
createSuccess(String description) |
protected com.liferay.portal.kernel.xmlrpc.Response |
doExecuteMethod(String url,
String methodName,
Object[] arguments) |
com.liferay.portal.kernel.xmlrpc.Response |
executeMethod(String url,
String methodName,
Object[] arguments) |
public com.liferay.portal.kernel.xmlrpc.Fault createFault(int code,
String description)
createFault in interface com.liferay.portal.kernel.xmlrpc.XmlRpcpublic com.liferay.portal.kernel.xmlrpc.Success createSuccess(String description)
createSuccess in interface com.liferay.portal.kernel.xmlrpc.XmlRpcpublic com.liferay.portal.kernel.xmlrpc.Response executeMethod(String url,
String methodName,
Object[] arguments)
throws com.liferay.portal.kernel.xmlrpc.XmlRpcException
executeMethod in interface com.liferay.portal.kernel.xmlrpc.XmlRpccom.liferay.portal.kernel.xmlrpc.XmlRpcExceptionprotected com.liferay.portal.kernel.xmlrpc.Response doExecuteMethod(String url,
String methodName,
Object[] arguments)
throws Exception
Exception