Add JSONRestconfService impl for the restconf Draft18 impl
[netconf.git] / restconf / sal-rest-connector / src / main / java / org / opendaylight / restconf / RestConnectorProvider.java
index 9e1e8cd7c205b3a7adda6a5f32dbb450de9ee799..2aab6df3a243926742c4ca9499bfb30b6c7d878a 100644 (file)
@@ -99,6 +99,10 @@ public class RestConnectorProvider implements RestConnector, AutoCloseable {
                 notificationServiceHandler);
     }
 
+    public DOMMountPointServiceHandler getMountPointServiceHandler() {
+        return mountPointServiceHandler;
+    }
+
     /**
      * After {@link TransactionChain} failed, this updates {@link TransactionChainHandler} with new transaction chain.
      *