org.jbpm.bpmn2.xml
Class EndEventHandler
java.lang.Object
org.drools.xml.BaseAbstractHandler
org.jbpm.bpmn2.xml.AbstractNodeHandler
org.jbpm.bpmn2.xml.EndEventHandler
- All Implemented Interfaces:
- org.drools.xml.Handler
public class EndEventHandler
- extends AbstractNodeHandler
Fields inherited from class org.drools.xml.BaseAbstractHandler |
allowNesting, validParents, validPeers |
Method Summary |
protected Node |
createNode(Attributes attrs)
|
Object |
end(String uri,
String localName,
org.drools.xml.ExtensibleXmlParser parser)
|
Class |
generateNodeFor()
|
void |
handleCompensationNode(Node node,
Element element,
String uri,
String localName,
org.drools.xml.ExtensibleXmlParser parser)
|
void |
handleErrorNode(Node node,
Element element,
String uri,
String localName,
org.drools.xml.ExtensibleXmlParser parser)
|
void |
handleEscalationNode(Node node,
Element element,
String uri,
String localName,
org.drools.xml.ExtensibleXmlParser parser)
|
void |
handleMessageNode(Node node,
Element element,
String uri,
String localName,
org.drools.xml.ExtensibleXmlParser parser)
|
void |
handleSignalNode(Node node,
Element element,
String uri,
String localName,
org.drools.xml.ExtensibleXmlParser parser)
|
void |
handleTerminateNode(Node node,
Element element,
String uri,
String localName,
org.drools.xml.ExtensibleXmlParser parser)
|
protected void |
readEndDataInputAssociation(Node xmlNode,
EndNode endNode)
|
protected void |
readFaultDataInputAssociation(Node xmlNode,
FaultNode faultNode)
|
void |
writeNode(Node node,
StringBuilder xmlDump,
int metaDataType)
|
Methods inherited from class org.jbpm.bpmn2.xml.AbstractNodeHandler |
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, getValidParents, getValidPeers |
EndEventHandler
public EndEventHandler()
createNode
protected Node createNode(Attributes attrs)
- Specified by:
createNode
in class AbstractNodeHandler
generateNodeFor
public Class generateNodeFor()
end
public Object end(String uri,
String localName,
org.drools.xml.ExtensibleXmlParser parser)
throws SAXException
- Specified by:
end
in interface org.drools.xml.Handler
- Overrides:
end
in class AbstractNodeHandler
- Throws:
SAXException
handleTerminateNode
public void handleTerminateNode(Node node,
Element element,
String uri,
String localName,
org.drools.xml.ExtensibleXmlParser parser)
throws SAXException
- Throws:
SAXException
handleSignalNode
public void handleSignalNode(Node node,
Element element,
String uri,
String localName,
org.drools.xml.ExtensibleXmlParser parser)
throws SAXException
- Throws:
SAXException
handleMessageNode
public void handleMessageNode(Node node,
Element element,
String uri,
String localName,
org.drools.xml.ExtensibleXmlParser parser)
throws SAXException
- Throws:
SAXException
readEndDataInputAssociation
protected void readEndDataInputAssociation(Node xmlNode,
EndNode endNode)
handleErrorNode
public void handleErrorNode(Node node,
Element element,
String uri,
String localName,
org.drools.xml.ExtensibleXmlParser parser)
throws SAXException
- Throws:
SAXException
handleEscalationNode
public void handleEscalationNode(Node node,
Element element,
String uri,
String localName,
org.drools.xml.ExtensibleXmlParser parser)
throws SAXException
- Throws:
SAXException
readFaultDataInputAssociation
protected void readFaultDataInputAssociation(Node xmlNode,
FaultNode faultNode)
handleCompensationNode
public void handleCompensationNode(Node node,
Element element,
String uri,
String localName,
org.drools.xml.ExtensibleXmlParser parser)
throws SAXException
- Throws:
SAXException
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.