Liferay 7.0-ce-b8 portal-impl

com.liferay.portal.xmlrpc
Class XmlRpcMethodUtil

java.lang.Object
  extended by com.liferay.portal.xmlrpc.XmlRpcMethodUtil

public class XmlRpcMethodUtil
extends Object


Method Summary
protected  com.liferay.portal.kernel.xmlrpc.Method _getMethod(String token, String methodName)
           
static com.liferay.portal.kernel.xmlrpc.Method getMethod(String token, String methodName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getMethod

public static com.liferay.portal.kernel.xmlrpc.Method getMethod(String token,
                                                                String methodName)

_getMethod

protected com.liferay.portal.kernel.xmlrpc.Method _getMethod(String token,
                                                             String methodName)

Liferay 7.0-ce-b8 portal-impl