org.jbpm.configuration
Class ConstructorInfo

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

public class ConstructorInfo
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
ConstructorInfo(Element constructorElement, ObjectFactoryParser configParser)
           
 
Method Summary
 Object createObject(ObjectFactoryImpl objectFactory)
           
 Method findMethod(Class clazz, Class[] parameterTypes)
           
protected  Object[] getArgs(ObjectFactoryImpl objectFactory)
           
protected  Class[] getParameterTypes(ObjectFactoryImpl objectFactory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConstructorInfo

public ConstructorInfo(Element constructorElement,
                       ObjectFactoryParser configParser)
Method Detail

createObject

public Object createObject(ObjectFactoryImpl objectFactory)

getParameterTypes

protected Class[] getParameterTypes(ObjectFactoryImpl objectFactory)

getArgs

protected Object[] getArgs(ObjectFactoryImpl objectFactory)

findMethod

public Method findMethod(Class clazz,
                         Class[] parameterTypes)


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