/Zend/XmlRpc/Client.phpZend Framework
LICENSE
This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.
| Class | Description |
|---|---|
Zend_XmlRpc_Client
|
An XML-RPC client implementation |
require_once
('Zend/XmlRpc/Client/FaultException.php')
(line 36)
Exception thrown when an XML-RPC fault is returned
require_once
('Zend/XmlRpc/Client/ServerProxy.php')
(line 41)
Enables object chaining for calling namespaced XML-RPC methods.
require_once
('Zend/Http/Client.php')
(line 26)
For handling the HTTP connection to the XML-RPC service
require_once
('Zend/XmlRpc/Client/HttpException.php')
(line 31)
Exception thrown when an HTTP error occurs
require_once
('Zend/XmlRpc/Client/ServerIntrospection.php')
(line 46)
Introspects remote servers using the XML-RPC de facto system.* methods
require_once
('Zend/XmlRpc/Response.php')
(line 62)
XML-RPC Response
require_once
('Zend/XmlRpc/Fault.php')
(line 67)
XML-RPC Fault
require_once
('Zend/XmlRpc/Value.php')
(line 52)
Represent a native XML-RPC value, used both in sending parameters
to methods and as the parameters retrieve from method calls
require_once
('Zend/XmlRpc/Request.php')
(line 57)
XML-RPC Request
Documentation generated on Wed, 21 Feb 2007 11:46:17 -0800 by phpDocumentor 1.3.1