org.apache.qpid.framing
Interface MessageTransferBody

All Superinterfaces:
AMQBody, AMQMethodBody, EncodableAMQDataBlock
All Known Implementing Classes:
MessageTransferBodyImpl

public interface MessageTransferBody
extends EncodableAMQDataBlock, AMQMethodBody


Field Summary
 
Fields inherited from interface org.apache.qpid.framing.AMQMethodBody
TYPE
 
Method Summary
 AMQShortString getAppId()
           
 FieldTable getApplicationHeaders()
           
 Content getBody()
           
 AMQShortString getContentEncoding()
           
 AMQShortString getContentType()
           
 AMQShortString getCorrelationId()
           
 short getDeliveryMode()
           
 AMQShortString getDestination()
           
 AMQShortString getExchange()
           
 long getExpiration()
           
 boolean getImmediate()
           
 AMQShortString getMessageId()
           
 short getPriority()
           
 boolean getRedelivered()
           
 AMQShortString getReplyTo()
           
 AMQShortString getRoutingKey()
           
 byte[] getSecurityToken()
           
 int getTicket()
           
 long getTimestamp()
           
 AMQShortString getTransactionId()
           
 long getTtl()
           
 AMQShortString getUserId()
           
 
Methods inherited from interface org.apache.qpid.framing.AMQMethodBody
execute, generateFrame, getChannelException, getChannelException, getChannelNotFoundException, getClazz, getConnectionException, getConnectionException, getMajor, getMethod, getMinor, getSize, toString, writeMethodPayload, writePayload
 
Methods inherited from interface org.apache.qpid.framing.AMQBody
getFrameType, handle
 

Method Detail

getAppId

AMQShortString getAppId()

getApplicationHeaders

FieldTable getApplicationHeaders()

getBody

Content getBody()

getContentEncoding

AMQShortString getContentEncoding()

getContentType

AMQShortString getContentType()

getCorrelationId

AMQShortString getCorrelationId()

getDeliveryMode

short getDeliveryMode()

getDestination

AMQShortString getDestination()

getExchange

AMQShortString getExchange()

getExpiration

long getExpiration()

getImmediate

boolean getImmediate()

getMessageId

AMQShortString getMessageId()

getPriority

short getPriority()

getRedelivered

boolean getRedelivered()

getReplyTo

AMQShortString getReplyTo()

getRoutingKey

AMQShortString getRoutingKey()

getSecurityToken

byte[] getSecurityToken()

getTicket

int getTicket()

getTimestamp

long getTimestamp()

getTransactionId

AMQShortString getTransactionId()

getTtl

long getTtl()

getUserId

AMQShortString getUserId()


Licensed to the Apache Software Foundation