org.jbpm.instantiation
Class BeanInstantiator

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

public class BeanInstantiator
extends FieldInstantiator
implements Instantiator


Constructor Summary
BeanInstantiator()
           
 
Method Summary
protected  void setPropertyValue(java.lang.Class clazz, java.lang.Object newInstance, java.lang.String propertyName, org.dom4j.Element propertyElement)
           
 
Methods inherited from class org.jbpm.instantiation.FieldInstantiator
getValue, instantiate, newInstance, parseConfiguration
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jbpm.instantiation.Instantiator
instantiate
 

Constructor Detail

BeanInstantiator

public BeanInstantiator()
Method Detail

setPropertyValue

protected void setPropertyValue(java.lang.Class clazz,
                                java.lang.Object newInstance,
                                java.lang.String propertyName,
                                org.dom4j.Element propertyElement)
Overrides:
setPropertyValue in class FieldInstantiator


Version : jbpm-3.1.1