Liferay 7.0-ga1 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 doGetMethod(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)

doGetMethod

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

Liferay 7.0-ga1 portal-impl