| Apache Qpid - AMQP Messaging for Java JMS, C++, Python, Ruby, and .NET | Apache Qpid Documentation |
#include <TransferContent.h>
Public Member Functions | |
| TransferContent (const std::string &data=std::string(), const std::string &key=std::string()) | |
| AMQHeaderBody | getHeader () const |
| void | setData (const std::string &) |
| const std::string & | getData () const |
| std::string & | getData () |
| void | appendData (const std::string &) |
| bool | hasMessageProperties () const |
| MessageProperties & | getMessageProperties () |
| const MessageProperties & | getMessageProperties () const |
| bool | hasDeliveryProperties () const |
| DeliveryProperties & | getDeliveryProperties () |
| const DeliveryProperties & | getDeliveryProperties () const |
| void | populate (const FrameSet &frameset) |
Definition at line 34 of file TransferContent.h.
| qpid::framing::TransferContent::TransferContent | ( | const std::string & | data = std::string(), |
|
| const std::string & | key = std::string() | |||
| ) |
| void qpid::framing::TransferContent::appendData | ( | const std::string & | ) |
| std::string& qpid::framing::TransferContent::getData | ( | ) |
| const std::string& qpid::framing::TransferContent::getData | ( | ) | const [virtual] |
Implements qpid::framing::MethodContent.
| const DeliveryProperties& qpid::framing::TransferContent::getDeliveryProperties | ( | ) | const |
| DeliveryProperties& qpid::framing::TransferContent::getDeliveryProperties | ( | ) |
| AMQHeaderBody qpid::framing::TransferContent::getHeader | ( | ) | const [virtual] |
Implements qpid::framing::MethodContent.
| const MessageProperties& qpid::framing::TransferContent::getMessageProperties | ( | ) | const |
| MessageProperties& qpid::framing::TransferContent::getMessageProperties | ( | ) |
| bool qpid::framing::TransferContent::hasDeliveryProperties | ( | ) | const |
| bool qpid::framing::TransferContent::hasMessageProperties | ( | ) | const |
| void qpid::framing::TransferContent::populate | ( | const FrameSet & | frameset | ) |
| void qpid::framing::TransferContent::setData | ( | const std::string & | ) |
1.5.7.1