Proxy DOMMountPointServiceImpl to MD-SAL API
[controller.git] / opendaylight / md-sal / sal-dom-broker / src / main / resources / org / opendaylight / blueprint / dom-broker.xml
index f77b7935e5c6981f856b551039b298a52a633d46..67ebcf5e42da1c24d13284a7818e9cadf2cbb1ae 100644 (file)
 
   <!-- DOM MountPoint Service -->
 
-  <bean id="domMountPointService" class="org.opendaylight.controller.md.sal.dom.broker.impl.mount.DOMMountPointServiceImpl"/>
+  <reference id="delegateDomMountPointService" interface="org.opendaylight.mdsal.dom.api.DOMMountPointService"
+      odl:type="default"/>
+
+  <bean id="domMountPointService" class="org.opendaylight.controller.md.sal.dom.broker.impl.mount.DOMMountPointServiceImpl">
+    <argument ref="delegateDomMountPointService"/>
+  </bean>
 
   <service ref="domMountPointService" interface="org.opendaylight.controller.md.sal.dom.api.DOMMountPointService"
         odl:type="default"/>