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 MessageProton.message()static MessageProton.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 MessageMessage.Factory.create()static MessageMessage.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