Class IntermediateCatchEventHandler

  • All Implemented Interfaces:
    org.drools.core.xml.Handler

    public class IntermediateCatchEventHandler
    extends AbstractNodeHandler
    • Constructor Detail

      • IntermediateCatchEventHandler

        public IntermediateCatchEventHandler()
    • Method Detail

      • generateNodeFor

        public Class generateNodeFor()
      • handleLinkNode

        protected void handleLinkNode​(Element element,
                                      org.jbpm.workflow.core.Node node,
                                      Node xmlLinkNode,
                                      org.drools.core.xml.ExtensibleXmlParser parser)
      • handleSignalNode

        protected void handleSignalNode​(org.jbpm.workflow.core.Node node,
                                        Element element,
                                        String uri,
                                        String localName,
                                        org.drools.core.xml.ExtensibleXmlParser parser)
                                 throws SAXException
        Throws:
        SAXException
      • handleMessageNode

        protected void handleMessageNode​(org.jbpm.workflow.core.Node node,
                                         Element element,
                                         String uri,
                                         String localName,
                                         org.drools.core.xml.ExtensibleXmlParser parser)
                                  throws SAXException
        Throws:
        SAXException
      • handleTimerNode

        protected void handleTimerNode​(org.jbpm.workflow.core.Node node,
                                       Element element,
                                       String uri,
                                       String localName,
                                       org.drools.core.xml.ExtensibleXmlParser parser)
                                throws SAXException
        Throws:
        SAXException
      • handleStateNode

        protected void handleStateNode​(org.jbpm.workflow.core.Node node,
                                       Element element,
                                       String uri,
                                       String localName,
                                       org.drools.core.xml.ExtensibleXmlParser parser)
                                throws SAXException
        Throws:
        SAXException
      • readDataOutputAssociation

        protected void readDataOutputAssociation​(Node xmlNode,
                                                 org.jbpm.workflow.core.node.EventNode eventNode)