/Zend/XmlRpc/Server.phpZend Framework
LICENSE
This source file is subject to version 1.0 of the Zend Framework license, that is bundled with this package in the file LICENSE, and is available through the world-wide-web at the following URL: http://www.zend.com/license/framework/1_0.txt. If you did not receive a copy of the Zend Framework license and are unable to obtain it through the world-wide-web, please send a note to license@zend.com so we can mail you a copy immediately.
| Class | Description |
|---|---|
Zend_XmlRpc_Server
|
An XML-RPC server implementation |
require_once
('Zend/XmlRpc/Server/Exception.php')
(line 34)
Exception this class throws
require_once
('Zend/XmlRpc/Request.php')
(line 39)
XMLRPC Request
require_once
('Zend/XmlRpc/Response.php')
(line 44)
XMLRPC Response
require_once
('Zend.php')
(line 24)
Zend
require_once
('Zend/Server/Interface.php')
(line 29)
Implement Zend_Server_Interface
require_once
('Zend/XmlRpc/Response/Http.php')
(line 49)
XMLRPC HTTP Response
require_once
('Zend/Server/Reflection.php')
(line 64)
Reflection API for function/method introspection
require_once
('Zend/Server/Reflection/Function/Abstract.php')
(line 69)
Zend_Server_Reflection_Function_Abstract
require_once
('Zend/Server/Reflection/Method.php')
(line 75)
Specifically grab the Zend_Server_Reflection_Method for manually setting up system.* methods and handling callbacks in loadFunctions().
require_once
('Zend/XmlRpc/Server/Fault.php')
(line 54)
XMLRPC server fault class
require_once
('Zend/XmlRpc/Value.php')
(line 59)
Convert PHP to and from xmlrpc native types
Documentation generated on Wed, 21 Feb 2007 11:59:33 -0800 by phpDocumentor 1.3.1