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


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

Constructor Detail

BeanInstantiator

public BeanInstantiator()
Method Detail

setPropertyValue

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


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