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 Summary

    Modifier and Type
    Method
    Description
    convert(F input, P path)
    Convert OF model to MD-SAL model.
  • Method Details

    • convert

      ExperimenterMessageOfChoice convert(F input, P path)
      Convert 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