public interface MethodAccessor
java.lang.Object invoke(java.lang.Object target,
java.lang.Object... args)
target - - the target instance, or NULL for a static method.args - - the arguments to pass to the method.java.lang.reflect.Method getMethod()