Liferay 6.2-ce-ga5

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
 Response Method.execute(long companyId)
           
static Response XmlRpcUtil.executeMethod(String url, String methodName, Object[] arguments)
           
 Response XmlRpc.executeMethod(String url, String methodName, Object[] arguments)
           
 


Liferay 6.2-ce-ga5