org.apache.qpid.framing
Class ContentBodyFactory

java.lang.Object
  extended by org.apache.qpid.framing.ContentBodyFactory
All Implemented Interfaces:
BodyFactory

public class ContentBodyFactory
extends java.lang.Object
implements BodyFactory


Method Summary
 AMQBody createBody(org.apache.mina.common.ByteBuffer in)
           
static ContentBodyFactory getInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static ContentBodyFactory getInstance()

createBody

public AMQBody createBody(org.apache.mina.common.ByteBuffer in)
                   throws AMQFrameDecodingException
Specified by:
createBody in interface BodyFactory
Throws:
AMQFrameDecodingException