@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 AdapterFactorydomService - Backing DOMDataBrokerNullPointerException - if domService is nullpublic DataTreeService createDataTreeService(DOMDataTreeService domService)
DataTreeService backed by a DOMDataTreeService.createDataTreeService in interface AdapterFactorydomService - Backing DOMDataTreeServiceNullPointerException - if domService is nullpublic MountPointService createMountPointService(DOMMountPointService domService)
MountPointService backed by a DOMMountPointService.createMountPointService in interface AdapterFactorydomService - Backing DOMMountPointServiceNullPointerException - if domService is nullpublic NotificationService createNotificationService(DOMNotificationService domService)
DataBroker backed by a DOMDataBroker.createNotificationService in interface AdapterFactorydomService - Backing DOMDataBrokerNullPointerException - if domService is nullpublic NotificationPublishService createNotificationPublishService(DOMNotificationPublishService domService)
NotificationPublishService backed by a DOMNotificationPublishService.createNotificationPublishService in interface AdapterFactorydomService - Backing DOMNotificationPublishServiceNullPointerException - if domService is nullpublic RpcConsumerRegistry createRpcConsumerRegistry(DOMRpcService domService)
RpcConsumerRegistry backed by a DOMRpcService.createRpcConsumerRegistry in interface AdapterFactorydomService - Backing DOMRpcServiceNullPointerException - if domService is nullpublic RpcProviderService createRpcProviderService(DOMRpcProviderService domService)
RpcProviderService backed by a DOMRpcProviderService.createRpcProviderService in interface AdapterFactorydomService - Backing DOMRpcProviderServiceNullPointerException - if domService is nullpublic ActionService createActionService(DOMActionService domService)
AdapterFactoryActionService backed by a DOMActionService.createActionService in interface AdapterFactorydomService - Backing DOMOperationServicepublic ActionProviderService createActionProviderService(DOMActionProviderService domService)
AdapterFactoryActionProviderService backed by a DOMActionProviderService.createActionProviderService in interface AdapterFactorydomService - Backing DOMOperationProviderServiceCopyright © 2019 OpenDaylight. All rights reserved.