Uses of Class
org.opendaylight.openflowplugin.extension.api.path.MessagePath
-
-
Uses of MessagePath in org.opendaylight.openflowplugin.extension.api
Methods in org.opendaylight.openflowplugin.extension.api that return types with arguments of type MessagePath Modifier and Type Method Description <I extends ExperimenterDataOfChoice>
org.opendaylight.yangtools.concepts.ObjectRegistration<ConvertorMessageFromOFJava<I,MessagePath>>ExtensionConverterRegistrator. registerMessageConvertor(MessageTypeKey<?> key, ConvertorMessageFromOFJava<I,MessagePath> converter)
Registers a message converter.Method parameters in org.opendaylight.openflowplugin.extension.api with type arguments of type MessagePath Modifier and Type Method Description <I extends ExperimenterDataOfChoice>
org.opendaylight.yangtools.concepts.ObjectRegistration<ConvertorMessageFromOFJava<I,MessagePath>>ExtensionConverterRegistrator. registerMessageConvertor(MessageTypeKey<?> key, ConvertorMessageFromOFJava<I,MessagePath> converter)
Registers a message converter. -
Uses of MessagePath in org.opendaylight.openflowplugin.extension.api.path
Methods in org.opendaylight.openflowplugin.extension.api.path that return MessagePath Modifier and Type Method Description static MessagePath
MessagePath. valueOf(String name)
Returns the enum constant of this type with the specified name.static MessagePath[]
MessagePath. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of MessagePath in org.opendaylight.openflowplugin.extension.onf.converter
Methods in org.opendaylight.openflowplugin.extension.onf.converter with parameters of type MessagePath Modifier and Type Method Description BundleAddMessageSal
BundleAddMessageConverter. convert(BundleAddMessageOnf input, MessagePath path)
BundleControlSal
BundleControlConverter. convert(BundleControlOnf input, MessagePath path)
-
Uses of MessagePath in org.opendaylight.openflowplugin.openflow.md.core.extension
Methods in org.opendaylight.openflowplugin.openflow.md.core.extension that return types with arguments of type MessagePath Modifier and Type Method Description <I extends ExperimenterDataOfChoice>
org.opendaylight.yangtools.concepts.ObjectRegistration<ConvertorMessageFromOFJava<I,MessagePath>>ExtensionConverterManagerImpl. registerMessageConvertor(MessageTypeKey<?> key, ConvertorMessageFromOFJava<I,MessagePath> convertor)
Method parameters in org.opendaylight.openflowplugin.openflow.md.core.extension with type arguments of type MessagePath Modifier and Type Method Description <I extends ExperimenterDataOfChoice>
org.opendaylight.yangtools.concepts.ObjectRegistration<ConvertorMessageFromOFJava<I,MessagePath>>ExtensionConverterManagerImpl. registerMessageConvertor(MessageTypeKey<?> key, ConvertorMessageFromOFJava<I,MessagePath> convertor)
-