org.apache.qpid.framing
Class AMQMethodBodyFactory

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

public class AMQMethodBodyFactory
extends Object
implements BodyFactory


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

Constructor Detail

AMQMethodBodyFactory

public AMQMethodBodyFactory(AMQVersionAwareProtocolSession protocolSession)
Method Detail

createBody

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


Licensed to the Apache Software Foundation