blob: c9d692f91d81ec786c14dc16fcd8dfb8a774bae8 [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
-->
<component name="ODEWorkflowProcessor" immediate="true">
<implementation class="org.eclipse.smila.processing.bpel.ODEWorkflowProcessor" />
<service>
<provide interface="org.eclipse.smila.processing.bpel.ODEWorkflowProcessor" />
<provide interface="org.eclipse.smila.processing.WorkflowProcessor" />
</service>
<reference interface="org.eclipse.smila.objectstore.ObjectStoreService" name="ObjectStoreService"
cardinality="1..1" policy="static" bind="setObjectStoreService" unbind="unsetObjectStoreService" />
<reference interface="org.eclipse.smila.clusterconfig.ClusterConfigService" name="ClusterConfigService"
cardinality="1..1" policy="static" bind="setClusterConfigService" unbind="unsetClusterConfigService" />
<reference interface="org.eclipse.smila.zookeeper.ZooKeeperService" name="ZooKeeperService"
cardinality="1..1" policy="static" bind="setZooKeeperService" unbind="unsetZooKeeperService" />
</component>