org.apache.geronimo.gbean.runtime
Class ReflectionMethodInvoker

java.lang.Object
  extended by org.apache.geronimo.gbean.runtime.ReflectionMethodInvoker
All Implemented Interfaces:
MethodInvoker

public final class ReflectionMethodInvoker
extends Object
implements MethodInvoker

Version:
$Rev: 476049 $ $Date: 2006-11-17 12:35:17 +0800 (Fri, 17 Nov 2006) $

Constructor Summary
ReflectionMethodInvoker(Method method)
           
 
Method Summary
 Object invoke(Object target, Object[] arguments)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReflectionMethodInvoker

public ReflectionMethodInvoker(Method method)
Method Detail

invoke

public Object invoke(Object target,
                     Object[] arguments)
              throws Exception
Specified by:
invoke in interface MethodInvoker
Throws:
Exception


Copyright © 2003-2013 The Apache Geronimo development community. All Rights Reserved.