org.apache.qpid.framing.amqp_8_0
Class AMQMethodBody_8_0

java.lang.Object
  extended by org.apache.qpid.framing.AMQMethodBodyImpl
      extended by org.apache.qpid.framing.amqp_8_0.AMQMethodBody_8_0
All Implemented Interfaces:
AMQBody, AMQMethodBody
Direct Known Subclasses:
AccessRequestBodyImpl, AccessRequestOkBodyImpl, BasicAckBodyImpl, BasicCancelBodyImpl, BasicCancelOkBodyImpl, BasicConsumeBodyImpl, BasicConsumeOkBodyImpl, BasicDeliverBodyImpl, BasicGetBodyImpl, BasicGetEmptyBodyImpl, BasicGetOkBodyImpl, BasicPublishBodyImpl, BasicQosBodyImpl, BasicQosOkBodyImpl, BasicRecoverBodyImpl, BasicRecoverOkBodyImpl, BasicRejectBodyImpl, BasicReturnBodyImpl, ChannelAlertBodyImpl, ChannelCloseBodyImpl, ChannelCloseOkBodyImpl, ChannelFlowBodyImpl, ChannelFlowOkBodyImpl, ChannelOpenBodyImpl, ChannelOpenOkBodyImpl, ConnectionCloseBodyImpl, ConnectionCloseOkBodyImpl, ConnectionOpenBodyImpl, ConnectionOpenOkBodyImpl, ConnectionRedirectBodyImpl, ConnectionSecureBodyImpl, ConnectionSecureOkBodyImpl, ConnectionStartBodyImpl, ConnectionStartOkBodyImpl, ConnectionTuneBodyImpl, ConnectionTuneOkBodyImpl, DtxSelectBodyImpl, DtxSelectOkBodyImpl, DtxStartBodyImpl, DtxStartOkBodyImpl, ExchangeBoundBodyImpl, ExchangeBoundOkBodyImpl, ExchangeDeclareBodyImpl, ExchangeDeclareOkBodyImpl, ExchangeDeleteBodyImpl, ExchangeDeleteOkBodyImpl, FileAckBodyImpl, FileCancelBodyImpl, FileCancelOkBodyImpl, FileConsumeBodyImpl, FileConsumeOkBodyImpl, FileDeliverBodyImpl, FileOpenBodyImpl, FileOpenOkBodyImpl, FilePublishBodyImpl, FileQosBodyImpl, FileQosOkBodyImpl, FileRejectBodyImpl, FileReturnBodyImpl, FileStageBodyImpl, QueueBindBodyImpl, QueueBindOkBodyImpl, QueueDeclareBodyImpl, QueueDeclareOkBodyImpl, QueueDeleteBodyImpl, QueueDeleteOkBodyImpl, QueuePurgeBodyImpl, QueuePurgeOkBodyImpl, StreamCancelBodyImpl, StreamCancelOkBodyImpl, StreamConsumeBodyImpl, StreamConsumeOkBodyImpl, StreamDeliverBodyImpl, StreamPublishBodyImpl, StreamQosBodyImpl, StreamQosOkBodyImpl, StreamReturnBodyImpl, TestContentBodyImpl, TestContentOkBodyImpl, TestIntegerBodyImpl, TestIntegerOkBodyImpl, TestStringBodyImpl, TestStringOkBodyImpl, TestTableBodyImpl, TestTableOkBodyImpl, TunnelRequestBodyImpl, TxCommitBodyImpl, TxCommitOkBodyImpl, TxRollbackBodyImpl, TxRollbackOkBodyImpl, TxSelectBodyImpl, TxSelectOkBodyImpl

public abstract class AMQMethodBody_8_0
extends AMQMethodBodyImpl


Field Summary
 
Fields inherited from class org.apache.qpid.framing.AMQMethodBodyImpl
TYPE
 
Constructor Summary
AMQMethodBody_8_0()
           
 
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_8_0

public AMQMethodBody_8_0()
Method Detail

getMajor

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


getMinor

public byte getMinor()


Licensed to the Apache Software Foundation