Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: 98fe750664d7c49b42d389827035e3090e0906d0 (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.async.TimeServiceComponentAsync">
   <reference bind="bindTimeService" cardinality="1..n" interface="com.mycorp.examples.timeservice.ITimeServiceAsync" name="TimeService" policy="dynamic" unbind="unbindTimeService"/>
   <implementation class="com.mycorp.examples.timeservice.consumer.ds.async.TimeServiceComponentAsync"/>
</scr:component>

Back to the top