aboutsummaryrefslogtreecommitdiffstats
path: root/sshapi-call-node/provider/src/main/resources/org/opendaylight/blueprint
diff options
context:
space:
mode:
authorGanesh Chandrasekaran <ganesh.c@samsung.com>2018-07-19 11:17:06 +0900
committerGanesh Chandrasekaran <ganesh.c@samsung.com>2018-07-19 15:14:19 +0900
commitd6a56cd8f71cc196083c6ab16e86d24c7c89f9ef (patch)
tree6f1a7f481d0f4cecbc658c43260c1a56c35c79e8 /sshapi-call-node/provider/src/main/resources/org/opendaylight/blueprint
parent6603a6b208f454e87215047a3116ca6d40cc56c2 (diff)
SSHApiCallNode API definition
Issue-ID: CCSDK-384 Change-Id: I558bb774081074fbd1c541512d767a9ca5d1f866 Signed-off-by: Ganesh Chandrasekaran <ganesh.c@samsung.com>
Diffstat (limited to 'sshapi-call-node/provider/src/main/resources/org/opendaylight/blueprint')
-rwxr-xr-xsshapi-call-node/provider/src/main/resources/org/opendaylight/blueprint/sshapi-call-node-blueprint.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/sshapi-call-node/provider/src/main/resources/org/opendaylight/blueprint/sshapi-call-node-blueprint.xml b/sshapi-call-node/provider/src/main/resources/org/opendaylight/blueprint/sshapi-call-node-blueprint.xml
new file mode 100755
index 00000000..b24aaf1e
--- /dev/null
+++ b/sshapi-call-node/provider/src/main/resources/org/opendaylight/blueprint/sshapi-call-node-blueprint.xml
@@ -0,0 +1,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> \ No newline at end of file