org.apache.qpid.client.message
Class JMSObjectMessageFactory

java.lang.Object
  extended by org.apache.qpid.client.message.AbstractJMSMessageFactory
      extended by org.apache.qpid.client.message.JMSObjectMessageFactory
All Implemented Interfaces:
MessageFactory

public class JMSObjectMessageFactory
extends AbstractJMSMessageFactory


Constructor Summary
JMSObjectMessageFactory()
           
 
Method Summary
 AbstractJMSMessage createMessage()
           
protected  AbstractJMSMessage createMessage(long deliveryTag, org.apache.mina.common.ByteBuffer data, org.apache.qpid.framing.ContentHeaderBody contentHeader)
           
 
Methods inherited from class org.apache.qpid.client.message.AbstractJMSMessageFactory
createMessage, createMessageWithBody
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JMSObjectMessageFactory

public JMSObjectMessageFactory()
Method Detail

createMessage

protected AbstractJMSMessage createMessage(long deliveryTag,
                                           org.apache.mina.common.ByteBuffer data,
                                           org.apache.qpid.framing.ContentHeaderBody contentHeader)
                                    throws org.apache.qpid.AMQException
Specified by:
createMessage in class AbstractJMSMessageFactory
Throws:
org.apache.qpid.AMQException

createMessage

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