Uses of Interface
org.apache.qpid.proton.message.Message
Packages that use Message
Package
Description
-
Uses of Message in org.apache.qpid.proton
Methods in org.apache.qpid.proton that return MessageModifier and TypeMethodDescriptionstatic Message
Proton.message()
static Message
Proton.message
(Header header, DeliveryAnnotations deliveryAnnotations, MessageAnnotations messageAnnotations, Properties properties, ApplicationProperties applicationProperties, Section body, Footer footer) -
Uses of Message in org.apache.qpid.proton.message
Subinterfaces of Message in org.apache.qpid.proton.messageMethods in org.apache.qpid.proton.message that return MessageModifier and TypeMethodDescriptionstatic Message
Message.Factory.create()
static Message
Message.Factory.create
(Header header, DeliveryAnnotations deliveryAnnotations, MessageAnnotations messageAnnotations, Properties properties, ApplicationProperties applicationProperties, Section body, Footer footer) -
Uses of Message in org.apache.qpid.proton.message.impl
Classes in org.apache.qpid.proton.message.impl that implement Message