Update to MD-SAL APIs
[controller.git] / opendaylight / md-sal / sal-binding-broker / src / main / java / org / opendaylight / controller / sal / binding / spi / RpcRouter.java
index 360f03936695ddcff5813d6a7944d12b285d8aac..b7a42eda1f51db83ad4f147676f0aa128a681dcc 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2013 Cisco Systems, Inc. and others.  All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 which accompanies this distribution,
+ * and is available at http://www.eclipse.org/legal/epl-v10.html
+ */
 package org.opendaylight.controller.sal.binding.spi;
 
 import org.opendaylight.yangtools.yang.binding.BaseIdentity;
@@ -44,7 +51,7 @@ public interface RpcRouter<T extends RpcService> {
      * @return instance of RpcService which is responsible for processing
      *         particular path.
      */
-    T getService(Class<? extends BaseIdentity> context, InstanceIdentifier path);
+    T getService(Class<? extends BaseIdentity> context, InstanceIdentifier<?> path);
 
     /**
      * Returns a default fallback instance of RpcService which is responsible