BUG 2412 - restconf @GET getModule(identifier,uri) method migration 71/14971/7
authorVaclav Demcak <vdemcak@cisco.com>
Fri, 6 Feb 2015 13:14:09 +0000 (14:14 +0100)
committerVaclav Demcak <vdemcak@cisco.com>
Tue, 24 Feb 2015 16:46:14 +0000 (17:46 +0100)
commitf43809ac6734a99dda498b9018f6f07164da4925
tree162d531d8de69302109c790128440bf63bc8e312
parent365c9751fb9b8b5464e2576c417e97be64732def
BUG 2412 - restconf @GET getModule(identifier,uri) method migration

    * migration to new faster Infrastructure API and Codecs for method
    @GET getModules(String,UriInfo) on @Path {/modules/module/identifier}

    New faster Infrastructure API works with NormizedNodeContext and
    we are replacing first method getModule(URI) from RestconfService
    to use NormalizedNodeContext.

Change-Id: I7ae36a13ce4533598bbc3abf73d9090e1922abdb
Signed-off-by: Vaclav Demcak <vdemcak@cisco.com>
opendaylight/md-sal/sal-rest-connector/src/main/java/org/opendaylight/controller/sal/rest/api/RestconfService.java
opendaylight/md-sal/sal-rest-connector/src/main/java/org/opendaylight/controller/sal/rest/impl/RestconfCompositeWrapper.java
opendaylight/md-sal/sal-rest-connector/src/main/java/org/opendaylight/controller/sal/restconf/impl/RestconfImpl.java
opendaylight/md-sal/sal-rest-connector/src/main/java/org/opendaylight/controller/sal/restconf/impl/StatisticsRestconfServiceWrapper.java