当前页面:
在线文档首页 >
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
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConstructorInfo
public ConstructorInfo(org.w3c.dom.Element constructorElement,
ObjectFactoryParser configParser)
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