Class NoSuchMethodInvoker
- java.lang.Object
-
- org.exoplatform.services.rest.ext.management.invocation.NoSuchMethodInvoker
-
- All Implemented Interfaces:
MethodInvoker
public class NoSuchMethodInvoker extends Object implements MethodInvoker
- Version:
- $Revision$
- Author:
- Julien Viet
-
-
Constructor Summary
Constructors Constructor Description NoSuchMethodInvoker()
-
-
-
Method Detail
-
invoke
public Object invoke(Object o, Map<String,List<String>> argMap) throws IllegalAccessException, InvocationTargetException
- Specified by:
invokein interfaceMethodInvoker- Throws:
IllegalAccessExceptionInvocationTargetException
-
-