Implement SalExperimenterMpMessageService 68/47668/1
authorTomas Slusny <tomas.slusny@pantheon.tech>
Thu, 27 Oct 2016 12:35:19 +0000 (14:35 +0200)
committerTomas Slusny <tomas.slusny@pantheon.tech>
Thu, 27 Oct 2016 12:35:19 +0000 (14:35 +0200)
commitcf84afd05137e68dcda33f88ae30312b649d79a9
treeff44708d341e5aaa67959b62329bc9072943456e
parent4a89e389589676a2b6975096ba721cd4c354e1bd
Implement SalExperimenterMpMessageService

Add missing implementation for experimenter multipart message
RPC service and register it as routed RPC implementation

Resolves: bug 6820

Change-Id: I5646f93dd6375b729e995a9e60e6d688f1508559
Signed-off-by: Tomas Slusny <tomas.slusny@pantheon.tech>
openflowplugin-impl/src/main/java/org/opendaylight/openflowplugin/impl/services/SalExperimenterMpMessageServiceImpl.java [new file with mode: 0644]
openflowplugin-impl/src/main/java/org/opendaylight/openflowplugin/impl/util/MdSalRegistrationUtils.java
openflowplugin-impl/src/test/java/org/opendaylight/openflowplugin/impl/services/SalExperimenterMpMessageServiceImplTest.java [new file with mode: 0644]
openflowplugin-impl/src/test/java/org/opendaylight/openflowplugin/impl/services/ServiceMocking.java
openflowplugin-impl/src/test/java/org/opendaylight/openflowplugin/impl/util/MdSalRegistrationUtilsTest.java