Class SimpleMethodInvoker
- java.lang.Object
-
- org.exoplatform.services.rest.ext.management.invocation.SimpleMethodInvoker
-
- All Implemented Interfaces:
MethodInvoker
- Direct Known Subclasses:
GetterInvoker,SetterInvoker
public abstract class SimpleMethodInvoker extends Object implements MethodInvoker
- Version:
- $Revision$
- Author:
- Julien Viet
-
-
Constructor Summary
Constructors Constructor Description SimpleMethodInvoker(Method method)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract StringgetArgumentName(int index)Objectinvoke(Object o, Map<String,List<String>> argMap)
-
-
-
Constructor Detail
-
SimpleMethodInvoker
public SimpleMethodInvoker(Method method)
-
-
Method Detail
-
invoke
public Object invoke(Object o, Map<String,List<String>> argMap) throws IllegalAccessException, InvocationTargetException
- Specified by:
invokein interfaceMethodInvoker- Throws:
IllegalAccessExceptionInvocationTargetException
-
getArgumentName
protected abstract String getArgumentName(int index)
-
-