@Beta @NonNullByDefault @ThreadSafe public final class BindingAdapterFactory extends Object implements AdapterFactory
Constructor and Description |
---|
BindingAdapterFactory(BindingToNormalizedNodeCodec codec) |
public BindingAdapterFactory(BindingToNormalizedNodeCodec codec)
public DataBroker createDataBroker(DOMDataBroker domService)
DataBroker
backed by a DOMDataBroker
.createDataBroker
in interface AdapterFactory
domService
- Backing DOMDataBrokerNullPointerException
- if domService
is nullpublic DataTreeService createDataTreeService(DOMDataTreeService domService)
DataTreeService
backed by a DOMDataTreeService
.createDataTreeService
in interface AdapterFactory
domService
- Backing DOMDataTreeServiceNullPointerException
- if domService
is nullpublic MountPointService createMountPointService(DOMMountPointService domService)
MountPointService
backed by a DOMMountPointService
.createMountPointService
in interface AdapterFactory
domService
- Backing DOMMountPointServiceNullPointerException
- if domService
is nullpublic NotificationService createNotificationService(DOMNotificationService domService)
DataBroker
backed by a DOMDataBroker
.createNotificationService
in interface AdapterFactory
domService
- Backing DOMDataBrokerNullPointerException
- if domService
is nullpublic NotificationPublishService createNotificationPublishService(DOMNotificationPublishService domService)
NotificationPublishService
backed by a DOMNotificationPublishService
.createNotificationPublishService
in interface AdapterFactory
domService
- Backing DOMNotificationPublishServiceNullPointerException
- if domService
is nullpublic RpcConsumerRegistry createRpcConsumerRegistry(DOMRpcService domService)
RpcConsumerRegistry
backed by a DOMRpcService
.createRpcConsumerRegistry
in interface AdapterFactory
domService
- Backing DOMRpcServiceNullPointerException
- if domService
is nullpublic RpcProviderService createRpcProviderService(DOMRpcProviderService domService)
RpcProviderService
backed by a DOMRpcProviderService
.createRpcProviderService
in interface AdapterFactory
domService
- Backing DOMRpcProviderServiceNullPointerException
- if domService
is nullpublic ActionService createActionService(DOMActionService domService)
AdapterFactory
ActionService
backed by a DOMActionService
.createActionService
in interface AdapterFactory
domService
- Backing DOMOperationServicepublic ActionProviderService createActionProviderService(DOMActionProviderService domService)
AdapterFactory
ActionProviderService
backed by a DOMActionProviderService
.createActionProviderService
in interface AdapterFactory
domService
- Backing DOMOperationProviderServiceCopyright © 2019 OpenDaylight. All rights reserved.