aboutsummaryrefslogtreecommitdiffstats
path: root/sshapi-call-node/provider/src/main/resources/org/opendaylight/blueprint/sshapi-call-node-blueprint.xml
blob: b24aaf1eec3c25d7063a039e89369999e4f95978 (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.impl.SshapiCallNodeImpl" />



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

</blueprint>