Class TRpcServer
TRpcServer class
TRpcServer is a class
TRpcServer is the base class used to creare a server to be used in
conjunction with TRpcService
. The role of TRpcServer is to be an
intermediate, moving data between the service and the provider. This base class
should suit the most common needs, but can be sublassed for logging and
debugging purposes, or to filter and modify the request/response on the fly.
- TComponent
-
TApplicationComponent
-
TModule implements IModule
-
TRpcServer
Package: System\Web\Services
Copyright: 2010 Bigpoint GmbH
License: http://www.pradosoft.com/license/
Author: Robin J. Rogge <rrogge@bigpoint.net>
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>
Version: $Id$
Since: 3.2
Located at Web/Services/TRpcService.php
public
|
|
public
|
#
addRpcMethod( string $methodName, array $methodDetails )
Registers the method in the protocol handler |
public
string
|
|
public
string
|
getID(),
init(),
setID()
|
getApplication(),
getRequest(),
getResponse(),
getService(),
getSession(),
getUser(),
publishAsset(),
publishFilePath()
|
GLOBAL_RAISE_EVENT_LISTENER
|
protected
|
$handler |
|
#
instance |