Interface IWebServiceProvider
IWebServiceProvider interface may be implemented by Web service provider classes.
If this interface is implemented, the provider instance will be able to intercept the remote method invocation (e.g. for logging or authentication purpose).
Package: system\base
Copyright: 2008-2013 Yii Software LLC
License: http://www.yiiframework.com/license/
Author: Qiang Xue <qiang.xue@gmail.com>
Since: 1.0
Located at x2engine/framework/base/interfaces.php
Copyright: 2008-2013 Yii Software LLC
License: http://www.yiiframework.com/license/
Author: Qiang Xue <qiang.xue@gmail.com>
Since: 1.0
Located at x2engine/framework/base/interfaces.php
public
boolean
|
#
beforeWebMethod(
This method is invoked before the requested remote method is invoked. |
public
|
#
afterWebMethod(
This method is invoked after the requested remote method is invoked. |