org.jbpm.jpdl.el.impl
Class BeanMethod

java.lang.Object
  extended by org.jbpm.jpdl.el.impl.BeanMethod

public class BeanMethod
extends java.lang.Object


Constructor Summary
BeanMethod(java.lang.reflect.Method method)
           
 
Method Summary
 java.lang.Object invoke(java.lang.Object object)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BeanMethod

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

invoke

public java.lang.Object invoke(java.lang.Object object)
                        throws java.lang.reflect.InvocationTargetException,
                               java.lang.IllegalArgumentException,
                               java.lang.IllegalAccessException
Throws:
java.lang.reflect.InvocationTargetException
java.lang.IllegalArgumentException
java.lang.IllegalAccessException