Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: 1c55cc390e15c50cb66a3abbf9a535bb7632b00c (plain) (tree)
1
2
3
4
5

                                                                                                                                                         
                                                                                                                                             

                                                                                             
<?xml version="1.0" encoding="UTF-8"?>
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" immediate="true" name="com.mycorp.examples.timeservice.consumer.ds.TimeServiceComponent">
   <reference bind="bindTimeService" interface="com.mycorp.examples.timeservice.ITimeService" name="TimeService" unbind="unbindTimeService"/>
   <implementation class="com.mycorp.examples.timeservice.consumer.ds.TimeServiceComponent"/>
</scr:component>

Back to the top