Add AbstractMessageService 02/50702/11
authormiroslav.macko <miroslav.macko@pantheon.tech>
Fri, 20 Jan 2017 07:51:38 +0000 (08:51 +0100)
committerTomas Slusny <tomas.slusny@pantheon.tech>
Wed, 15 Feb 2017 15:13:41 +0000 (16:13 +0100)
commit2a8cb12d9f6c185974283e396dea03d688ea4dac
tree20eb325141bbe7f21fe01e7356ac3dd5940c21a1
parentf28c5c70101c2c5e38cc3f843c955e782e9a1612
Add AbstractMessageService

Add AbstractMessageService that will define structure for
all other message services.

Modify AbstractService#handleServiceCall not to be final.

See also: bug 7139

Change-Id: I0bcfe8c0a5ba8ad572427240b29d7522ce0c5cf5
Signed-off-by: miroslav.macko <miroslav.macko@pantheon.tech>
openflowplugin-impl/src/main/java/org/opendaylight/openflowplugin/impl/services/AbstractMessageService.java [new file with mode: 0644]
openflowplugin-impl/src/main/java/org/opendaylight/openflowplugin/impl/services/AbstractService.java