xmlrpc.server.inc

Page callback file for the xmlrpc module.

File

drupal/core/modules/xmlrpc/xmlrpc.server.inc
View source

Functions

Namesort descending Description
xmlrpc_server Invokes XML-RPC methods on this server.
xmlrpc_server_call Dispatches an XML-RPC request and any parameters to the appropriate handler.
xmlrpc_server_error Throws an XML-RPC error.
xmlrpc_server_get Retrieves the latest stored XML-RPC request.
xmlrpc_server_get_capabilities Returns a list of the capabilities of this server.
xmlrpc_server_list_methods Lists the methods available on this XML-RPC server.
xmlrpc_server_method_help Returns the help for an XML-RPC method.
xmlrpc_server_method_signature Returns one method signature for a function.
xmlrpc_server_multicall Dispatches multiple XML-RPC requests.
xmlrpc_server_output Sends XML-RPC output to the browser.
xmlrpc_server_page Process an XML-RPC request.
xmlrpc_server_set Stores a copy of an XML-RPC request temporarily.