blob: 9c8d81ffabc4f86195cb5720c149344cd6390a95 [file]
<?xml version="1.0" encoding="UTF-8"?>
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" activate="start" configuration-policy="optional" deactivate="stop" enabled="true" immediate="true" modified="update">
<implementation class="org.eclipse.osee.jaxrs.server.internal.JaxRsApplicationManager" />
<reference bind="setJaxRsApplicationRegistry" cardinality="1..1" interface="org.eclipse.osee.jaxrs.server.internal.applications.JaxRsApplicationRegistry" name="JaxRsApplicationRegistry" policy="static" unbind="unsetJaxRsApplicationRegistry"/>
<reference interface="javax.ws.rs.core.Application" name="Application" cardinality="1..n" policy="dynamic" bind="addService" unbind="removeService" />
</scr:component>