org.jboss.reflect.plugins.javassist
Interface JavassistConstructor


public interface JavassistConstructor

JavassistConstructor.

Version:
$Revision: 41318 $
Author:
Adrian Brock

Method Summary
 Object newInstance(Object[] args)
          Invoke the constructor
 

Method Detail

newInstance

Object newInstance(Object[] args)
                   throws Throwable
Invoke the constructor

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


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