Class BindingDOMRpcProviderServiceAdapter


  • @Deprecated(forRemoval=true)
    public class BindingDOMRpcProviderServiceAdapter
    extends Object
    Deprecated, for removal: This API element is subject to removal in a future version.
    • Constructor Detail

      • BindingDOMRpcProviderServiceAdapter

        public BindingDOMRpcProviderServiceAdapter​(org.opendaylight.controller.md.sal.dom.api.DOMRpcProviderService domRpcRegistry,
                                                   BindingToNormalizedNodeCodec codec)
        Deprecated, for removal: This API element is subject to removal in a future version.
    • Method Detail

      • registerRpcImplementation

        public <S extends org.opendaylight.yangtools.yang.binding.RpcService,​T extends S> org.opendaylight.yangtools.concepts.ObjectRegistration<T> registerRpcImplementation​(Class<S> type,
                                                                                                                                                                                    T implementation)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • registerRpcImplementation

        public <S extends org.opendaylight.yangtools.yang.binding.RpcService,​T extends S> org.opendaylight.yangtools.concepts.ObjectRegistration<T> registerRpcImplementation​(Class<S> type,
                                                                                                                                                                                    T implementation,
                                                                                                                                                                                    Set<org.opendaylight.yangtools.yang.binding.InstanceIdentifier<?>> paths)
        Deprecated, for removal: This API element is subject to removal in a future version.