- Added exi capability utilities, handlers and necessary modifications
[controller.git] / opendaylight / netconf / netconf-api / src / main / java / org / opendaylight / controller / netconf / api / NetconfOperationRouter.java
index 49ca0c010681b6f451d7bb19348b323b84affe21..e2a2d832c779e37f3e26c2d86efc37fb27d1b345 100644 (file)
@@ -12,7 +12,8 @@ import org.w3c.dom.Document;
 
 public interface NetconfOperationRouter extends AutoCloseable {
 
-    Document onNetconfMessage(Document message) throws NetconfDocumentedException;
+    Document onNetconfMessage(Document message, NetconfSession session)
+            throws NetconfDocumentedException;
 
     @Override
     void close();