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​(DOMRpcProviderService domRpcRegistry,
                                                   BindingToNormalizedNodeCodec codec)
        Deprecated, for removal: This API element is subject to removal in a future version.
    • Method Detail

      • registerRpcImplementation

        public <S extends RpcService,​T extends S> 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 RpcService,​T extends S> ObjectRegistration<T> registerRpcImplementation​(Class<S> type,
                                                                                                        T implementation,
                                                                                                        Set<InstanceIdentifier<?>> paths)
        Deprecated, for removal: This API element is subject to removal in a future version.