org.apache.qpid.framing
Interface MessageTransferBody
- All Superinterfaces:
- AMQBody, AMQMethodBody, EncodableAMQDataBlock
- All Known Implementing Classes:
- MessageTransferBodyImpl
public interface MessageTransferBody
- extends EncodableAMQDataBlock, AMQMethodBody
Methods inherited from interface org.apache.qpid.framing.AMQMethodBody |
execute, generateFrame, getChannelException, getChannelException, getChannelNotFoundException, getClazz, getConnectionException, getConnectionException, getMajor, getMethod, getMinor, getSize, toString, writeMethodPayload, writePayload |
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