Added implementation of ActionFactory 17/81117/3
authorJaroslav Tóth <jtoth@frinx.io>
Fri, 22 Mar 2019 14:10:12 +0000 (15:10 +0100)
committerJaroslav Tóth <jtoth@frinx.io>
Thu, 28 Mar 2019 12:25:59 +0000 (13:25 +0100)
commite1a806e4af735551eaeba7141b17358c5d38c9b9
treee59280cabfaa06a0624aa53a3eec57b965aa720f
parent30b33549b08e48e29151beb7c6627fe62322548e
Added implementation of ActionFactory

- Added device action factory implementation that creates
  DOMActionService implementations using netconf message
  transformer, and remote device communicator.
- Injected ActionFactory to netconf topology and callhome topogy.

JIRA: NETCONF-448
Change-Id: I48261d0ae7639f63bec3ae04a88a15a78ed56962
Signed-off-by: Jaroslav Tóth <jtoth@frinx.io>
netconf/callhome-provider/src/main/resources/OSGI-INF/blueprint/callhome-topology.xml
netconf/netconf-topology-config/src/main/resources/OSGI-INF/blueprint/netconf-topology.xml
netconf/sal-netconf-connector/src/main/java/org/opendaylight/netconf/sal/connect/netconf/DeviceActionFactoryImpl.java [new file with mode: 0644]
netconf/sal-netconf-connector/src/main/resources/OSGI-INF/blueprint/sal-netconf-connector.xml [new file with mode: 0644]