com.liferay.portal.kernel.util
Class PortalClassInvoker

java.lang.Object
  extended by com.liferay.portal.kernel.util.PortalClassInvoker

public class PortalClassInvoker
extends java.lang.Object

Author:
Brian Wing Shun Chan, Shuyang Zhou

Constructor Summary
PortalClassInvoker()
           
 
Method Summary
static java.lang.Object invoke(boolean newInstance, MethodKey methodKey, java.lang.Object... arguments)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortalClassInvoker

public PortalClassInvoker()
Method Detail

invoke

public static java.lang.Object invoke(boolean newInstance,
                                      MethodKey methodKey,
                                      java.lang.Object... arguments)
                               throws java.lang.Exception
Throws:
java.lang.Exception