sipxtacklib  Version 3.3
Classes | Macros
XmlRpcResponse.h File Reference
#include <utl/UtlString.h>
#include <utl/UtlSList.h>
#include <xmlparser/tinyxml.h>
#include "net/Url.h"
#include "net/XmlRpcBody.h"
Include dependency graph for XmlRpcResponse.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  XmlRpcResponse
 This object is used to create a XML-RPC response to a XmlRpcRequest request. More...
 

Macros

#define ILL_FORMED_CONTENTS_FAULT_STRING   "Ill-formed XML contents"
 
#define METHOD_NAME_FAULT_STRING   "Method name is missing"
 
#define UNREGISTERED_METHOD_FAULT_STRING   "Method has not been registered"
 
#define AUTHENTICATION_REQUIRED_FAULT_STRING   "Authentication is required"
 
#define EMPTY_PARAM_VALUE_FAULT_STRING   "Empty param value"
 
#define CONNECTION_FAILURE_FAULT_STRING   "Connection Failed"
 
#define ILL_FORMED_CONTENTS_FAULT_CODE   XmlRpcResponse::IllFormedContents
 
#define METHOD_NAME_FAULT_CODE   XmlRpcResponse::InvalidMethodName
 
#define UNREGISTERED_METHOD_FAULT_CODE   XmlRpcResponse::UnregisteredMethod
 
#define AUTHENTICATION_REQUIRED_FAULT_CODE   XmlRpcResponse::AuthenticationRequired
 
#define EMPTY_PARAM_VALUE_FAULT_CODE   XmlRpcResponse::EmptyParameterValue
 

Macro Definition Documentation

#define ILL_FORMED_CONTENTS_FAULT_STRING   "Ill-formed XML contents"
#define METHOD_NAME_FAULT_STRING   "Method name is missing"
#define UNREGISTERED_METHOD_FAULT_STRING   "Method has not been registered"
#define AUTHENTICATION_REQUIRED_FAULT_STRING   "Authentication is required"
#define EMPTY_PARAM_VALUE_FAULT_STRING   "Empty param value"
#define CONNECTION_FAILURE_FAULT_STRING   "Connection Failed"
#define ILL_FORMED_CONTENTS_FAULT_CODE   XmlRpcResponse::IllFormedContents
#define METHOD_NAME_FAULT_CODE   XmlRpcResponse::InvalidMethodName
#define UNREGISTERED_METHOD_FAULT_CODE   XmlRpcResponse::UnregisteredMethod
#define AUTHENTICATION_REQUIRED_FAULT_CODE   XmlRpcResponse::AuthenticationRequired
#define EMPTY_PARAM_VALUE_FAULT_CODE   XmlRpcResponse::EmptyParameterValue

sipXtackLib home page