Class BindingDOMRpcServiceAdapter
- java.lang.Object
-
- org.opendaylight.controller.md.sal.binding.impl.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 Summary
Fields Modifier and Type Field Description protected static org.opendaylight.controller.md.sal.binding.impl.BindingDOMAdapterBuilder.Factory<org.opendaylight.controller.sal.binding.api.RpcConsumerRegistry>BUILDER_FACTORYDeprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Summary
Constructors Constructor Description 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 Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description <T extends org.opendaylight.yangtools.yang.binding.RpcService>
TgetRpcService(Class<T> rpcService)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:
getRpcServicein interfaceorg.opendaylight.controller.sal.binding.api.RpcConsumerRegistry
-
-