#include <pxmlrpc.h>
Inheritance diagram for PXMLRPC:
anonymous enum |
PXMLRPC::PXMLRPC | ( | const PURL & | url, | |
unsigned | options = 0 | |||
) |
void PXMLRPC::SetTimeout | ( | const PTimeInterval & | _timeout | ) | [inline] |
BOOL PXMLRPC::MakeRequest | ( | const PString & | method | ) |
BOOL PXMLRPC::MakeRequest | ( | const PString & | method, | |
PXMLRPCBlock & | response | |||
) |
BOOL PXMLRPC::MakeRequest | ( | PXMLRPCBlock & | request, | |
PXMLRPCBlock & | response | |||
) |
BOOL PXMLRPC::MakeRequest | ( | const PString & | method, | |
const PXMLRPCStructBase & | args, | |||
PXMLRPCStructBase & | reply | |||
) |
PString PXMLRPC::GetFaultText | ( | ) | const [inline] |
PINDEX PXMLRPC::GetFaultCode | ( | ) | const [inline] |
static BOOL PXMLRPC::ISO8601ToPTime | ( | const PString & | iso8601, | |
PTime & | val, | |||
int | tz = PTime::GMT | |||
) | [static] |
BOOL PXMLRPC::PerformRequest | ( | PXMLRPCBlock & | request, | |
PXMLRPCBlock & | response | |||
) | [protected] |
PURL PXMLRPC::url [protected] |
PINDEX PXMLRPC::faultCode [protected] |
PString PXMLRPC::faultText [protected] |
PTimeInterval PXMLRPC::timeout [protected] |
unsigned PXMLRPC::options [protected] |