JBoss Reflection 2.2.1.SP1

org.jboss.reflect.plugins.javassist
Interface JavassistConstructor

All Known Implementing Classes:
MetricsJavassistConstructor

public interface JavassistConstructor

JavassistConstructor.

Will typically be implemented by a generated class to call particular target constructor

Version:
$Revision: 102910 $
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

JBoss Reflection 2.2.1.SP1

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