public class MethodInvoker extends Object
| Constructor and Description |
|---|
MethodInvoker() |
| Modifier and Type | Method and Description |
|---|---|
static Object |
invoke(Object componentInstance,
Method method,
Object[] args)
Invokes the given method on the given instance
The exception thrown can be either the exception thrown by the called method, or a TelosysInjectorException for any other cases |
public static final Object invoke(Object componentInstance, Method method, Object[] args) throws Exception
componentInstance - method - args - ExceptionCopyright © 2016. All rights reserved.