XmlRpcBody()
Construct an empty body of a XML-RPC. 
Definition: XmlRpcBody.cpp:39
void append(const char *string)
Append the string to the body. 
Definition: XmlRpcBody.cpp:52
virtual const char * getBytes() const 
Definition: HttpBody.cpp:476
bool addValue(UtlContainable *value)
Add a value to the XML-RPC content. 
Definition: XmlRpcBody.cpp:82
virtual int getLength() const 
Get the string length of this object. 
Definition: XmlRpcBody.cpp:60
virtual ~XmlRpcBody()
Destructor. 
Definition: XmlRpcBody.cpp:45
This class contains all the contents presented in a XML-RPC body. 
Definition: XmlRpcBody.h:87
bool addArray(UtlSList *array)
Add an array to the XML-RPC content. 
Definition: XmlRpcBody.cpp:158
bool addStruct(UtlHashMap *members)
Add a struct to the XML-RPC content. 
Definition: XmlRpcBody.cpp:174
class to contain an HTTP body 
Definition: HttpBody.h:55