org.apache.qpid.proton.message
Interface MessageFactory


public interface MessageFactory


Method Summary
 Message createMessage()
           
 Message createMessage(Header header, DeliveryAnnotations deliveryAnnotations, MessageAnnotations messageAnnotations, Properties properties, ApplicationProperties applicationProperties, Section body, Footer footer)
           
 

Method Detail

createMessage

Message createMessage()

createMessage

Message createMessage(Header header,
                      DeliveryAnnotations deliveryAnnotations,
                      MessageAnnotations messageAnnotations,
                      Properties properties,
                      ApplicationProperties applicationProperties,
                      Section body,
                      Footer footer)


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.