Skip to content

Instantly share code, notes, and snippets.

@dileeph
Created May 23, 2017 01:07
Show Gist options
  • Save dileeph/cb784a25725b138177f43094adecb15a to your computer and use it in GitHub Desktop.
Save dileeph/cb784a25725b138177f43094adecb15a to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" name="policy.service.client" immediate="true">
<implementation class="com.x.policy.client.PolicyServiceClient"/>
<reference
interface="com.x.policy.service.api.PolicyService"
bind="addPolicyService"
unbind="removePolicyService"
cardinality="1..n"
policy="dynamic"
/>
</scr:component>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment