blob: 8593ec6c14fff6f5b5e417d57bc8f00d742944a5 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" immediate="true" name="org.eclipse.osee.ote.jms.bridge.endpoint">
<property name="event.topics" type="String" value="ote/*"/>
<implementation class="org.eclipse.osee.ote.jms.bridge.EventToEndpoint"/>
<service>
<provide interface="org.osgi.service.event.EventHandler"/>
</service>
<reference bind="bindOteUdpEndpoint" cardinality="1..1" interface="org.eclipse.osee.ote.endpoint.OteUdpEndpoint" name="OteUdpEndpoint" policy="static" unbind="unbindOteUdpEndpoint"/>
</scr:component>