Add CDS client 01/79201/4
authorAlexis de Talhouët <adetalhouet89@gmail.com>
Tue, 26 Feb 2019 16:26:03 +0000 (11:26 -0500)
committerAlexis de Talhouët <adetalhouet89@gmail.com>
Tue, 26 Feb 2019 22:03:45 +0000 (17:03 -0500)
commitf07c74c83343da4a8751d7f45fb1edcd111e3647
treed6dc716c2a5bcd6e9666d3bfc348c79c7e3428a5
parent1212fa1a4b33c76d5cc01ebd1cc438a3e3bc433a
Add CDS client

Change-Id: I3f77a2c9e8341239b97675f5897cecf28c7dfb6f
Issue-ID: SO-1483
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
12 files changed:
bpmn/MSOCommonBPMN/src/main/java/org/onap/so/bpmn/common/InjectionHelper.java
bpmn/MSOCommonBPMN/src/main/java/org/onap/so/client/restproperties/CDSPropertiesImpl.java [new file with mode: 0644]
bpmn/MSOCommonBPMN/src/main/resources/META-INF/services/org.onap.so.client.RestProperties
common/pom.xml
common/src/main/java/org/onap/so/client/cds/CDSProcessingClient.java [new file with mode: 0644]
common/src/main/java/org/onap/so/client/cds/CDSProcessingHandler.java [new file with mode: 0644]
common/src/main/java/org/onap/so/client/cds/CDSProcessingListener.java [new file with mode: 0644]
common/src/main/java/org/onap/so/client/cds/CDSProperties.java [new file with mode: 0644]
common/src/test/java/org/onap/so/client/cds/CDSProcessingClientTest.java [new file with mode: 0644]
common/src/test/java/org/onap/so/client/cds/TestCDSProcessingListener.java [new file with mode: 0644]
common/src/test/java/org/onap/so/client/cds/TestCDSPropertiesImpl.java [new file with mode: 0644]
common/src/test/resources/META-INF/services/org.onap.so.client.RestProperties [new file with mode: 0644]