com.ibatis.common.beans
Class MethodInvoker
java.lang.Object
com.ibatis.common.beans.MethodInvoker
- All Implemented Interfaces:
- Invoker
public class MethodInvoker
- extends Object
- implements Invoker
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MethodInvoker
public MethodInvoker(Method method)
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.