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