org.jbpm.instantiation
Class ConstructorInstantiator

java.lang.Object
  extended by org.jbpm.instantiation.ConstructorInstantiator
All Implemented Interfaces:
Instantiator

public class ConstructorInstantiator
extends java.lang.Object
implements Instantiator


Constructor Summary
ConstructorInstantiator()
           
 
Method Summary
<T> T
instantiate(java.lang.Class<T> type, java.lang.String configuration)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConstructorInstantiator

public ConstructorInstantiator()
Method Detail

instantiate

public <T> T instantiate(java.lang.Class<T> type,
                         java.lang.String configuration)
Specified by:
instantiate in interface Instantiator


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