Liferay 6.2.0

Uses of Interface
com.liferay.portal.kernel.xmlrpc.Response

Packages that use Response
com.liferay.portal.kernel.xmlrpc   
 

Uses of Response in com.liferay.portal.kernel.xmlrpc
 

Subinterfaces of Response in com.liferay.portal.kernel.xmlrpc
 interface Fault
           
 interface Success
           
 

Methods in com.liferay.portal.kernel.xmlrpc that return Response
abstract  Response Method.execute(long companyId)
           
static Response XmlRpcUtil.executeMethod(String url, String methodName, Object[] arguments)
           
abstract  Response XmlRpc.executeMethod(String url, String methodName, Object[] arguments)
           
 


Liferay 6.2.0