org.jbpm.bpmn2.xml
Class CatchLinkNodeHandler

java.lang.Object
  extended by org.drools.xml.BaseAbstractHandler
      extended by org.jbpm.bpmn2.xml.AbstractNodeHandler
          extended by org.jbpm.bpmn2.xml.CatchLinkNodeHandler
All Implemented Interfaces:
org.drools.xml.Handler

public class CatchLinkNodeHandler
extends AbstractNodeHandler
implements org.drools.xml.Handler


Field Summary
 
Fields inherited from class org.jbpm.bpmn2.xml.AbstractNodeHandler
dataInputs, dataOutputs, EOL
 
Fields inherited from class org.drools.xml.BaseAbstractHandler
allowNesting, validParents, validPeers
 
Constructor Summary
CatchLinkNodeHandler()
           
 
Method Summary
protected  Node createNode(Attributes attrs)
           
 Class<?> generateNodeFor()
           
 void writeNode(Node node, StringBuilder xmlDump, int metaDataType)
           
 
Methods inherited from class org.jbpm.bpmn2.xml.AbstractNodeHandler
end, endNode, endNode, extractScript, handleNode, handleScript, initValidParents, initValidPeers, readIoSpecification, start, writeNode, writeScript, writeScripts, writeScripts
 
Methods inherited from class org.drools.xml.BaseAbstractHandler
allowNesting, emptyAttributeCheck, emptyContentCheck, getValidParents, getValidPeers
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.drools.xml.Handler
allowNesting, end, getValidParents, getValidPeers, start
 

Constructor Detail

CatchLinkNodeHandler

public CatchLinkNodeHandler()
Method Detail

generateNodeFor

public Class<?> generateNodeFor()
Specified by:
generateNodeFor in interface org.drools.xml.Handler

createNode

protected Node createNode(Attributes attrs)
Specified by:
createNode in class AbstractNodeHandler

writeNode

public void writeNode(Node node,
                      StringBuilder xmlDump,
                      int metaDataType)
Specified by:
writeNode in class AbstractNodeHandler


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.