Uses of Interface
org.apache.qpid.framing.AMQMethodBody

Packages that use AMQMethodBody
org.apache.qpid.framing   
org.apache.qpid.framing.abstraction   
org.apache.qpid.framing.amqp_0_9   
org.apache.qpid.framing.amqp_0_91   
org.apache.qpid.framing.amqp_8_0   
org.apache.qpid.protocol   
 

Uses of AMQMethodBody in org.apache.qpid.framing
 

Subinterfaces of AMQMethodBody in org.apache.qpid.framing
 interface AccessRequestBody
           
 interface AccessRequestOkBody
           
 interface BasicAckBody
           
 interface BasicCancelBody
           
 interface BasicCancelOkBody
           
 interface BasicConsumeBody
           
 interface BasicConsumeOkBody
           
 interface BasicDeliverBody
           
 interface BasicGetBody
           
 interface BasicGetEmptyBody
           
 interface BasicGetOkBody
           
 interface BasicPublishBody
           
 interface BasicQosBody
           
 interface BasicQosOkBody
           
 interface BasicRecoverBody
           
 interface BasicRecoverOkBody
           
 interface BasicRecoverSyncBody
           
 interface BasicRecoverSyncOkBody
           
 interface BasicRejectBody
           
 interface BasicReturnBody
           
 interface ChannelAlertBody
           
 interface ChannelCloseBody
           
 interface ChannelCloseOkBody
           
 interface ChannelFlowBody
           
 interface ChannelFlowOkBody
           
 interface ChannelOkBody
           
 interface ChannelOpenBody
           
 interface ChannelOpenOkBody
           
 interface ChannelPingBody
           
 interface ChannelPongBody
           
 interface ChannelResumeBody
           
 interface ConnectionCloseBody
           
 interface ConnectionCloseOkBody
           
 interface ConnectionOpenBody
           
 interface ConnectionOpenOkBody
           
 interface ConnectionRedirectBody
           
 interface ConnectionSecureBody
           
 interface ConnectionSecureOkBody
           
 interface ConnectionStartBody
           
 interface ConnectionStartOkBody
           
 interface ConnectionTuneBody
           
 interface ConnectionTuneOkBody
           
 interface DtxSelectBody
           
 interface DtxSelectOkBody
           
 interface DtxStartBody
           
 interface DtxStartOkBody
           
 interface ExchangeBoundBody
           
 interface ExchangeBoundOkBody
           
 interface ExchangeDeclareBody
           
 interface ExchangeDeclareOkBody
           
 interface ExchangeDeleteBody
           
 interface ExchangeDeleteOkBody
           
 interface FileAckBody
           
 interface FileCancelBody
           
 interface FileCancelOkBody
           
 interface FileConsumeBody
           
 interface FileConsumeOkBody
           
 interface FileDeliverBody
           
 interface FileOpenBody
           
 interface FileOpenOkBody
           
 interface FilePublishBody
           
 interface FileQosBody
           
 interface FileQosOkBody
           
 interface FileRejectBody
           
 interface FileReturnBody
           
 interface FileStageBody
           
 interface MessageAppendBody
           
 interface MessageCancelBody
           
 interface MessageCheckpointBody
           
 interface MessageCloseBody
           
 interface MessageConsumeBody
           
 interface MessageEmptyBody
           
 interface MessageGetBody
           
 interface MessageOffsetBody
           
 interface MessageOkBody
           
 interface MessageOpenBody
           
 interface MessageQosBody
           
 interface MessageRecoverBody
           
 interface MessageRejectBody
           
 interface MessageResumeBody
           
 interface MessageTransferBody
           
 interface QueueBindBody
           
 interface QueueBindOkBody
           
 interface QueueDeclareBody
           
 interface QueueDeclareOkBody
           
 interface QueueDeleteBody
           
 interface QueueDeleteOkBody
           
 interface QueuePurgeBody
           
 interface QueuePurgeOkBody
           
 interface QueueUnbindBody
           
 interface QueueUnbindOkBody
           
 interface StreamCancelBody
           
 interface StreamCancelOkBody
           
 interface StreamConsumeBody
           
 interface StreamConsumeOkBody
           
 interface StreamDeliverBody
           
 interface StreamPublishBody
           
 interface StreamQosBody
           
 interface StreamQosOkBody
           
 interface StreamReturnBody
           
 interface TestContentBody
           
 interface TestContentOkBody
           
 interface TestIntegerBody
           
 interface TestIntegerOkBody
           
 interface TestStringBody
           
 interface TestStringOkBody
           
 interface TestTableBody
           
 interface TestTableOkBody
           
 interface TunnelRequestBody
           
 interface TxCommitBody
           
 interface TxCommitOkBody
           
 interface TxRollbackBody
           
 interface TxRollbackOkBody
           
 interface TxSelectBody
           
 interface TxSelectOkBody
           
 

Classes in org.apache.qpid.framing that implement AMQMethodBody
 class AMQMethodBodyImpl
           
 

Methods in org.apache.qpid.framing that return AMQMethodBody
abstract  AMQMethodBody MethodRegistry.convertToBody(org.apache.mina.common.ByteBuffer in, long size)
           
 AMQMethodBody AMQMethodFactory.createAcknowledge(long deliveryTag, boolean multiple)
           
 AMQMethodBody AMQMethodFactory.createConsumer(AMQShortString tag, AMQShortString queueName, FieldTable arguments, boolean noAck, boolean exclusive, boolean noLocal, int ticket)
           
 AMQMethodBody AMQMethodFactory.createConsumerCancel(AMQShortString consumerTag)
           
 AMQMethodBody AMQMethodFactory.createMessageQos(int prefetchCount, int prefetchSize)
           
 AMQMethodBody AMQMethodFactory.createRecover(boolean requeue)
           
 AMQMethodBody AMQMethodFactory.createRejectBody(long deliveryTag, boolean requeue)
           
 AMQMethodBody VersionSpecificRegistry.get(short classID, short methodID, org.apache.mina.common.ByteBuffer in, long size)
           
 AMQMethodBody AMQMethodBodyInstanceFactory.newInstance(org.apache.mina.common.ByteBuffer buffer, long size)
           
 

Uses of AMQMethodBody in org.apache.qpid.framing.abstraction
 

Methods in org.apache.qpid.framing.abstraction that return AMQMethodBody
 AMQMethodBody MessagePublishInfoConverter.convertToBody(MessagePublishInfo info)
           
 

Methods in org.apache.qpid.framing.abstraction with parameters of type AMQMethodBody
 MessagePublishInfo MessagePublishInfoConverter.convertToInfo(AMQMethodBody body)
           
 

Uses of AMQMethodBody in org.apache.qpid.framing.amqp_0_9
 

Classes in org.apache.qpid.framing.amqp_0_9 that implement AMQMethodBody
 class AccessRequestBodyImpl
           
 class AccessRequestOkBodyImpl
           
 class AMQMethodBody_0_9
           
 class BasicAckBodyImpl
           
 class BasicCancelBodyImpl
           
 class BasicCancelOkBodyImpl
           
 class BasicConsumeBodyImpl
           
 class BasicConsumeOkBodyImpl
           
 class BasicDeliverBodyImpl
           
 class BasicGetBodyImpl
           
 class BasicGetEmptyBodyImpl
           
 class BasicGetOkBodyImpl
           
 class BasicPublishBodyImpl
           
 class BasicQosBodyImpl
           
 class BasicQosOkBodyImpl
           
 class BasicRecoverBodyImpl
           
 class BasicRecoverSyncBodyImpl
           
 class BasicRecoverSyncOkBodyImpl
           
 class BasicRejectBodyImpl
           
 class BasicReturnBodyImpl
           
 class ChannelCloseBodyImpl
           
 class ChannelCloseOkBodyImpl
           
 class ChannelFlowBodyImpl
           
 class ChannelFlowOkBodyImpl
           
 class ChannelOkBodyImpl
           
 class ChannelOpenBodyImpl
           
 class ChannelOpenOkBodyImpl
           
 class ChannelPingBodyImpl
           
 class ChannelPongBodyImpl
           
 class ChannelResumeBodyImpl
           
 class ConnectionCloseBodyImpl
           
 class ConnectionCloseOkBodyImpl
           
 class ConnectionOpenBodyImpl
           
 class ConnectionOpenOkBodyImpl
           
 class ConnectionRedirectBodyImpl
           
 class ConnectionSecureBodyImpl
           
 class ConnectionSecureOkBodyImpl
           
 class ConnectionStartBodyImpl
           
 class ConnectionStartOkBodyImpl
           
 class ConnectionTuneBodyImpl
           
 class ConnectionTuneOkBodyImpl
           
 class DtxSelectBodyImpl
           
 class DtxSelectOkBodyImpl
           
 class DtxStartBodyImpl
           
 class DtxStartOkBodyImpl
           
 class ExchangeBoundBodyImpl
           
 class ExchangeBoundOkBodyImpl
           
 class ExchangeDeclareBodyImpl
           
 class ExchangeDeclareOkBodyImpl
           
 class ExchangeDeleteBodyImpl
           
 class ExchangeDeleteOkBodyImpl
           
 class FileAckBodyImpl
           
 class FileCancelBodyImpl
           
 class FileCancelOkBodyImpl
           
 class FileConsumeBodyImpl
           
 class FileConsumeOkBodyImpl
           
 class FileDeliverBodyImpl
           
 class FileOpenBodyImpl
           
 class FileOpenOkBodyImpl
           
 class FilePublishBodyImpl
           
 class FileQosBodyImpl
           
 class FileQosOkBodyImpl
           
 class FileRejectBodyImpl
           
 class FileReturnBodyImpl
           
 class FileStageBodyImpl
           
 class MessageAppendBodyImpl
           
 class MessageCancelBodyImpl
           
 class MessageCheckpointBodyImpl
           
 class MessageCloseBodyImpl
           
 class MessageConsumeBodyImpl
           
 class MessageEmptyBodyImpl
           
 class MessageGetBodyImpl
           
 class MessageOffsetBodyImpl
           
 class MessageOkBodyImpl
           
 class MessageOpenBodyImpl
           
 class MessageQosBodyImpl
           
 class MessageRecoverBodyImpl
           
 class MessageRejectBodyImpl
           
 class MessageResumeBodyImpl
           
 class MessageTransferBodyImpl
           
 class QueueBindBodyImpl
           
 class QueueBindOkBodyImpl
           
 class QueueDeclareBodyImpl
           
 class QueueDeclareOkBodyImpl
           
 class QueueDeleteBodyImpl
           
 class QueueDeleteOkBodyImpl
           
 class QueuePurgeBodyImpl
           
 class QueuePurgeOkBodyImpl
           
 class QueueUnbindBodyImpl
           
 class QueueUnbindOkBodyImpl
           
 class StreamCancelBodyImpl
           
 class StreamCancelOkBodyImpl
           
 class StreamConsumeBodyImpl
           
 class StreamConsumeOkBodyImpl
           
 class StreamDeliverBodyImpl
           
 class StreamPublishBodyImpl
           
 class StreamQosBodyImpl
           
 class StreamQosOkBodyImpl
           
 class StreamReturnBodyImpl
           
 class TunnelRequestBodyImpl
           
 class TxCommitBodyImpl
           
 class TxCommitOkBodyImpl
           
 class TxRollbackBodyImpl
           
 class TxRollbackOkBodyImpl
           
 class TxSelectBodyImpl
           
 class TxSelectOkBodyImpl
           
 

Methods in org.apache.qpid.framing.amqp_0_9 that return AMQMethodBody
 AMQMethodBody MethodRegistry_0_9.convertToBody(org.apache.mina.common.ByteBuffer in, long size)
           
 AMQMethodBody MethodConverter_0_9.convertToBody(MessagePublishInfo info)
           
 

Methods in org.apache.qpid.framing.amqp_0_9 with parameters of type AMQMethodBody
 MessagePublishInfo MethodConverter_0_9.convertToInfo(AMQMethodBody methodBody)
           
 

Uses of AMQMethodBody in org.apache.qpid.framing.amqp_0_91
 

Classes in org.apache.qpid.framing.amqp_0_91 that implement AMQMethodBody
 class AMQMethodBody_0_91
           
 

Methods in org.apache.qpid.framing.amqp_0_91 that return AMQMethodBody
 AMQMethodBody MethodRegistry_0_91.convertToBody(org.apache.mina.common.ByteBuffer in, long size)
           
 AMQMethodBody MethodConverter_0_91.convertToBody(MessagePublishInfo info)
           
 

Methods in org.apache.qpid.framing.amqp_0_91 with parameters of type AMQMethodBody
 MessagePublishInfo MethodConverter_0_91.convertToInfo(AMQMethodBody methodBody)
           
 

Uses of AMQMethodBody in org.apache.qpid.framing.amqp_8_0
 

Classes in org.apache.qpid.framing.amqp_8_0 that implement AMQMethodBody
 class AMQMethodBody_8_0
           
 class BasicRecoverOkBodyImpl
           
 class ChannelAlertBodyImpl
           
 class TestContentBodyImpl
           
 class TestContentOkBodyImpl
           
 class TestIntegerBodyImpl
           
 class TestIntegerOkBodyImpl
           
 class TestStringBodyImpl
           
 class TestStringOkBodyImpl
           
 class TestTableBodyImpl
           
 class TestTableOkBodyImpl
           
 

Methods in org.apache.qpid.framing.amqp_8_0 that return AMQMethodBody
 AMQMethodBody MethodRegistry_8_0.convertToBody(org.apache.mina.common.ByteBuffer in, long size)
           
 AMQMethodBody MethodConverter_8_0.convertToBody(MessagePublishInfo info)
           
 

Methods in org.apache.qpid.framing.amqp_8_0 with parameters of type AMQMethodBody
 MessagePublishInfo MethodConverter_8_0.convertToInfo(AMQMethodBody methodBody)
           
 

Uses of AMQMethodBody in org.apache.qpid.protocol
 

Classes in org.apache.qpid.protocol with type parameters of type AMQMethodBody
 class AMQMethodEvent<M extends AMQMethodBody>
          AMQMethodEvent encapsulates an AMQP method call, and the channel on which that method call occurred.
 

Methods in org.apache.qpid.protocol with type parameters of type AMQMethodBody
<B extends AMQMethodBody>
boolean
AMQMethodListener.methodReceived(AMQMethodEvent<B> evt)
          Notifies the listener that an AMQP method event has occurred.
 

Methods in org.apache.qpid.protocol with parameters of type AMQMethodBody
 void AMQVersionAwareProtocolSession.methodFrameReceived(int channelId, AMQMethodBody body)
           
 



Licensed to the Apache Software Foundation