| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
 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 14 of file class.ilSoapClient.php.
| ilSoapClient::__construct | ( | string | $a_uri = '' | ) | 
Definition at line 28 of file class.ilSoapClient.php.
References $DIC, 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 154 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 70 of file class.ilSoapClient.php.
| ilSoapClient::getResponseTimeout | ( | ) | 
Definition at line 65 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 45 of file class.ilSoapClient.php.
References $uri.
Referenced by init().
 Here is the caller graph for this function:| ilSoapClient::getTimeout | ( | ) | 
Definition at line 55 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 80 of file class.ilSoapClient.php.
References 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 142 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 60 of file class.ilSoapClient.php.
      
  | 
  protected | 
Definition at line 123 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 50 of file class.ilSoapClient.php.
      
  | 
  private | 
Definition at line 21 of file class.ilSoapClient.php.
      
  | 
  private | 
Definition at line 24 of file class.ilSoapClient.php.
Referenced by getTimeout().
      
  | 
  private | 
Definition at line 19 of file class.ilSoapClient.php.
      
  | 
  private | 
Definition at line 25 of file class.ilSoapClient.php.
Referenced by getResponseTimeout().
      
  | 
  private | 
Definition at line 20 of file class.ilSoapClient.php.
      
  | 
  private | 
Definition at line 26 of file class.ilSoapClient.php.
      
  | 
  private | 
Definition at line 22 of file class.ilSoapClient.php.
Referenced by getServer().
      
  | 
  private | 
Definition at line 23 of file class.ilSoapClient.php.
Referenced by enabledWSDL().
| const ilSoapClient::DEFAULT_CONNECT_TIMEOUT = 10 | 
Definition at line 16 of file class.ilSoapClient.php.
Referenced by ilWebServicesSetupAgent\getArrayToConfigTransformation().
| const ilSoapClient::DEFAULT_RESPONSE_TIMEOUT = 5 | 
Definition at line 17 of file class.ilSoapClient.php.
Referenced by ilWebServicesSetupAgent\getArrayToConfigTransformation().