public interface IInvocationSupport
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
invoke(java.lang.String name,
IArgs args)
Make a reflective call to the method
name . |
java.lang.Object invoke(java.lang.String name, IArgs args) throws MethodException
name
.name
- The name of the method to call.args
- The arguments for the invocation.MethodException