Class SimpleMethodInvoker
java.lang.Object
org.exoplatform.management.invocation.SimpleMethodInvoker
- All Implemented Interfaces:
MethodInvoker
- Direct Known Subclasses:
GetterInvoker,SetterInvoker
- Version:
- $Revision$
- Author:
- Julien Viet
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SimpleMethodInvoker
-
-
Method Details
-
invoke
public Object invoke(Object o, Map<String, List<String>> argMap) throws IllegalAccessException, InvocationTargetException- Specified by:
invokein interfaceMethodInvoker- Throws:
IllegalAccessExceptionInvocationTargetException
-
getArgumentName
-