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 7.0.0, 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...)Exceptionpublic static Object invoke(MethodKey methodKey, Object... arguments) throws Exception
Exception