Implements interfaces:
Request handler for XMLRPC request.
Acts as a PrimaryRequestHandler with precedence of 2. Returns a path of "xmlrpc/<methodname>".
Allows unified request access, but though XMLRPC does not have named arguments you have to name them first.
Located in /phpsatk-lib/global/org.eenterphace.sat.request.xmlrpc/request.xmlrpc.php (line 39)
Initializes a new XMLRPC request handler object
Parses the XMLRPC request using the functions provided by the 'xmlrpc' extension.
Gets the application to launch
Gets a named argument
Gets the value of an argument
Gets the number of arguments provided
Gets the method called
Gets the output type for this kind of request - 'xmlrpc'
Gets the "virtual" path for this request for usage by the controller
Returns "xmlrpc/<methodname>"
Gets the type of a specified named argument
Gets the type of a argument
Checks whether the current request is an xmlrpc request.
Uses the definitions of the XMLRPC specification:
Names a argument
XMLRPC arguments are not named, so they are only distinguisable through their posititon. This is avoided by setting a name for each argument (mapping names to the indeces).
Registers the XMLRPC request data with the Request object
Documentation generated on Mon, 21 May 2007 10:35:17 +0200 by phpDocumentor 1.3.0RC5