Class BindingDOMRpcServiceAdapter

  • All Implemented Interfaces:
    org.opendaylight.controller.md.sal.binding.api.BindingService, org.opendaylight.controller.sal.binding.api.BindingAwareService, org.opendaylight.controller.sal.binding.api.RpcConsumerRegistry

    @Deprecated(forRemoval=true)
    public class BindingDOMRpcServiceAdapter
    extends Object
    implements org.opendaylight.controller.sal.binding.api.RpcConsumerRegistry
    Deprecated, for removal: This API element is subject to removal in a future version.
    • Field Detail

      • BUILDER_FACTORY

        protected static final org.opendaylight.controller.md.sal.binding.impl.BindingDOMAdapterBuilder.Factory<org.opendaylight.controller.sal.binding.api.RpcConsumerRegistry> BUILDER_FACTORY
        Deprecated, for removal: This API element is subject to removal in a future version.
    • Constructor Detail

      • BindingDOMRpcServiceAdapter

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

      • getRpcService

        public <T extends org.opendaylight.yangtools.yang.binding.RpcService> T getRpcService​(Class<T> rpcService)
        Deprecated, for removal: This API element is subject to removal in a future version.
        Specified by:
        getRpcService in interface org.opendaylight.controller.sal.binding.api.RpcConsumerRegistry