abstract public static function clients_connection_base::call in Web Service Clients 7
Sets cacheid and parameters for the service/method and calls self::doCall()
2 methods override clients_connection_base::call()
- clients_connection_drupal_services::call in backends/
clients_drupal/ clients_drupal.inc - Executes call and processes data
- clients_connection_flickr::call in backends/
clients_flickr/ clients_flickr.inc - Executes call and processes data
File
- ./
clients.inc, line 95 - Base class for backends. Handles XML-RPC, REST calls and caching results
Class
- clients_connection_base
- Base class for Client connections.
Code
public static abstract function call($serviceConfig, $serviceOptions);