Created
May 23, 2017 01:07
-
-
Save dileeph/cb784a25725b138177f43094adecb15a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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