b24aaf1eec3c25d7063a039e89369999e4f95978
[ccsdk/sli/plugins.git] / sshapi-call-node / provider / src / main / resources / org / opendaylight / blueprint / sshapi-call-node-blueprint.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0"
3            xmlns:odl="http://opendaylight.org/xmlns/blueprint/v1.0.0"
4            odl:use-default-for-reference-types="true">
5
6     <bean id="sshapiCallNodeProvider" class="org.onap.ccsdk.sli.plugins.sshapicall.impl.SshapiCallNodeImpl" />
7
8
9
10     <service ref="sshapiCallNodeProvider">
11         <interfaces>
12             <value>org.onap.ccsdk.sli.plugins.sshapicall.SshApiCallNode</value>
13         </interfaces>
14     </service>
15
16 </blueprint>