Class Horde_Rpc_Xmlrpc
The Horde_Rpc_xmlrpc class provides an XMLRPC implementation of the Horde RPC system.
Copyright 2002-2012 Horde LLC (http://www.horde.org/)
See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
- Horde_Rpc
- Horde_Rpc_Xmlrpc
public
|
#
__construct( Horde_Controller_Request_Http $request, array $params = array() )
XMLRPC server constructor |
public
string
|
|
public
mixed
|
#
_dispatcher( string $method, array $params, mixed $data )
Will be registered as the handler for all available methods and will call the appropriate function through the registry. |
public static
mixed
|
authorize(),
factory(),
getInput(),
getResponseContentType(),
sendOutput()
|
public
resource
|
$_server
Resource handler for the XMLRPC server. |
$_params,
$_requestMissingAuthorization,
$_requireAuthorization
|