com.liferay.portal.xmlrpc
Class XmlRpcMethodUtil
java.lang.Object
com.liferay.portal.xmlrpc.XmlRpcMethodUtil
public class XmlRpcMethodUtil
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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)