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

Packages that use MessageTransferBody
org.apache.qpid.framing.amqp_0_9   
 

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

Classes in org.apache.qpid.framing.amqp_0_9 that implement MessageTransferBody
 class MessageTransferBodyImpl
           
 

Methods in org.apache.qpid.framing.amqp_0_9 that return MessageTransferBody
 MessageTransferBody MethodRegistry_0_9.createMessageTransferBody(int ticket, AMQShortString destination, boolean redelivered, boolean immediate, long ttl, short priority, long timestamp, short deliveryMode, long expiration, AMQShortString exchange, AMQShortString routingKey, AMQShortString messageId, AMQShortString correlationId, AMQShortString replyTo, AMQShortString contentType, AMQShortString contentEncoding, AMQShortString userId, AMQShortString appId, AMQShortString transactionId, byte[] securityToken, FieldTable applicationHeaders, Content body)
           
 

Methods in org.apache.qpid.framing.amqp_0_9 with parameters of type MessageTransferBody
 boolean ClientMethodDispatcher_0_9.dispatchMessageTransfer(MessageTransferBody body, int channelId)
           
 boolean ServerMethodDispatcher_0_9.dispatchMessageTransfer(MessageTransferBody body, int channelId)
           
 



Licensed to the Apache Software Foundation