Class InterfaceParser

java.lang.Object
org.activiti.bpmn.converter.parser.InterfaceParser
All Implemented Interfaces:
BpmnXMLConstants

public class InterfaceParser extends Object implements BpmnXMLConstants
  • Field Details

    • LOGGER

      protected static final org.slf4j.Logger LOGGER
  • Constructor Details

    • InterfaceParser

      public InterfaceParser()
  • Method Details

    • parse

      public void parse(XMLStreamReader xtr, org.activiti.bpmn.model.BpmnModel model) throws Exception
      Throws:
      Exception
    • parseMessageRef

      protected String parseMessageRef(String messageRef, org.activiti.bpmn.model.BpmnModel model)