Class OnfExtensionProvider
java.lang.Object
org.opendaylight.openflowplugin.extension.onf.OnfExtensionProvider
Main provider for ONF extensions.
-
Constructor Summary
ConstructorDescriptionOnfExtensionProvider
(SwitchConnectionProvider switchConnectionProvider, OpenFlowPluginExtensionRegistratorProvider converterRegistrator) -
Method Summary
Modifier and TypeMethodDescriptionvoid
init()
Init method for registration of converters called by blueprint.
-
Constructor Details
-
OnfExtensionProvider
public OnfExtensionProvider(SwitchConnectionProvider switchConnectionProvider, OpenFlowPluginExtensionRegistratorProvider converterRegistrator)
-
-
Method Details
-
init
public void init()Init method for registration of converters called by blueprint.
-