Class TJsonRpcProtocol
TJsonRpcProtocol class
TJsonRpcProtocol is a class that implements JSON-Rpc protocol in TRpcService
. Both version 1.0 and 2.0 of the specification are implemented, and
the server will try to answer using the same version of the protocol used by the
requesting client.
- TRpcProtocol
-
TJsonRpcProtocol
Package: System\Web\Services
Copyright: 2010 Bigpoint GmbH
License: http://www.pradosoft.com/license/
Author: Robin J. Rogge <rrogge@bigpoint.net>
Author: Fabio Bas <ctrlaltca@gmail.com>
Version: $Id$
Since: 3.2
Located at Web/Services/TRpcService.php
Copyright: 2010 Bigpoint GmbH
License: http://www.pradosoft.com/license/
Author: Robin J. Rogge <rrogge@bigpoint.net>
Author: Fabio Bas <ctrlaltca@gmail.com>
Version: $Id$
Since: 3.2
Located at Web/Services/TRpcService.php
public
string
|
|
public
string
|
|
public
|
|
public
array
|
|
public
string
|
|
public
mixed
|
#
callApiMethod( string $methodName, array $parameters )
Calls the callback handler for the given method Overrides parent implementation to correctly handle error codes |
addMethod()
|
protected
mixed
|
$_id | null |
|
protected
float
|
$_specificationVersion | 1.0 |
$rpcMethods
|