Interface ConvertorMessageFromOFJava<F extends org.opendaylight.yangtools.yang.binding.DataContainer,P extends AugmentationPath>
- Type Parameters:
F
- input message model - OFJava-APIP
- 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 Summary
Modifier and TypeMethodDescriptionConvert OF model to MD-SAL model.
-
Method Details
-
convert
Convert OF model to MD-SAL model.- Parameters:
input
- OF modelpath
- in yang schema where a converted value has to be augmented- Returns:
- message converted to MD-SAL and its type
-