SalRemoteClientDeployer - instantiate SalRemoteClient for given URL. 87/5387/6
authorMilos Fabian <milfabia@cisco.com>
Tue, 18 Feb 2014 09:44:24 +0000 (10:44 +0100)
committerGerrit Code Review <gerrit@opendaylight.org>
Tue, 25 Feb 2014 11:26:37 +0000 (11:26 +0000)
commitd669645b1a5b421a40e49ff8fb531972783156d3
tree86290d969e7b65ed701ea876f92c553915e23cb2
parent30b7b41410fc3abd1fb2020597c36da46d31eb44
SalRemoteClientDeployer - instantiate SalRemoteClient for given URL.

SalRemoteClient:
-Creates schema context.
-Initialize mapping service
-Creates restconf client
-Starts sal remote service broker
-Provides consumer registaration

Change-Id: Idc0d8be4c088bac8a4df24b98e482184a6e54665
Signed-off-by: Milos Fabian <milfabia@cisco.com>
opendaylight/md-sal/sal-restconf-broker/src/main/java/org/opendaylight/controller/sal/restconf/broker/client/SalRemoteClient.java [new file with mode: 0644]
opendaylight/md-sal/sal-restconf-broker/src/main/java/org/opendaylight/controller/sal/restconf/broker/client/SalRemoteClientDeployer.java [new file with mode: 0644]
opendaylight/md-sal/sal-restconf-broker/src/main/java/org/opendaylight/controller/sal/restconf/broker/client/SalRemoteClientImpl.java [new file with mode: 0644]