BUG 2412 - restconf @GET getModule(uri) method migration 69/14969/11
authorVaclav Demcak <vdemcak@cisco.com>
Tue, 24 Feb 2015 16:34:02 +0000 (17:34 +0100)
committerVaclav Demcak <vdemcak@cisco.com>
Tue, 24 Feb 2015 16:36:06 +0000 (17:36 +0100)
commitdddd84ae73bdefcfb2ef1de77a98b9462eeff66d
treeec97eb72f6ce071323e5661017b45c18925f4a06
parent0b569a91ef772bb996549c77804d9103c0843c37
BUG 2412 - restconf @GET getModule(uri) method migration

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

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

Change-Id: I9327badeac38a82c9e50721dc47338fc7ae164a1
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