Modifier and Type | Method and Description |
---|---|
RpcProviderService |
BindingAdapterFactory.createRpcProviderService(DOMRpcProviderService domService)
Create a
RpcProviderService backed by a DOMRpcProviderService . |
Constructor and Description |
---|
BindingDOMRpcProviderServiceAdapter(DOMRpcProviderService domRpcRegistry,
BindingToNormalizedNodeCodec codec) |
Modifier and Type | Method and Description |
---|---|
RpcProviderService |
AdapterFactory.createRpcProviderService(DOMRpcProviderService domService)
Create a
RpcProviderService backed by a DOMRpcProviderService . |
Constructor and Description |
---|
BindingDOMOperationProviderServiceAdapter(DOMRpcProviderService domRpcRegistry,
DOMActionProviderService domActionRegistry,
BindingToNormalizedNodeCodec codec) |
Modifier and Type | Method and Description |
---|---|
DOMRpcProviderService |
DOMRpcRouter.getRpcProviderService() |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDOMRpcProviderService
Convenience abstract base class for
DOMRpcProviderService implementations. |
class |
ForwardingDOMRpcProviderService
Utility class which implements
DOMRpcProviderService by forwarding
requests to a backing instance. |
Modifier and Type | Method and Description |
---|---|
protected abstract @NonNull DOMRpcProviderService |
ForwardingDOMRpcProviderService.delegate() |
Copyright © 2019 OpenDaylight. All rights reserved.