org.chromattic.apt
Class Invoker

java.lang.Object
  extended by org.chromattic.apt.Invoker

public class Invoker
extends java.lang.Object

Version:
$Revision$
Author:
Julien Viet

Constructor Summary
Invoker(java.lang.reflect.Method method)
           
 
Method Summary
static Invoker getDeclaredMethod(java.lang.Class<?> clazz, java.lang.String methodName, java.lang.Class<?>... parameterTypes)
           
 java.lang.Object invoke(MethodHandler methodInvoker, java.lang.Object obj, java.lang.Object... args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Invoker

public Invoker(java.lang.reflect.Method method)
Method Detail

getDeclaredMethod

public static Invoker getDeclaredMethod(java.lang.Class<?> clazz,
                                        java.lang.String methodName,
                                        java.lang.Class<?>... parameterTypes)

invoke

public java.lang.Object invoke(MethodHandler methodInvoker,
                               java.lang.Object obj,
                               java.lang.Object... args)


Copyright © 2011 eXo Platform SAS. All Rights Reserved.