sipxtacklib  Version 3.3
Classes | Macros
ProvisioningAgentXmlRpcAdapter.h File Reference
#include "net/XmlRpcMethod.h"
Include dependency graph for ProvisioningAgentXmlRpcAdapter.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ProvisioningAgentXmlRpcAdapter
 This class implements the mapping between the XmlRpc procedure "create" and the ProvisioningAgent::create() member function. More...
 
class  ProvisioningAgentXmlRpcCreate
 This class implements the mapping between the XmlRpc procedure "create" and the ProvisioningAgent::create() member function. More...
 
class  ProvisioningAgentXmlRpcDelete
 This class implements the mapping between the XmlRpc procedure "delete" and the ProvisioningAgent::delete() member function. More...
 
class  ProvisioningAgentXmlRpcSet
 This class implements the mapping between the XmlRpc procedure "set" and the ProvisioningAgent::set() member function. More...
 
class  ProvisioningAgentXmlRpcGet
 This class implements the mapping between the XmlRpc procedure "get" and the ProvisioningAgent::get() member function. More...
 
class  ProvisioningAgentXmlRpcAction
 This class implements the mapping between the XmlRpc procedure "action" and the ProvisioningAgent::action() member function. More...
 

Macros

#define EXPECTED_STRUCT_FAULT_CODE   1
 
#define EXPECTED_STRUCT_FAULT_STRING   "Argument type error: expected a struct."
 
#define METHOD_DISPATCH_FAULT_CODE   2
 
#define METHOD_DISPATCH_FAULT_STRING   "Failed to dispatch the target method procedure."
 

Macro Definition Documentation

#define EXPECTED_STRUCT_FAULT_CODE   1
#define EXPECTED_STRUCT_FAULT_STRING   "Argument type error: expected a struct."
#define METHOD_DISPATCH_FAULT_CODE   2
#define METHOD_DISPATCH_FAULT_STRING   "Failed to dispatch the target method procedure."

sipXtackLib home page