ILIAS
trunk Revision v11.0_alpha-1761-g6dbbfa7b760
|
Public Member Functions | |
__construct (string $a_uri='') | |
getServer () | |
setTimeout (int $a_timeout) | |
getTimeout () | |
setResponseTimeout (int $a_timeout) | |
getResponseTimeout () | |
enableWSDL (bool $a_stat) | |
enabledWSDL () | |
init () | |
call (string $a_operation, array $a_params) | |
Data Fields | |
const | DEFAULT_CONNECT_TIMEOUT = 10 |
const | DEFAULT_RESPONSE_TIMEOUT = 5 |
Protected Member Functions | |
setSocketTimeout (bool $a_wsdl_mode) | |
resetSocketTimeout () | |
Reset socket default timeout to defaults. More... | |
Private Attributes | |
ilLogger | $log |
ilSetting | $settings |
SoapClient | $client = null |
string | $uri |
bool | $use_wsdl = true |
int | $connect_timeout = self::DEFAULT_CONNECT_TIMEOUT |
int | $response_timeout = self::DEFAULT_RESPONSE_TIMEOUT |
int | $stored_socket_timeout = null |
Definition at line 27 of file class.ilSoapClient.php.
ilSoapClient::__construct | ( | string | $a_uri = '' | ) |
Definition at line 41 of file class.ilSoapClient.php.
References $DIC, ILIAS\Repository\int(), and ILIAS\Repository\settings().
ilSoapClient::call | ( | string | $a_operation, |
array | $a_params | ||
) |
string | $a_operation | |
array | $a_params |
Definition at line 167 of file class.ilSoapClient.php.
References ILIAS\UI\examples\Progress\Bar\client(), resetSocketTimeout(), and setSocketTimeout().
ilSoapClient::enabledWSDL | ( | ) |
ilSoapClient::enableWSDL | ( | bool | $a_stat | ) |
Definition at line 83 of file class.ilSoapClient.php.
ilSoapClient::getResponseTimeout | ( | ) |
Definition at line 78 of file class.ilSoapClient.php.
References $response_timeout.
Referenced by init(), and setSocketTimeout().
ilSoapClient::getServer | ( | ) |
Definition at line 58 of file class.ilSoapClient.php.
References $uri.
Referenced by init().
ilSoapClient::getTimeout | ( | ) |
Definition at line 68 of file class.ilSoapClient.php.
References $connect_timeout.
Referenced by init(), and setSocketTimeout().
ilSoapClient::init | ( | ) |
Definition at line 93 of file class.ilSoapClient.php.
References ilUtil\_getHttpPath(), ILIAS\UI\examples\Progress\Bar\client(), getResponseTimeout(), getServer(), getTimeout(), null, resetSocketTimeout(), setSocketTimeout(), and ILIAS\Repository\settings().
|
protected |
Reset socket default timeout to defaults.
Definition at line 155 of file class.ilSoapClient.php.
Referenced by call(), and init().
ilSoapClient::setResponseTimeout | ( | int | $a_timeout | ) |
Definition at line 73 of file class.ilSoapClient.php.
|
protected |
Definition at line 136 of file class.ilSoapClient.php.
References getResponseTimeout(), getTimeout(), and ILIAS\Repository\int().
Referenced by call(), and init().
ilSoapClient::setTimeout | ( | int | $a_timeout | ) |
Definition at line 63 of file class.ilSoapClient.php.
|
private |
Definition at line 34 of file class.ilSoapClient.php.
|
private |
Definition at line 37 of file class.ilSoapClient.php.
Referenced by getTimeout().
|
private |
Definition at line 32 of file class.ilSoapClient.php.
|
private |
Definition at line 38 of file class.ilSoapClient.php.
Referenced by getResponseTimeout().
|
private |
Definition at line 33 of file class.ilSoapClient.php.
|
private |
Definition at line 39 of file class.ilSoapClient.php.
|
private |
Definition at line 35 of file class.ilSoapClient.php.
Referenced by getServer().
|
private |
Definition at line 36 of file class.ilSoapClient.php.
Referenced by enabledWSDL().
const ilSoapClient::DEFAULT_CONNECT_TIMEOUT = 10 |
Definition at line 29 of file class.ilSoapClient.php.
Referenced by ilWebServicesSetupAgent\getArrayToConfigTransformation().
const ilSoapClient::DEFAULT_RESPONSE_TIMEOUT = 5 |
Definition at line 30 of file class.ilSoapClient.php.
Referenced by ilWebServicesSetupAgent\getArrayToConfigTransformation().