|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Collaboration diagram for ilSoapClient: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, DEFAULT_CONNECT_TIMEOUT, DEFAULT_RESPONSE_TIMEOUT, ILIAS\Repository\int(), and ILIAS\Repository\settings().
Here is the call graph for this function:| ilSoapClient::call | ( | string | $a_operation, |
| array | $a_params | ||
| ) |
| string | $a_operation | |
| array | $a_params |
Definition at line 171 of file class.ilSoapClient.php.
References ILIAS\UI\examples\Progress\Bar\client(), resetSocketTimeout(), and setSocketTimeout().
Here is the call graph for this function:| 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().
Here is the caller graph for this function:| ilSoapClient::getServer | ( | ) |
Definition at line 58 of file class.ilSoapClient.php.
References $uri.
Referenced by init().
Here is the caller graph for this function:| ilSoapClient::getTimeout | ( | ) |
Definition at line 68 of file class.ilSoapClient.php.
References $connect_timeout.
Referenced by init(), and setSocketTimeout().
Here is the caller graph for this function:| ilSoapClient::init | ( | ) |
Definition at line 93 of file class.ilSoapClient.php.
References $uri, ilUtil\_getHttpPath(), ILIAS\UI\examples\Progress\Bar\client(), getResponseTimeout(), getServer(), getTimeout(), resetSocketTimeout(), setSocketTimeout(), and ILIAS\Repository\settings().
Here is the call graph for this function:
|
protected |
Reset socket default timeout to defaults.
Definition at line 159 of file class.ilSoapClient.php.
Referenced by call(), and init().
Here is the caller graph for this function:| ilSoapClient::setResponseTimeout | ( | int | $a_timeout | ) |
Definition at line 73 of file class.ilSoapClient.php.
|
protected |
Definition at line 140 of file class.ilSoapClient.php.
References getResponseTimeout(), getTimeout(), and ILIAS\Repository\int().
Referenced by call(), and init().
Here is the call graph for this function:
Here is the caller graph for this function:| 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(), and init().
|
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 __construct(), and ilWebServicesSetupAgent\getArrayToConfigTransformation().
| const ilSoapClient::DEFAULT_RESPONSE_TIMEOUT = 5 |
Definition at line 30 of file class.ilSoapClient.php.
Referenced by __construct(), and ilWebServicesSetupAgent\getArrayToConfigTransformation().