[ Index ] |
|
Code source de Horde 3.1.3 |
[Code source] [Imprimer] [Statistiques]
(pas de description)
Poids: | 205 lignes (7 kb) |
Inclus ou requis: | 0 fois |
Référencé: | 0 fois |
Nécessite: | 0 fichiers |
Horde_RPC_soap:: (6 méthodes):
Horde_RPC_soap()
_setupDispatchMap()
__dispatch()
_dispatcher()
getResponse()
request()
Classe: Horde_RPC_soap - X-Ref
The Horde_RPC_soap class provides an SOAP implementation of theHorde_RPC_soap($params = null) X-Ref |
SOAP server constructor |
_setupDispatchMap() X-Ref |
Fills a hash that is used by the SOAP server with the signatures of all available methods. |
__dispatch($method) X-Ref |
Returns the signature of a method. Internally used by the SOAP server. param: string $method A method name. return: array An array describing the method's signature. |
_dispatcher($method, $params) X-Ref |
Will be registered as the handler for all methods called in the SOAP server and will call the appropriate function through the registry. param: string $method The name of the method called by the RPC request. param: array $params The passed parameters. param: mixed $data Unknown. return: mixed The result of the called registry method. |
getResponse($request, $params = null) X-Ref |
Takes an RPC request and returns the result. param: string The raw request string. param: string String specifying what kind of data to return. Defaults return: string The XML encoded response from the server. |
request($url, $method, $params = null, $options = array() X-Ref |
Builds an SOAP request and sends it to the SOAP server. This statically called method is actually the SOAP client. param: string $url The path to the SOAP server on the called host. param: string $method The method to call. param: array $params A hash containing any necessary parameters for param: $options Optional associative array of parameters which can be: return: mixed The returned result from the method or a PEAR |
Généré le : Sun Feb 25 18:01:28 2007 | par Balluche grâce à PHPXref 0.7 |