RestconfDiscoveryNode Plugin implementation 91/59791/5
authorVidyashree Rama <vidyashree.rama@huawei.com>
Thu, 9 Aug 2018 06:51:34 +0000 (12:21 +0530)
committerDan Timoney <dt5972@att.com>
Tue, 14 Aug 2018 14:48:20 +0000 (14:48 +0000)
commit8e8ec2eb81e062010da230fae30626cb07c25bd1
tree67cba985891a5ecd9ad492a574defd9c6a5146b0
parentc29034ab5ea15d4c336f068ca8007ccebfad73e3
RestconfDiscoveryNode Plugin implementation

Initial code submit for supporting RestconfDiscoveryNode Plugin implementation

Issue-ID: CCSDK-374

Change-Id: Ieb0b622b135ea78ef58bd36dfe171f4117bc3328
Signed-off-by: Vidyashree Rama <vidyashree.rama@huawei.com>
12 files changed:
restconf-client/features/ccsdk-restconf-client/pom.xml
restconf-client/features/src/main/resources/features.xml
restconf-client/provider/pom.xml
restconf-client/provider/src/main/java/org/onap/ccsdk/sli/plugins/restconfdiscovery/EventHandler.java [new file with mode: 0644]
restconf-client/provider/src/main/java/org/onap/ccsdk/sli/plugins/restconfdiscovery/EventProcessor.java [new file with mode: 0644]
restconf-client/provider/src/main/java/org/onap/ccsdk/sli/plugins/restconfdiscovery/RestconfDiscoveryNode.java
restconf-client/provider/src/main/java/org/onap/ccsdk/sli/plugins/restconfdiscovery/SubscriptionInfo.java [new file with mode: 0644]
restconf-client/provider/src/main/java/org/onap/ccsdk/sli/plugins/restconfdiscovery/SvcLogicDiscoveryPlugin.java
restconf-client/provider/src/main/java/org/onap/ccsdk/sli/plugins/restconfdiscovery/SvcLogicGraphInfo.java [new file with mode: 0644]
restconf-client/provider/src/main/resources/META-INF/spring/restconf-client-context.xml
restconf-client/provider/src/test/java/org/onap/ccsdk/sli/plugins/restconfdiscovery/SseServerMock.java [new file with mode: 0644]
restconf-client/provider/src/test/java/org/onap/ccsdk/sli/plugins/restconfdiscovery/TestRestconfDiscoveryNode.java [new file with mode: 0644]