站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss JBPM 3.1.3 API 英文版文档

ConstructorInfo (jbpm-3.1.3) - JBoss JBPM 3.1.3 API 英文版文档


org.jbpm.configuration
Class ConstructorInfo

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

public class ConstructorInfo
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
ConstructorInfo(org.w3c.dom.Element constructorElement, ObjectFactoryParser configParser)
           
 
Method Summary
 java.lang.Object createObject(ObjectFactoryImpl objectFactory)
           
 java.lang.reflect.Method findMethod(java.lang.Class clazz, java.lang.Class[] parameterTypes)
           
protected  java.lang.Object[] getArgs(ObjectFactoryImpl objectFactory)
           
protected  java.lang.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(org.w3c.dom.Element constructorElement,
                       ObjectFactoryParser configParser)
Method Detail

createObject

public java.lang.Object createObject(ObjectFactoryImpl objectFactory)

getParameterTypes

protected java.lang.Class[] getParameterTypes(ObjectFactoryImpl objectFactory)

getArgs

protected java.lang.Object[] getArgs(ObjectFactoryImpl objectFactory)

findMethod

public java.lang.reflect.Method findMethod(java.lang.Class clazz,
                                           java.lang.Class[] parameterTypes)


Version : jbpm-3.1.3