Liferay 7.0-ce-m3

com.liferay.portal.xmlrpc
Class XmlRpcMethodUtil

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

public class XmlRpcMethodUtil
extends Object


Method Summary
protected  Method _getMethod(String token, String methodName)
           
static Method getMethod(String token, String methodName)
           
static void registerMethod(Method method)
           
static void unregisterMethod(Method method)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getMethod

public static Method getMethod(String token,
                               String methodName)

registerMethod

public static void registerMethod(Method method)

unregisterMethod

public static void unregisterMethod(Method method)

_getMethod

protected Method _getMethod(String token,
                            String methodName)

Liferay 7.0-ce-m3