Class BindingToDOMAdapterFactory
- java.lang.Object
-
- org.opendaylight.controller.md.sal.binding.impl.BindingToDOMAdapterFactory
-
- All Implemented Interfaces:
AdapterFactory
@Beta @Deprecated(forRemoval=true) @NonNullByDefault public final class BindingToDOMAdapterFactory extends Object implements AdapterFactory
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Constructor Summary
Constructors Constructor Description BindingToDOMAdapterFactory(BindingToNormalizedNodeCodec codec)Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description org.opendaylight.controller.md.sal.binding.api.DataBrokercreateDataBroker(org.opendaylight.controller.md.sal.dom.api.DOMDataBroker domBroker)Deprecated, for removal: This API element is subject to removal in a future version.Return aDataBrokerimplementation backed by the specifiedDOMDataBroker.
-
-
-
Constructor Detail
-
BindingToDOMAdapterFactory
public BindingToDOMAdapterFactory(BindingToNormalizedNodeCodec codec)
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Detail
-
createDataBroker
public org.opendaylight.controller.md.sal.binding.api.DataBroker createDataBroker(org.opendaylight.controller.md.sal.dom.api.DOMDataBroker domBroker)
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:AdapterFactoryReturn aDataBrokerimplementation backed by the specifiedDOMDataBroker.- Specified by:
createDataBrokerin interfaceAdapterFactory- Parameters:
domBroker- Backing DOMDataBroker- Returns:
- A DataBroker instance.
-
-