Eliminate SchemaPath references in codec infrastructure
[mdsal.git] / binding / mdsal-binding-dom-adapter / src / main / java / org / opendaylight / mdsal / binding / dom / adapter / CurrentAdapterSerializer.java
index 14b2fc278f23e83c0aac7f42399b6392afff2697..cea844371fdda9e5f6c2169c6810c74fe0e50074 100644 (file)
@@ -103,7 +103,7 @@ public final class CurrentAdapterSerializer extends ForwardingBindingDOMCodecSer
     }
 
     // FIXME: This should be probably part of Binding Runtime context
-    ImmutableBiMap<Method, QName> getRpcMethodToSchemaPath(final Class<? extends RpcService> key) {
+    ImmutableBiMap<Method, QName> getRpcMethodToQName(final Class<? extends RpcService> key) {
         final Module module = getModule(key);
         final ImmutableBiMap.Builder<Method, QName> ret = ImmutableBiMap.builder();
         try {