org.jboss.reflect.plugins.javassist
Interface JavassistMethod


public interface JavassistMethod

JavassistMethod.

Version:
$Revision: 41318 $
Author:
Adrian Brock

Method Summary
 Object invoke(Object target, Object[] args)
          Invoke the method
 

Method Detail

invoke

Object invoke(Object target,
              Object[] args)
              throws Throwable
Invoke the method

Parameters:
target - the target
args - the parameters
Returns:
the result
Throws:
Throwable - for any error


Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.