#include <XmlRpc.h>
Public Member Functions | |
XmlRpcResponse () | |
XmlRpcResponse (const void *input, unsigned int length) throw (AuroraException) | |
~XmlRpcResponse () | |
XmlRpcParams & | getParams () |
const XmlRpcParams & | getParams () const |
bool | isFault () |
unsigned int | getFaultCode () |
string | getFault () |
void | setFault (int fault_code, string fault_string) |
string | as_string () const |
string | as_xml () const |
void | from_xml (const void *input, unsigned int length) throw (AuroraException) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|