Remove BindingRuntimeTypes.findRpc{Input,Output}
[mdsal.git] / binding / mdsal-binding-runtime-api / src / main / java / org / opendaylight / mdsal / binding / runtime / api / BindingRuntimeTypes.java
index 6837ef6655dd731b8f6ce0a91a465deea02331f2..8114e0df1b10bf805cad79053a8c943d0cd3696a 100644 (file)
@@ -36,10 +36,6 @@ public interface BindingRuntimeTypes extends EffectiveModelContextProvider, Runt
 
     Optional<RuntimeType> findSchema(JavaTypeName typeName);
 
-    Optional<InputRuntimeType> findRpcInput(QName rpcName);
-
-    Optional<OutputRuntimeType> findRpcOutput(QName rpcName);
-
     Optional<YangDataRuntimeType> findYangData(YangDataName templateName);
 
     default @Nullable RuntimeType schemaTreeChild(final Absolute path) {