Service-notification handling for serviceHandler
[transportpce.git] / servicehandler / src / main / resources / org / opendaylight / blueprint / servicehandler-blueprint.xml
index be736445e9992236a4f8008eefd699e86917e7ff..d1d73e87a1bb521fd9e86724a36c0e6bac1fc271 100644 (file)
@@ -24,6 +24,10 @@ Author: Martial Coulibaly <martial.coulibaly@gfi.com> on behalf of Orange
           interface="org.opendaylight.controller.md.sal.binding.api.NotificationService"\r
           odl:type="default" />\r
 \r
+    <reference id="notificationPublishService"\r
+          interface="org.opendaylight.controller.md.sal.binding.api.NotificationPublishService"\r
+          odl:type="default" />\r
+\r
     <reference id="pathComputationService"\r
           interface="org.opendaylight.transportpce.pce.service.PathComputationService"/>\r
 \r
@@ -39,6 +43,7 @@ Author: Martial Coulibaly <martial.coulibaly@gfi.com> on behalf of Orange
         <argument ref="rpcRegistry" />\r
         <argument ref="dataBroker" />\r
         <argument ref="notificationService" />\r
+        <argument ref="notificationPublishService" />\r
         <argument ref="pathComputationService" />\r
         <argument ref="rendererServiceOperations" />\r
         <argument ref="networkModelWavelengthService" />\r