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