Class BindingDOMNotificationPublishServiceAdapter.Builder
- java.lang.Object
-
- org.opendaylight.controller.md.sal.binding.spi.AdapterBuilder<T,DOMService>
-
- org.opendaylight.controller.md.sal.binding.impl.BindingDOMNotificationPublishServiceAdapter.Builder
-
- All Implemented Interfaces:
Builder<NotificationPublishService>
,CheckedBuilder<NotificationPublishService,IllegalArgumentException>
,Mutable
,MutationBehaviour<Mutable>
- Enclosing class:
- BindingDOMNotificationPublishServiceAdapter
protected static class BindingDOMNotificationPublishServiceAdapter.Builder extends AdapterBuilder<T,DOMService>
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected T
createInstance(ClassToInstanceMap<DOMService> delegates)
Deprecated, for removal: This API element is subject to removal in a future version.protected NotificationPublishService
createInstance(BindingToNormalizedNodeCodec codec, ClassToInstanceMap<DOMService> delegates)
Set<Class<? extends DOMService>>
getRequiredDelegates()
void
setCodec(BindingToNormalizedNodeCodec codec)
Deprecated, for removal: This API element is subject to removal in a future version.-
Methods inherited from class org.opendaylight.controller.md.sal.binding.spi.AdapterBuilder
addDelegate, build
-
-
-
-
Method Detail
-
getRequiredDelegates
public Set<Class<? extends DOMService>> getRequiredDelegates()
- Specified by:
getRequiredDelegates
in classAdapterBuilder<NotificationPublishService,DOMService>
-
createInstance
protected NotificationPublishService createInstance(BindingToNormalizedNodeCodec codec, ClassToInstanceMap<DOMService> delegates)
-
setCodec
public void setCodec(BindingToNormalizedNodeCodec codec)
Deprecated, for removal: This API element is subject to removal in a future version.
-
createInstance
protected final T createInstance(ClassToInstanceMap<DOMService> delegates)
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
createInstance
in classAdapterBuilder<T extends BindingService,DOMService>
-
-