public class PortalClassInvoker
extends Object
Constructor and Description |
---|
PortalClassInvoker() |
Modifier and Type | Method and Description |
---|---|
static Object |
invoke(boolean newInstance,
MethodKey methodKey,
Object... arguments)
Deprecated.
As of Wilberforce (7.0.x), replaced by
invoke(MethodKey, Object...) |
static Object |
invoke(MethodKey methodKey,
Object... arguments) |
@Deprecated public static Object invoke(boolean newInstance, MethodKey methodKey, Object... arguments) throws Exception
invoke(MethodKey, Object...)
Exception
public static Object invoke(MethodKey methodKey, Object... arguments) throws Exception
Exception