org.apache.qpid.framing
Interface AMQMethodBodyInstanceFactory


public interface AMQMethodBodyInstanceFactory


Method Summary
 AMQMethodBody newInstance(org.apache.mina.common.ByteBuffer buffer, long size)
           
 

Method Detail

newInstance

AMQMethodBody newInstance(org.apache.mina.common.ByteBuffer buffer,
                          long size)
                          throws AMQFrameDecodingException
Throws:
AMQFrameDecodingException


Licensed to the Apache Software Foundation