introduce Bierman02RestConfWiring for standalone (simple) environments 88/79388/11
authorMichael Vorburger <vorburger@redhat.com>
Wed, 9 Jan 2019 22:19:37 +0000 (23:19 +0100)
committerMichael Vorburger <vorburger@redhat.com>
Thu, 7 Feb 2019 13:27:47 +0000 (14:27 +0100)
commit1543db588c1334c9f874c19c2f4861fb2e37e073
tree7ae429af1a9c6983cc1eca6d648d6aa3263b1ea1
parentce13f265319f727bf2a97e4c972d05cfd18b3cca
introduce Bierman02RestConfWiring for standalone (simple) environments

This comes out of https://github.com/vorburger/opendaylight-simple
(and see JavaDoc for the history & ACK/nod to Lighty.io)

This (now, not originally) requires
I3c632adbb4c4a9d9ac7bed4557bcaaece47dd0cf in AAA.

Change-Id: I614a48bcc425db8faa1a79ebd6236236bcd09e73
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
15 files changed:
restconf/restconf-nb-bierman02/pom.xml
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/netconf/sal/rest/impl/RestconfApplication.java
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/netconf/sal/restconf/api/RestConfConfig.java [new file with mode: 0644]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/netconf/sal/restconf/impl/Bierman02RestConfWiring.java [new file with mode: 0644]
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/netconf/sal/restconf/impl/BrokerFacade.java
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/netconf/sal/restconf/impl/ControllerContext.java
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/netconf/sal/restconf/impl/JSONRestconfServiceImpl.java
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/netconf/sal/restconf/impl/RestconfImpl.java
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/netconf/sal/restconf/impl/StatisticsRestconfServiceWrapper.java
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/netconf/sal/restconf/web/WebInitializer.java
restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/netconf/sal/streams/websockets/WebSocketServer.java
restconf/restconf-nb-bierman02/src/main/resources/OSGI-INF/blueprint/restconf-config.xml
restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/controller/sal/restconf/impl/test/Bierman02RestConfWiringTest.java [new file with mode: 0644]
restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/controller/sal/restconf/impl/test/incubate/InMemoryMdsalModule.java [new file with mode: 0644]
restconf/restconf-nb-bierman02/src/test/java/org/opendaylight/controller/sal/restconf/impl/test/incubate/InMemoryMdsalModuleTest.java [new file with mode: 0644]