Skip to main content
summaryrefslogtreecommitdiffstats
blob: 0f8e8c019beba6982d5cab32241b3542a511724c (plain) (blame)
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="UTF-8"?>
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" activate="start" deactivate="stop">
   <implementation class="org.eclipse.osee.ats.rest.internal.workitem.WorkItemsJsonWriter"/>
   <service>
      <provide interface="java.lang.Object"/>
      <provide interface="javax.ws.rs.ext.MessageBodyWriter"/>
   </service>
   <reference bind="setAtsServer" cardinality="1..1" interface="org.eclipse.osee.ats.rest.IAtsServer" name="IAtsServer" policy="static"/>
</scr:component>

Back to the top