blob: 94a61488be6e8ae4cbda1349b45efdb995340390 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!--
* Copyright (c) 2008, 2011 Attensity Europe GmbH and brox IT Solutions GmbH.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Juergen Schumacher (empolis GmbH) - initial design
* Andreas Weber (Attensity Europe GmbH) - removed processing services as BPEL pipeline extensions
-->
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" name="org.eclipse.smila.processing.bpel.processor">
<implementation class="org.eclipse.smila.processing.bpel.BpelWorkflowProcessor" />
<service>
<provide interface="org.eclipse.smila.processing.bpel.BpelWorkflowProcessor" />
<provide interface="org.eclipse.smila.processing.WorkflowProcessor" />
</service>
<reference interface="org.eclipse.smila.processing.bpel.WorkflowStorage" name="WorkflowStorage"
cardinality="1..1" policy="static" bind="setWorkflowStorage" unbind="unsetWorkflowStorage" />
<reference bind="setUpdateWatcher" cardinality="1..1" interface="org.eclipse.smila.utils.config.ConfigurationUpdateWatcher" name="WorkflowUpdateWatcher" policy="static" target="(configType=workflow)" unbind="unsetUpdateWatcher"/>
<reference interface="org.eclipse.smila.processing.bpel.BpelEngine" name="BpelEngine"
cardinality="1..1" policy="static" bind="setBpelEngine" unbind="unsetBpelEngine" />
<reference interface="org.eclipse.smila.processing.bpel.RequestTable" name="RequestTable"
cardinality="1..1" policy="static" bind="setRequestTable" unbind="unsetRequestTable" />
</scr:component>