#include <pxmlrpcs.h>
List of all members.
Constructor & Destructor Documentation
| PXMLRPCServerResource::PXMLRPCServerResource |
( |
| ) |
|
| PXMLRPCServerResource::PXMLRPCServerResource |
( |
const PHTTPAuthority & |
auth | ) |
|
- Parameters:
-
| auth | Authorisation for the resource. |
| PXMLRPCServerResource::PXMLRPCServerResource |
( |
const PURL & |
url | ) |
|
- Parameters:
-
| url | Name of the resource in URL space. |
| PXMLRPCServerResource::PXMLRPCServerResource |
( |
const PURL & |
url, |
|
|
const PHTTPAuthority & |
auth |
|
) |
| |
- Parameters:
-
| url | Name of the resource in URL space. |
| auth | Authorisation for the resource. |
Member Function Documentation
| virtual PString PXMLRPCServerResource::FormatFault |
( |
PINDEX |
code, |
|
|
const PString & |
str |
|
) |
| [virtual] |
Get the headers for block of data (eg HTML) that the resource contains.
This will fill in all the fields of the outMIME parameter required by the resource and return the status for the load.
- Returns:
- true if all OK, false if an error occurred.
Implements PHTTPResource.
Send the data associated with a POST command.
The default action calls Post().
- Returns:
- true if the connection may persist, false if the connection must close. If there is no ContentLength field in the response, this value must be false for correct operation.
Reimplemented from PHTTPResource.
| virtual void PXMLRPCServerResource::OnXMLRPCRequest |
( |
const PString & |
body, |
|
|
PString & |
reply |
|
) |
| [virtual] |
Member Data Documentation
The documentation for this class was generated from the following file: