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 protectedBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected TcreateInstance(ClassToInstanceMap<DOMService> delegates)Deprecated, for removal: This API element is subject to removal in a future version.protected NotificationPublishServicecreateInstance(BindingToNormalizedNodeCodec codec, ClassToInstanceMap<DOMService> delegates)Set<Class<? extends DOMService>>getRequiredDelegates()voidsetCodec(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:
getRequiredDelegatesin 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:
createInstancein classAdapterBuilder<T extends BindingService,DOMService>
-
-