summaryrefslogtreecommitdiffstats
path: root/plugins/sshapi-call-node/provider/src/main/resources/OSGI-INF/blueprint/sshapi-call-node-blueprint.xml
blob: 7a5424329cfca89d1bc4ecd11b9c2478af441b90 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?>
<blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0"
           xmlns:odl="http://opendaylight.org/xmlns/blueprint/v1.0.0"
           odl:use-default-for-reference-types="true">

    <bean id="sshapiCallNodeProvider" class="org.onap.ccsdk.sli.plugins.sshapicall.SshApiCallNode" />



    <service ref="sshapiCallNodeProvider">
        <interfaces>
            <value>org.onap.ccsdk.sli.plugins.sshapicall.SshApiCallNode</value>
        </interfaces>
    </service>

</blueprint>