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