18#ifndef _ACTIVEMQ_WIREFORMAT_STOMP_STOMPFRAMEWRAPPER_H_
19#define _ACTIVEMQ_WIREFORMAT_STOMP_STOMPFRAMEWRAPPER_H_
46 std::vector<unsigned char> body;
106 std::string
getProperty(
const std::string& name,
const std::string& fallback =
"")
const {
107 return this->properties.
getProperty(name, fallback);
126 void setProperty(
const std::string& name,
const std::string& value) {
145 const std::vector<unsigned char>&
getBody()
const {
169 void setBody(
const unsigned char* bytes, std::size_t numBytes);
#define AMQCPP_API
Definition Config.h:30
A data output stream lets an application write primitive Java data types to an output stream in a por...
Definition DataOutputStream.h:34
Java-like properties class for mapping string names to string values.
Definition Properties.h:53
bool hasProperty(const std::string &name) const
Check to see if the Property exists in the set.
const char * getProperty(const std::string &name) const
Looks up the value for the given property.
std::string setProperty(const std::string &name, const std::string &value)
Sets the value for a given property.
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
Definition CachedConsumer.h:24