org.exoplatform.services.rest.ext.management.invocation
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleMethodInvoker
public SimpleMethodInvoker(Method method)
invoke
public Object invoke(Object o,
Map<String,List<String>> argMap)
throws IllegalAccessException,
InvocationTargetException
- Specified by:
invoke in interface MethodInvoker
- Throws:
IllegalAccessException
InvocationTargetException
getArgumentName
protected abstract String getArgumentName(int index)
Copyright © 2012 eXo Platform SAS. All Rights Reserved.