org.apache.qpid.framing.amqp_0_91
Class AMQMethodBody_0_91

java.lang.Object
  extended by org.apache.qpid.framing.AMQMethodBodyImpl
      extended by org.apache.qpid.framing.amqp_0_91.AMQMethodBody_0_91
All Implemented Interfaces:
AMQBody, AMQMethodBody
Direct Known Subclasses:
BasicAckBodyImpl, BasicCancelBodyImpl, BasicCancelOkBodyImpl, BasicConsumeBodyImpl, BasicConsumeOkBodyImpl, BasicDeliverBodyImpl, BasicGetBodyImpl, BasicGetEmptyBodyImpl, BasicGetOkBodyImpl, BasicPublishBodyImpl, BasicQosBodyImpl, BasicQosOkBodyImpl, BasicRecoverBodyImpl, BasicRecoverSyncBodyImpl, BasicRecoverSyncOkBodyImpl, BasicRejectBodyImpl, BasicReturnBodyImpl, ChannelCloseBodyImpl, ChannelCloseOkBodyImpl, ChannelFlowBodyImpl, ChannelFlowOkBodyImpl, ChannelOpenBodyImpl, ChannelOpenOkBodyImpl, ConnectionCloseBodyImpl, ConnectionCloseOkBodyImpl, ConnectionOpenBodyImpl, ConnectionOpenOkBodyImpl, ConnectionSecureBodyImpl, ConnectionSecureOkBodyImpl, ConnectionStartBodyImpl, ConnectionStartOkBodyImpl, ConnectionTuneBodyImpl, ConnectionTuneOkBodyImpl, ExchangeBoundBodyImpl, ExchangeBoundOkBodyImpl, ExchangeDeclareBodyImpl, ExchangeDeclareOkBodyImpl, ExchangeDeleteBodyImpl, ExchangeDeleteOkBodyImpl, QueueBindBodyImpl, QueueBindOkBodyImpl, QueueDeclareBodyImpl, QueueDeclareOkBodyImpl, QueueDeleteBodyImpl, QueueDeleteOkBodyImpl, QueuePurgeBodyImpl, QueuePurgeOkBodyImpl, QueueUnbindBodyImpl, QueueUnbindOkBodyImpl, TxCommitBodyImpl, TxCommitOkBodyImpl, TxRollbackBodyImpl, TxRollbackOkBodyImpl, TxSelectBodyImpl, TxSelectOkBodyImpl

public abstract class AMQMethodBody_0_91
extends AMQMethodBodyImpl


Field Summary
 
Fields inherited from class org.apache.qpid.framing.AMQMethodBodyImpl
TYPE
 
Constructor Summary
AMQMethodBody_0_91()
           
 
Method Summary
 byte getMajor()
          AMQP version
 byte getMinor()
           
 
Methods inherited from class org.apache.qpid.framing.AMQMethodBodyImpl
generateFrame, getBodySize, getChannelException, getChannelException, getChannelNotFoundException, getConnectionException, getConnectionException, getFrameType, getSize, getSizeOf, getSizeOf, getSizeOf, getSizeOf, handle, readAMQShortString, readBitfield, readByte, readBytes, readContent, readFieldTable, readInt, readLong, readShort, readTimestamp, readUnsignedByte, readUnsignedInteger, readUnsignedShort, writeAMQShortString, writeBitfield, writeByte, writeBytes, writeContent, writeFieldTable, writeInt, writeLong, writePayload, writeShort, writeTimestamp, writeUnsignedByte, writeUnsignedInteger, writeUnsignedShort
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.qpid.framing.AMQMethodBody
execute, getClazz, getMethod, toString, writeMethodPayload
 

Constructor Detail

AMQMethodBody_0_91

public AMQMethodBody_0_91()
Method Detail

getMajor

public byte getMajor()
Description copied from interface: AMQMethodBody
AMQP version


getMinor

public byte getMinor()


Licensed to the Apache Software Foundation