Liferay 6.1.10-ee-ga1

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

Packages that use Method
com.liferay.portal.kernel.portlet This package defines the kernel portlet interfaces and classes. 
com.liferay.portal.model This package defines the portal model interfaces and classes, including SOAP and wrapper classes. 
 

Uses of Method in com.liferay.portal.kernel.portlet
 

Methods in com.liferay.portal.kernel.portlet that return Method
 Method PortletBag.getXmlRpcMethodInstance()
           
 

Uses of Method in com.liferay.portal.model
 

Methods in com.liferay.portal.model that return Method
 Method PortletWrapper.getXmlRpcMethodInstance()
          Returns the name of the XML-RPC method instance of the portlet.
 Method Portlet.getXmlRpcMethodInstance()
          Returns the name of the XML-RPC method instance of the portlet.
 


Liferay 6.1.10-ee-ga1