#include <pxmlrpcs.h>
Inheritance diagram for PXMLRPCServerResource:
Public Member Functions | |
PXMLRPCServerResource () | |
PXMLRPCServerResource (const PHTTPAuthority &auth) | |
PXMLRPCServerResource (const PURL &url) | |
PXMLRPCServerResource (const PURL &url, const PHTTPAuthority &auth) | |
BOOL | LoadHeaders (PHTTPRequest &request) |
BOOL | OnPOSTData (PHTTPRequest &request, const PStringToString &data) |
virtual void | OnXMLRPCRequest (const PString &body, PString &reply) |
virtual BOOL | SetMethod (const PString &methodName, const PNotifier &func) |
void | OnXMLRPCRequest (const PString &methodName, PXMLRPCBlock &request, PString &reply) |
virtual PString | FormatFault (PINDEX code, const PString &str) |
Protected Attributes | |
PMutex | methodMutex |
PXMLRPCServerMethodList | methodList |
|
|
|
|
|
|
|
|
|
|
|
Get the headers for block of data (eg HTML) that the resource contains. This will fill in all the fields of the
Implements PHTTPResource. |
|
Send the data associated with a POST command. The default action calls Post()#.
Reimplemented from PHTTPResource. |
|
|
|
|
|
|
|
|
|
|