API for RestconfClient 43/56743/5
authorgaurav <gaurav.agrawal@huawei.com>
Wed, 18 Jul 2018 14:09:10 +0000 (19:39 +0530)
committergaurav <gaurav.agrawal@huawei.com>
Fri, 20 Jul 2018 16:46:08 +0000 (22:16 +0530)
commitd7d5ea0fe2e9bf6c5222174df2bdd80192b9d6ee
treed45c061638a355866155c71d6c0a3bdbab52f34e
parentd6a56cd8f71cc196083c6ab16e86d24c7c89f9ef
API for RestconfClient

API for RestconfClient including:
- RestconfApiCallNode
- RestconfDiscoveryNode

Change-Id: Ieda6251b91b6d399cd0106993c3fdd1a440d5b0a
Issue-ID: CCSDK-371
Signed-off-by: Gaurav Agrawal <gaurav.agrawal@huawei.com>
19 files changed:
features/ccsdk-sli-plugins-all/pom.xml
pom.xml
restconf-client/.gitignore [new file with mode: 0755]
restconf-client/features/ccsdk-restconf-client/pom.xml [new file with mode: 0644]
restconf-client/features/features-restconf-client/pom.xml [new file with mode: 0644]
restconf-client/features/pom.xml [new file with mode: 0755]
restconf-client/features/src/main/resources/features.xml [new file with mode: 0644]
restconf-client/installer/pom.xml [new file with mode: 0755]
restconf-client/installer/src/assembly/assemble_installer_zip.xml [new file with mode: 0644]
restconf-client/installer/src/assembly/assemble_mvnrepo_zip.xml [new file with mode: 0644]
restconf-client/installer/src/main/resources/scripts/install-feature.sh [new file with mode: 0644]
restconf-client/pom.xml [new file with mode: 0755]
restconf-client/provider/pom.xml [new file with mode: 0755]
restconf-client/provider/src/main/java/org/onap/ccsdk/sli/plugins/restconfapicall/RestconfapiCallNode.java [new file with mode: 0644]
restconf-client/provider/src/main/java/org/onap/ccsdk/sli/plugins/restconfdiscovery/RestconfDiscoveryNode.java [new file with mode: 0644]
restconf-client/provider/src/main/java/org/onap/ccsdk/sli/plugins/restconfdiscovery/SvcLogicDiscoveryPlugin.java [new file with mode: 0644]
restconf-client/provider/src/main/resources/META-INF/spring/restconf-client-context.xml [new file with mode: 0644]
restconf-client/provider/src/main/resources/META-INF/spring/restconf-client-osgi-context.xml [new file with mode: 0644]
restconf-client/provider/src/main/resources/org/opendaylight/blueprint/restconf-client-blueprint.xml [new file with mode: 0755]