Package org.apache.qpid.proton.message
Class Message.Factory
- java.lang.Object
-
- org.apache.qpid.proton.message.Message.Factory
-
- Enclosing interface:
- Message
public static final class Message.Factory extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Factory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Message
create()
static Message
create(Header header, DeliveryAnnotations deliveryAnnotations, MessageAnnotations messageAnnotations, Properties properties, ApplicationProperties applicationProperties, Section body, Footer footer)
-
-
-
Method Detail
-
create
public static Message create()
-
create
public static Message create(Header header, DeliveryAnnotations deliveryAnnotations, MessageAnnotations messageAnnotations, Properties properties, ApplicationProperties applicationProperties, Section body, Footer footer)
-
-