Interface OpenFlowPluginExtensionRegistratorProvider
-
- All Known Implementing Classes:
OpenFlowPluginProviderImpl
public interface OpenFlowPluginExtensionRegistratorProvider
Created by mirehak on 4/25/15.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExtensionConverterRegistrator
getExtensionConverterRegistrator()
Returns the extensionConverterRegistry - here extension converters can be registered in order to support vendor messages.
-
-
-
Method Detail
-
getExtensionConverterRegistrator
ExtensionConverterRegistrator getExtensionConverterRegistrator()
Returns the extensionConverterRegistry - here extension converters can be registered in order to support vendor messages.- Returns:
- extensionConverterRegistrator
-
-