@Beta
@NonNullByDefault
public interface AdapterFactory
DOMService
s into BindingService
s.DataBroker createDataBroker(DOMDataBroker domService)
DataBroker
backed by a DOMDataBroker
.domService
- Backing DOMDataBrokerNullPointerException
- if domService
is nullDataTreeService createDataTreeService(DOMDataTreeService domService)
DataTreeService
backed by a DOMDataTreeService
.domService
- Backing DOMDataTreeServiceNullPointerException
- if domService
is nullMountPointService createMountPointService(DOMMountPointService domService)
MountPointService
backed by a DOMMountPointService
.domService
- Backing DOMMountPointServiceNullPointerException
- if domService
is nullNotificationService createNotificationService(DOMNotificationService domService)
DataBroker
backed by a DOMDataBroker
.domService
- Backing DOMDataBrokerNullPointerException
- if domService
is nullNotificationPublishService createNotificationPublishService(DOMNotificationPublishService domService)
NotificationPublishService
backed by a DOMNotificationPublishService
.domService
- Backing DOMNotificationPublishServiceNullPointerException
- if domService
is nullRpcConsumerRegistry createRpcConsumerRegistry(DOMRpcService domService)
RpcConsumerRegistry
backed by a DOMRpcService
.domService
- Backing DOMRpcServiceNullPointerException
- if domService
is nullRpcProviderService createRpcProviderService(DOMRpcProviderService domService)
RpcProviderService
backed by a DOMRpcProviderService
.domService
- Backing DOMRpcProviderServiceNullPointerException
- if domService
is nullActionService createActionService(DOMActionService domService)
ActionService
backed by a DOMActionService
.domService
- Backing DOMOperationServiceNullPointerException
- if domService
is nullActionProviderService createActionProviderService(DOMActionProviderService domService)
ActionProviderService
backed by a DOMActionProviderService
.domService
- Backing DOMOperationProviderServiceNullPointerException
- if domService
is nullCopyright © 2019 OpenDaylight. All rights reserved.