Liferay 6.0.5

com.liferay.portal.xmlrpc
Class XmlRpcImpl

java.lang.Object
  extended by com.liferay.portal.xmlrpc.XmlRpcImpl
All Implemented Interfaces:
XmlRpc

public class XmlRpcImpl
extends Object
implements XmlRpc


Constructor Summary
XmlRpcImpl()
           
 
Method Summary
 Fault createFault(int code, String description)
           
 Success createSuccess(String description)
           
protected  Response doExecuteMethod(String url, String methodName, Object[] arguments)
           
 Response executeMethod(String url, String methodName, Object[] arguments)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlRpcImpl

public XmlRpcImpl()
Method Detail

createFault

public Fault createFault(int code,
                         String description)
Specified by:
createFault in interface XmlRpc

createSuccess

public Success createSuccess(String description)
Specified by:
createSuccess in interface XmlRpc

executeMethod

public Response executeMethod(String url,
                              String methodName,
                              Object[] arguments)
                       throws XmlRpcException
Specified by:
executeMethod in interface XmlRpc
Throws:
XmlRpcException

doExecuteMethod

protected Response doExecuteMethod(String url,
                                   String methodName,
                                   Object[] arguments)
                            throws Exception
Throws:
Exception

Liferay 6.0.5