Package de.intarsys.tools.reflect
Interface IInvocationSupport
public interface IInvocationSupport
An object supporting reflective access to its methods.
-
Method Summary
-
Method Details
-
invoke
Make a reflective call to the methodname
.- Parameters:
name
- The name of the method to call.args
- The arguments for the invocation.- Returns:
- The result of the invocation.
- Throws:
MethodException
-