jBPM distribution 6.0.0.CR5

org.jbpm.bpmn2.xml
Class TransactionHandler

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

public class TransactionHandler
extends SubProcessHandler


Field Summary
 
Fields inherited from class org.jbpm.bpmn2.xml.AbstractNodeHandler
dataInputs, dataOutputs, EOL, inputAssociation, logger, outputAssociation
 
Fields inherited from class org.drools.core.xml.BaseAbstractHandler
allowNesting, validParents, validPeers
 
Constructor Summary
TransactionHandler()
           
 
Method Summary
protected  void handleNode(Node node, Element element, String uri, String localName, org.drools.core.xml.ExtensibleXmlParser parser)
           
 void writeNode(Node node, StringBuilder xmlDump, boolean includeMeta)
           
 
Methods inherited from class org.jbpm.bpmn2.xml.SubProcessHandler
createNode, end, generateNodeFor, handleCompositeContextNode, handleForEachNode, writeNode
 
Methods inherited from class org.jbpm.bpmn2.xml.AbstractNodeHandler
endNode, endNode, extractScript, getDataType, getErrorIdForErrorCode, handleScript, handleThrowCompensationEventNode, initValidParents, initValidPeers, readDataInputAssociation, readDataOutputAssociation, readIoSpecification, readMultiInstanceLoopCharacteristics, start, writeNode, writeScript, writeScripts, writeScripts
 
Methods inherited from class org.drools.core.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.core.xml.Handler
allowNesting, getValidParents, getValidPeers
 

Constructor Detail

TransactionHandler

public TransactionHandler()
Method Detail

handleNode

protected void handleNode(Node node,
                          Element element,
                          String uri,
                          String localName,
                          org.drools.core.xml.ExtensibleXmlParser parser)
                   throws SAXException
Overrides:
handleNode in class AbstractNodeHandler
Throws:
SAXException

writeNode

public void writeNode(Node node,
                      StringBuilder xmlDump,
                      boolean includeMeta)

jBPM distribution 6.0.0.CR5

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