com.ibatis.common.beans
Class MethodInvoker

java.lang.Object
  extended by com.ibatis.common.beans.MethodInvoker
All Implemented Interfaces:
Invoker

public class MethodInvoker
extends Object
implements Invoker


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

Constructor Detail

MethodInvoker

public MethodInvoker(Method method)
Method Detail

invoke

public Object invoke(Object target,
                     Object[] args)
              throws IllegalAccessException,
                     InvocationTargetException
Specified by:
invoke in interface Invoker
Throws:
IllegalAccessException
InvocationTargetException

getMethod

public Method getMethod()

getName

public String getName()
Specified by:
getName in interface Invoker


Copyright © 2010. All Rights Reserved.