org.apache.qpid.client.message
Interface MessageFactory

All Known Implementing Classes:
AbstractJMSMessageFactory, JMSBytesMessageFactory, JMSObjectMessageFactory, JMSTextMessageFactory

public interface MessageFactory


Method Summary
 AbstractJMSMessage createMessage()
           
 AbstractJMSMessage createMessage(long deliveryTag, boolean redelivered, org.apache.qpid.framing.ContentHeaderBody contentHeader, java.util.List bodies)
           
 

Method Detail

createMessage

AbstractJMSMessage createMessage(long deliveryTag,
                                 boolean redelivered,
                                 org.apache.qpid.framing.ContentHeaderBody contentHeader,
                                 java.util.List bodies)
                                 throws javax.jms.JMSException,
                                        org.apache.qpid.AMQException
Throws:
javax.jms.JMSException
org.apache.qpid.AMQException

createMessage

AbstractJMSMessage createMessage()
                                 throws javax.jms.JMSException
Throws:
javax.jms.JMSException