Interface ConvertorMessageFromOFJava<F extends org.opendaylight.yangtools.yang.binding.DataContainer,P extends AugmentationPath> 
- Type Parameters:
- F- input message model - OFJava-API
- P- represents possible paths in yang schema for augmentations
- All Known Implementing Classes:
- BundleAddMessageConverter,- BundleControlConverter
public interface ConvertorMessageFromOFJava<F extends org.opendaylight.yangtools.yang.binding.DataContainer,P extends AugmentationPath> 
Convert message from OFJava-API model into MD-SAL model.
- 
Method SummaryModifier and TypeMethodDescriptionConvert OF model to MD-SAL model.
- 
Method Details- 
convertConvert OF model to MD-SAL model.- Parameters:
- input- OF model
- path- in yang schema where a converted value has to be augmented
- Returns:
- message converted to MD-SAL and its type
 
 
-