invoke
public java.lang.Object invoke(java.lang.String name,
InvokerArguments parameters)
throws java.lang.IllegalArgumentException,
java.lang.IllegalAccessException,
java.lang.reflect.InvocationTargetException
Description copied from interface: Invoker
Invoke something.
- Specified by:
invoke in interface Invoker
- Parameters:
name - The name of the thing to be invoked.
parameters - Parameters. never null.
- Returns:
- The result of doing the invoking.
- Throws:
java.lang.IllegalArgumentException
java.lang.IllegalAccessException
java.lang.reflect.InvocationTargetException