Uses of Enum Class
org.opendaylight.openflowplugin.extension.api.path.MessagePath
Packages that use MessagePath
Package
Description
- 
Uses of MessagePath in org.opendaylight.openflowplugin.extension.apiMethods in org.opendaylight.openflowplugin.extension.api that return types with arguments of type MessagePathModifier and TypeMethodDescription<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 MessagePathModifier and TypeMethodDescription<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.pathMethods in org.opendaylight.openflowplugin.extension.api.path that return MessagePathModifier and TypeMethodDescriptionstatic MessagePathReturns the enum constant of this class with the specified name.static MessagePath[]MessagePath.values()Returns an array containing the constants of this enum class, in the order they are declared.
- 
Uses of MessagePath in org.opendaylight.openflowplugin.extension.onf.converterMethods in org.opendaylight.openflowplugin.extension.onf.converter with parameters of type MessagePathModifier and TypeMethodDescriptionBundleAddMessageConverter.convert(BundleAddMessageOnf input, MessagePath path) BundleControlConverter.convert(BundleControlOnf input, MessagePath path) 
- 
Uses of MessagePath in org.opendaylight.openflowplugin.openflow.md.core.extensionMethods in org.opendaylight.openflowplugin.openflow.md.core.extension that return types with arguments of type MessagePathModifier and TypeMethodDescription<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 MessagePathModifier and TypeMethodDescription<I extends ExperimenterDataOfChoice>
 org.opendaylight.yangtools.concepts.ObjectRegistration<ConvertorMessageFromOFJava<I,MessagePath>> ExtensionConverterManagerImpl.registerMessageConvertor(MessageTypeKey<?> key, ConvertorMessageFromOFJava<I, MessagePath> convertor)