Skip to main content
summaryrefslogtreecommitdiffstats
blob: f795758bc573240fba109a52cecd4f042ab2fe55 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="UTF-8"?>
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0">
   <implementation class="org.eclipse.osee.ats.rest.internal.notify.AtsNotifierServiceImpl"/>
   <reference bind="setLogger" cardinality="1..1" interface="org.eclipse.osee.logger.Log" name="Log" policy="static"/>
   <reference bind="setMailService" cardinality="1..1" interface="org.eclipse.osee.mail.api.MailService" name="MailService" policy="static"/>
   <reference bind="setUserService" cardinality="1..1" interface="org.eclipse.osee.ats.api.user.IAtsUserService" name="IAtsUserService" policy="static"/>
   <service>
      <provide interface="org.eclipse.osee.ats.rest.util.IAtsNotifierServer"/>
   </service>
</scr:component>

Back to the top