Interface MethodInvoker
- All Known Implementing Classes:
SimpleMethodInvoker
public interface MethodInvokerA strategy interface for invoking a method. Typically used by adapters.- Author:
- Mark Fisher, Mahmoud Ben Hassine
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.ObjectinvokeMethod(java.lang.Object... args)