aboutsummaryrefslogtreecommitdiffstats
path: root/cxf-logging/pom.xml
blob: cb0d1262837170ca86a1ba14dc73b9c1a5a47f2d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<?xml version="1.0"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <groupId>org.onap.so</groupId>
    <artifactId>so</artifactId>
    <version>1.7.1-SNAPSHOT</version>
  </parent>
  <name>CXFLogging</name>
  <description>Common CXF Logging Classes</description>
  <dependencies>
    <dependency>
      <groupId>org.apache.cxf</groupId>
      <artifactId>cxf-rt-rs-client</artifactId>
      <version>${cxf.version}</version>
    </dependency>
    <dependency>
      <groupId>org.apache.cxf</groupId>
      <artifactId>cxf-rt-bindings-soap</artifactId>
      <version>${cxf.version}</version>
    </dependency>
    <dependency>
      <groupId>org.apache.cxf</groupId>
      <artifactId>cxf-rt-transports-http</artifactId>
      <version>${cxf.version}</version>
    </dependency>
    <dependency>
      <groupId>javax.servlet</groupId>
      <artifactId>javax.servlet-api</artifactId>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-ext</artifactId>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-api</artifactId>
    </dependency>
  </dependencies>
  <build>
    <resources>
      <resource>
        <directory>src/main/resources</directory>
        <filtering>true</filtering>
      </resource>
      <resource>
        <directory>src/main/java</directory>
        <includes>
          <include>**/*.java</include>
        </includes>
      </resource>
    </resources>
  </build>
  <artifactId>cxf-logging</artifactId>
</project>
or: #cc0000; font-weight: bold } /* Comment.Preproc */ .highlight .cpf { color: #888888 } /* Comment.PreprocFile */ .highlight .c1 { color: #888888 } /* Comment.Single */ .highlight .cs { color: #cc0000; font-weight: bold; background-color: #fff0f0 } /* Comment.Special */ .highlight .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */ .highlight .ge { font-style: italic } /* Generic.Emph */ .highlight .gr { color: #aa0000 } /* Generic.Error */ .highlight .gh { color: #333333 } /* Generic.Heading */ .highlight .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */ .highlight .go { color: #888888 } /* Generic.Output */ .highlight .gp { color: #555555 } /* Generic.Prompt */ .highlight .gs { font-weight: bold } /* Generic.Strong */ .highlight .gu { color: #666666 } /* Generic.Subheading */ .highlight .gt { color: #aa0000 } /* Generic.Traceback */ .highlight .kc { color: #008800; font-weight: bold } /* Keyword.Constant */ .highlight .kd { color: #008800; font-weight: bold } /* Keyword.Declaration */ .highlight .kn { color: #008800; font-weight: bold } /* Keyword.Namespace */ .highlight .kp { color: #008800 } /* Keyword.Pseudo */ .highlight .kr { color: #008800; font-weight: bold } /* Keyword.Reserved */ .highlight .kt { color: #888888; font-weight: bold } /* Keyword.Type */ .highlight .m { color: #0000DD; font-weight: bold } /* Literal.Number */ .highlight .s { color: #dd2200; background-color: #fff0f0 } /* Literal.String */ .highlight .na { color: #336699 } /* Name.Attribute */ .highlight .nb { color: #003388 } /* Name.Builtin */ .highlight .nc { color: #bb0066; font-weight: bold } /* Name.Class */ .highlight .no { color: #003366; font-weight: bold } /* Name.Constant */ .highlight .nd { color: #555555 } /* Name.Decorator */ .highlight .ne { color: #bb0066; font-weight: bold } /* Name.Exception */ .highlight .nf { color: #0066bb; font-weight: bold } /* Name.Function */ .highlight .nl { color: #336699; font-style: italic } /* Name.Label */ .highlight .nn { color: #bb0066; font-weight: bold } /* Name.Namespace */ .highlight .py { color: #336699; font-weight: bold } /* Name.Property */ .highlight .nt { color: #bb0066; font-weight: bold } /* Name.Tag */ .highlight .nv { color: #336699 } /* Name.Variable */ .highlight .ow { color: #008800 } /* Operator.Word */ .highlight .w { color: #bbbbbb } /* Text.Whitespace */ .highlight .mb { color: #0000DD; font-weight: bold } /* Literal.Number.Bin */ .highlight .mf { color: #0000DD; font-weight: bold } /* Literal.Number.Float */ .highlight .mh { color: #0000DD; font-weight: bold } /* Literal.Number.Hex */ .highlight .mi { color: #0000DD; font-weight: bold } /* Literal.Number.Integer */ .highlight .mo { color: #0000DD; font-weight: bold } /* Literal.Number.Oct */ .highlight .sa { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Affix */ .highlight .sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */ .highlight .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */ .highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
<?xml version="1.0" encoding="UTF-8"?>
<bpmn:definitions xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:camunda="http://camunda.org/schema/1.0/bpmn" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="Definitions_1" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="1.11.3">
  <bpmn:collaboration id="Collaboration_1d0w8lf">
    <bpmn:participant id="Participant_1egg397" name="SO&#10;Create and Activate Pnf Resource" processRef="CreateAndActivatePnfResource" />
    <bpmn:participant id="Participant_0atuyq0" name="AAI" />
    <bpmn:participant id="Participant_19w87ws" name="Workflow Message Service&#10;(communication with DMAAP)&#10;" />
    <bpmn:messageFlow id="MessageFlow_1h3xu88" sourceRef="CreateAndActivatePnf_CreateAaiEntry" targetRef="Participant_0atuyq0" />
    <bpmn:messageFlow id="MessageFlow_09ibv5a" sourceRef="CheckAiiForCorrelationId" targetRef="Participant_0atuyq0" />
    <bpmn:messageFlow id="MessageFlow_0vjul4t" sourceRef="Participant_0atuyq0" targetRef="CheckAiiForCorrelationId" />
    <bpmn:messageFlow id="MessageFlow_1vrcp2d" sourceRef="Participant_19w87ws" targetRef="WaitForDmaapPnfReadyNotification" />
    <bpmn:messageFlow id="MessageFlow_0tg4hw9" sourceRef="InformDmaapClient" targetRef="Participant_19w87ws" />
    <bpmn:messageFlow id="MessageFlow_1py54jr" sourceRef="CancelDmaapClientSubscription" targetRef="Participant_19w87ws" />
  </bpmn:collaboration>
  <bpmn:process id="CreateAndActivatePnfResource" name="CreateAndActivatePnfResource" isExecutable="true">
    <bpmn:sequenceFlow id="SequenceFlow_1kc34bc" sourceRef="WaitForDmaapTimeout" targetRef="CancelDmaapClientSubscription" />
    <bpmn:sequenceFlow id="SequenceFlow_1o8od8e" sourceRef="InformDmaapClient" targetRef="WaitForDmaapPnfReadyNotification" />
    <bpmn:sequenceFlow id="SequenceFlow_17s9025" sourceRef="AaiEntryExists" targetRef="InformDmaapClient" />
    <bpmn:sequenceFlow id="SequenceFlow_1ls8pua" name="No" sourceRef="DoesAaiContainInfoAboutIp" targetRef="AaiEntryExists">
      <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">#{!aaiContainsInfoAboutIp}</bpmn:conditionExpression>
    </bpmn:sequenceFlow>
    <bpmn:sequenceFlow id="SequenceFlow_1qr6cmf" sourceRef="CreateAndActivatePnf_CreateAaiEntry" targetRef="AaiEntryExists" />
    <bpmn:sequenceFlow id="SequenceFlow_0v5ffpe" name="No" sourceRef="DoesAaiContainInfoAboutPnf" targetRef="CreateAndActivatePnf_CreateAaiEntry">
      <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">#{!aaiContainsInfoAboutPnf}</bpmn:conditionExpression>
    </bpmn:sequenceFlow>
    <bpmn:sequenceFlow id="SequenceFlow_1l1t6ak" name="Yes" sourceRef="DoesAaiContainInfoAboutPnf" targetRef="DoesAaiContainInfoAboutIp">
      <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">#{aaiContainsInfoAboutPnf}</bpmn:conditionExpression>
    </bpmn:sequenceFlow>
    <bpmn:sequenceFlow id="SequenceFlow_1j4r3zt" sourceRef="CheckAiiForCorrelationId" targetRef="DoesAaiContainInfoAboutPnf" />
    <bpmn:sequenceFlow id="SequenceFlow_0j5ksz1" sourceRef="CreateAndActivatePnf_StartEvent" targetRef="CheckAiiForCorrelationId" />
    <bpmn:sequenceFlow id="SequenceFlow_0p09qgm" sourceRef="WaitForDmaapPnfReadyNotification" targetRef="AaiEntryUpdated" />
    <bpmn:sequenceFlow id="SequenceFlow_1h6yz62" name="Yes" sourceRef="DoesAaiContainInfoAboutIp" targetRef="AaiEntryAlreadyUpToDate">
      <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">#{aaiContainsInfoAboutIp}</bpmn:conditionExpression>
    </bpmn:sequenceFlow>
    <bpmn:endEvent id="AaiEntryAlreadyUpToDate" name="AAI entry already up-to-date">
      <bpmn:incoming>SequenceFlow_1h6yz62</bpmn:incoming>
    </bpmn:endEvent>
    <bpmn:exclusiveGateway id="DoesAaiContainInfoAboutIp" name="Does AAI contain info about IPv4 or IPv6?">
      <bpmn:incoming>SequenceFlow_1l1t6ak</bpmn:incoming>
      <bpmn:outgoing>SequenceFlow_1h6yz62</bpmn:outgoing>
      <bpmn:outgoing>SequenceFlow_1ls8pua</bpmn:outgoing>
    </bpmn:exclusiveGateway>
    <bpmn:endEvent id="ThrowTimeoutException" name="Throw timeout exception">
      <bpmn:incoming>SequenceFlow_1miyzfe</bpmn:incoming>
      <bpmn:errorEventDefinition errorRef="Error_1" />
    </bpmn:endEvent>
    <bpmn:sequenceFlow id="SequenceFlow_1miyzfe" sourceRef="CancelDmaapClientSubscription" targetRef="ThrowTimeoutException" />
    <bpmn:serviceTask id="CheckAiiForCorrelationId" name="Check AAI for correlation_id" camunda:delegateExpression="${checkAaiForCorrelationIdDelegate}">
      <bpmn:incoming>SequenceFlow_0j5ksz1</bpmn:incoming>
      <bpmn:outgoing>SequenceFlow_1j4r3zt</bpmn:outgoing>
    </bpmn:serviceTask>
    <bpmn:startEvent id="CreateAndActivatePnf_StartEvent">
      <bpmn:outgoing>SequenceFlow_0j5ksz1</bpmn:outgoing>
    </bpmn:startEvent>
    <bpmn:intermediateThrowEvent id="AaiEntryExists" name="AAI entry exists, lacking IP">
      <bpmn:incoming>SequenceFlow_1qr6cmf</bpmn:incoming>
      <bpmn:incoming>SequenceFlow_1ls8pua</bpmn:incoming>
      <bpmn:outgoing>SequenceFlow_17s9025</bpmn:outgoing>
    </bpmn:intermediateThrowEvent>
    <bpmn:endEvent id="AaiEntryUpdated" name="AAI entry updated">
      <bpmn:incoming>SequenceFlow_0p09qgm</bpmn:incoming>
    </bpmn:endEvent>
    <bpmn:exclusiveGateway id="DoesAaiContainInfoAboutPnf" name="Does AAI contain info about pnf?">
      <bpmn:incoming>SequenceFlow_1j4r3zt</bpmn:incoming>
      <bpmn:outgoing>SequenceFlow_1l1t6ak</bpmn:outgoing>
      <bpmn:outgoing>SequenceFlow_0v5ffpe</bpmn:outgoing>
    </bpmn:exclusiveGateway>
    <bpmn:serviceTask id="CreateAndActivatePnf_CreateAaiEntry" name="Create AAI entry with pnf-id = correlation_id" camunda:delegateExpression="${createAaiEntryWithPnfIdDelegate}">
      <bpmn:incoming>SequenceFlow_0v5ffpe</bpmn:incoming>
      <bpmn:outgoing>SequenceFlow_1qr6cmf</bpmn:outgoing>
    </bpmn:serviceTask>
    <bpmn:serviceTask id="InformDmaapClient" name="Inform DmaapClient about business key and corresponding pnf-id" camunda:delegateExpression="${informDmaapClient}">
      <bpmn:incoming>SequenceFlow_17s9025</bpmn:incoming>
      <bpmn:outgoing>SequenceFlow_1o8od8e</bpmn:outgoing>
    </bpmn:serviceTask>
    <bpmn:receiveTask id="WaitForDmaapPnfReadyNotification" name="Wait for DMAAP pnf-ready notification" messageRef="Message_13h1tlo">
      <bpmn:incoming>SequenceFlow_1o8od8e</bpmn:incoming>
      <bpmn:outgoing>SequenceFlow_0p09qgm</bpmn:outgoing>
    </bpmn:receiveTask>
    <bpmn:boundaryEvent id="WaitForDmaapTimeout" name="Timeout" attachedToRef="WaitForDmaapPnfReadyNotification">
      <bpmn:outgoing>SequenceFlow_1kc34bc</bpmn:outgoing>
      <bpmn:timerEventDefinition>
        <bpmn:timeDuration xsi:type="bpmn:tFormalExpression">#{timeoutForPnfEntryNotification}</bpmn:timeDuration>
      </bpmn:timerEventDefinition>
    </bpmn:boundaryEvent>
    <bpmn:serviceTask id="CancelDmaapClientSubscription" name="Cancel DmaapClient subscription" camunda:delegateExpression="${cancelDmaapSubscription}">
      <bpmn:incoming>SequenceFlow_1kc34bc</bpmn:incoming>
      <bpmn:outgoing>SequenceFlow_1miyzfe</bpmn:outgoing>
    </bpmn:serviceTask>
    <bpmn:association id="Association_0d7oxnz" sourceRef="CreateAndActivatePnf_StartEvent" targetRef="TextAnnotation_1eyzes8" />
    <bpmn:textAnnotation id="TextAnnotation_1eyzes8">
      <bpmn:text><![CDATA[Inputs:
 - timeoutForPnfEntryNotification - String
 - correlationId - String
]]></bpmn:text>
    </bpmn:textAnnotation>
  </bpmn:process>
  <bpmn:error id="Error_1" name="MSO Workflow Exception" errorCode="MSOWorkflowException" />
  <bpmn:message id="Message_13h1tlo" name="WorkflowMessage" />
  <bpmndi:BPMNDiagram id="BPMNDiagram_1">
    <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Collaboration_1d0w8lf">
      <bpmndi:BPMNShape id="Participant_1egg397_di" bpmnElement="Participant_1egg397">
        <dc:Bounds x="0" y="0" width="1488" height="437" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="ExclusiveGateway_1cttgdo_di" bpmnElement="DoesAaiContainInfoAboutPnf" isMarkerVisible="true">
        <dc:Bounds x="338" y="182" width="50" height="50" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="320" y="283" width="85" height="20" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="ExclusiveGateway_0yamdfm_di" bpmnElement="DoesAaiContainInfoAboutIp" isMarkerVisible="true">
        <dc:Bounds x="646" y="41" width="50" height="50" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="627" y="5" width="87" height="30" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="EndEvent_0k52gr7_di" bpmnElement="AaiEntryUpdated">
        <dc:Bounds x="1312" y="189" width="36" height="36" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="1286" y="230" width="89" height="10" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="StartEvent_0j5ok9h_di" bpmnElement="CreateAndActivatePnf_StartEvent">
        <dc:Bounds x="49" y="189" width="36" height="36" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="23" y="228" width="90" height="20" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="ServiceTask_0a5uk9o_di" bpmnElement="CheckAiiForCorrelationId">
        <dc:Bounds x="159" y="167" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="ServiceTask_0iimk5v_di" bpmnElement="CreateAndActivatePnf_CreateAaiEntry">
        <dc:Bounds x="467" y="167" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="SequenceFlow_1j4r3zt_di" bpmnElement="SequenceFlow_1j4r3zt">
        <di:waypoint xsi:type="dc:Point" x="259" y="207" />
        <di:waypoint xsi:type="dc:Point" x="338" y="207" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="253.5" y="187" width="90" height="10" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="SequenceFlow_1l1t6ak_di" bpmnElement="SequenceFlow_1l1t6ak">
        <di:waypoint xsi:type="dc:Point" x="363" y="182" />
        <di:waypoint xsi:type="dc:Point" x="363" y="66" />
        <di:waypoint xsi:type="dc:Point" x="646" y="66" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="378" y="159" width="19" height="10" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="SequenceFlow_0v5ffpe_di" bpmnElement="SequenceFlow_0v5ffpe">
        <di:waypoint xsi:type="dc:Point" x="388" y="207" />
        <di:waypoint xsi:type="dc:Point" x="467" y="207" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="396.3963414634147" y="210" width="15" height="10" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="SequenceFlow_1h6yz62_di" bpmnElement="SequenceFlow_1h6yz62">
        <di:waypoint xsi:type="dc:Point" x="696" y="66" />
        <di:waypoint xsi:type="dc:Point" x="1312" y="66" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="708.1232876712329" y="51" width="19" height="10" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="SequenceFlow_1ls8pua_di" bpmnElement="SequenceFlow_1ls8pua">
        <di:waypoint xsi:type="dc:Point" x="671" y="91" />
        <di:waypoint xsi:type="dc:Point" x="671" y="164" />
        <di:waypoint xsi:type="dc:Point" x="671" y="164" />
        <di:waypoint xsi:type="dc:Point" x="671" y="189" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="681" y="105" width="15" height="10" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="SequenceFlow_1qr6cmf_di" bpmnElement="SequenceFlow_1qr6cmf">
        <di:waypoint xsi:type="dc:Point" x="567" y="207" />
        <di:waypoint xsi:type="dc:Point" x="653" y="207" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="565" y="187" width="90" height="10" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="SequenceFlow_0j5ksz1_di" bpmnElement="SequenceFlow_0j5ksz1">
        <di:waypoint xsi:type="dc:Point" x="85" y="207" />
        <di:waypoint xsi:type="dc:Point" x="122" y="207" />
        <di:waypoint xsi:type="dc:Point" x="122" y="207" />
        <di:waypoint xsi:type="dc:Point" x="159" y="207" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="92" y="202" width="90" height="10" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="Participant_0i9ban2_di" bpmnElement="Participant_0atuyq0">
        <dc:Bounds x="123" y="523" width="502" height="60" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="MessageFlow_1h3xu88_di" bpmnElement="MessageFlow_1h3xu88">
        <di:waypoint xsi:type="dc:Point" x="517" y="247" />
        <di:waypoint xsi:type="dc:Point" x="517" y="523" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="487" y="380" width="90" height="10" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="MessageFlow_09ibv5a_di" bpmnElement="MessageFlow_09ibv5a">
        <di:waypoint xsi:type="dc:Point" x="190" y="247" />
        <di:waypoint xsi:type="dc:Point" x="190" y="523" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="160" y="404" width="90" height="10" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="MessageFlow_0vjul4t_di" bpmnElement="MessageFlow_0vjul4t">
        <di:waypoint xsi:type="dc:Point" x="229" y="523" />
        <di:waypoint xsi:type="dc:Point" x="229" y="247" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="199" y="404" width="90" height="10" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="Participant_0vmrrhf_di" bpmnElement="Participant_19w87ws">
        <dc:Bounds x="804" y="523" width="463" height="60" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="EndEvent_0wbx6tt_di" bpmnElement="ThrowTimeoutException">
        <dc:Bounds x="1312" y="345" width="36" height="36" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="1305" y="382" width="70" height="20" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="EndEvent_00cy7r0_di" bpmnElement="AaiEntryAlreadyUpToDate">
        <dc:Bounds x="1312" y="48" width="36" height="36" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="1288" y="89" width="85" height="20" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="IntermediateThrowEvent_0fjcdy4_di" bpmnElement="AaiEntryExists">
        <dc:Bounds x="653" y="189" width="36" height="36" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="634" y="235" width="80" height="20" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="TextAnnotation_1eyzes8_di" bpmnElement="TextAnnotation_1eyzes8">
        <dc:Bounds x="66" y="70" width="243" height="54" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="Association_0d7oxnz_di" bpmnElement="Association_0d7oxnz">
        <di:waypoint xsi:type="dc:Point" x="67" y="189" />
        <di:waypoint xsi:type="dc:Point" x="67" y="124" />
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="MessageFlow_1vrcp2d_di" bpmnElement="MessageFlow_1vrcp2d">
        <di:waypoint xsi:type="dc:Point" x="1006" y="523" />
        <di:waypoint xsi:type="dc:Point" x="1006" y="247" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="976" y="380" width="90" height="10" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="SequenceFlow_17s9025_di" bpmnElement="SequenceFlow_17s9025">
        <di:waypoint xsi:type="dc:Point" x="689" y="207" />
        <di:waypoint xsi:type="dc:Point" x="775" y="207" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="687" y="187" width="90" height="10" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="BoundaryEvent_15eo1k9_di" bpmnElement="WaitForDmaapTimeout">
        <dc:Bounds x="1020" y="229" width="36" height="36" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="1051" y="260" width="40" height="10" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="SequenceFlow_1kc34bc_di" bpmnElement="SequenceFlow_1kc34bc">
        <di:waypoint xsi:type="dc:Point" x="1038" y="265" />
        <di:waypoint xsi:type="dc:Point" x="1038" y="363" />
        <di:waypoint xsi:type="dc:Point" x="1133" y="363" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="1008" y="309" width="90" height="10" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="ReceiveTask_1sfysua_di" bpmnElement="WaitForDmaapPnfReadyNotification">
        <dc:Bounds x="954" y="167" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="SequenceFlow_0p09qgm_di" bpmnElement="SequenceFlow_0p09qgm">
        <di:waypoint xsi:type="dc:Point" x="1054" y="207" />
        <di:waypoint xsi:type="dc:Point" x="1312" y="207" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="1138" y="187" width="90" height="10" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="SequenceFlow_1o8od8e_di" bpmnElement="SequenceFlow_1o8od8e">
        <di:waypoint xsi:type="dc:Point" x="875" y="207" />
        <di:waypoint xsi:type="dc:Point" x="954" y="207" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="869.5" y="187" width="90" height="10" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="MessageFlow_0tg4hw9_di" bpmnElement="MessageFlow_0tg4hw9">
        <di:waypoint xsi:type="dc:Point" x="825" y="247" />
        <di:waypoint xsi:type="dc:Point" x="825" y="523" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="795" y="380" width="90" height="10" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="ServiceTask_1iax11n_di" bpmnElement="InformDmaapClient">
        <dc:Bounds x="775" y="167" width="100" height="80" />
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge id="SequenceFlow_1miyzfe_di" bpmnElement="SequenceFlow_1miyzfe">
        <di:waypoint xsi:type="dc:Point" x="1233" y="363" />
        <di:waypoint xsi:type="dc:Point" x="1312" y="363" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="1227.5" y="343" width="90" height="10" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge id="MessageFlow_1py54jr_di" bpmnElement="MessageFlow_1py54jr">
        <di:waypoint xsi:type="dc:Point" x="1183" y="403" />
        <di:waypoint xsi:type="dc:Point" x="1183" y="523" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="1153" y="458" width="90" height="10" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNShape id="ServiceTask_12j7hox_di" bpmnElement="CancelDmaapClientSubscription">
        <dc:Bounds x="1133" y="323" width="100" height="80" />
      </bpmndi:BPMNShape>
    </bpmndi:BPMNPlane>
  </bpmndi:BPMNDiagram>
</bpmn:definitions>