Adding resources for a testing
[controller.git] / opendaylight / md-sal / sal-rest-connector / src / main / java / org / opendaylight / controller / sal / restconf / impl / RestconfService.java
index beea6b8d9320ff514b1a2ccfdb66dc85172fd10c..3dc181b826bc5b9a17be4caccf2fd768832d1889 100644 (file)
@@ -83,5 +83,5 @@ public interface RestconfService {
     @POST
     @Path("/operations/{identifier}")
     @Produces(API+XML)
-    public RpcResult<CompositeNode> invokeRpc(@PathParam("identifier") String identifier, CompositeNode payload);
+    public Object invokeRpc(@PathParam("identifier") String identifier, CompositeNode payload);
 }