org.apache.qpid.framing
Class AMQMethodBodyFactory

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

public class AMQMethodBodyFactory
extends java.lang.Object
implements BodyFactory


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

Method Detail

getInstance

public static AMQMethodBodyFactory getInstance()

createBody

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