org.jbpm.configuration
Class PropertyInfo

java.lang.Object
  extended by org.jbpm.configuration.PropertyInfo
All Implemented Interfaces:
Serializable

public class PropertyInfo
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
PropertyInfo(Element propertyElement, ObjectFactoryParser configParser)
           
 
Method Summary
 Method findSetter(Class type)
           
 void injectProperty(Object object, ObjectFactoryImpl objectFactory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyInfo

public PropertyInfo(Element propertyElement,
                    ObjectFactoryParser configParser)
Method Detail

injectProperty

public void injectProperty(Object object,
                           ObjectFactoryImpl objectFactory)

findSetter

public Method findSetter(Class type)


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