blob: 3ce4817c1cde1cf0a10a4e604b59a81f87b6321f [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" activate="start" immediate="true" name="org.eclipse.ote.simple.io.SimpleMessageManagerComponent">
<implementation class="org.eclipse.ote.simple.io.manager.SimpleMessageManager"/>
<reference bind="bindEnv" cardinality="1..1" interface="org.eclipse.osee.ote.core.environment.TestEnvironmentInterface" name="TestEnvironmentInterface" policy="static"/>
<service>
<provide interface="org.eclipse.osee.ote.message.interfaces.IMessageManager"/>
</service>
<reference bind="addDataTypeProvider" cardinality="0..n" interface="org.eclipse.ote.message.manager.DataTypeProvider" name="DataTypeProvider" policy="dynamic" unbind="removeDataTypeProvider"/>
<reference bind="bindNamespaceMapper" cardinality="1..1" interface="org.eclipse.ote.message.manager.NamespaceMapper" name="NamespaceMapper" policy="dynamic"/>
</scr:component>