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


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-2007 Apache Software Foundation. All Rights Reserved.