Interface OpenFlowPluginExtensionRegistratorProvider
- 
- All Known Implementing Classes:
 OpenFlowPluginProviderImpl
public interface OpenFlowPluginExtensionRegistratorProviderCreated by mirehak on 4/25/15. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExtensionConverterRegistratorgetExtensionConverterRegistrator()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
 
 
 - 
 
 -