[Zend_XmlRpc] element index
Package indexes
Zend_Registry
default
Zend_Acl
Zend_Mime
Zend_Mime_Decode
ZForm
Zend_Controller
Zend_Server
Zend_Rest
Zend_Http
Zend_Service
Zend_Session_Core
Zend_Exception
Zend_Json
Xml
Zend_Db
Zend_View
Zend_Mail
Zend_Request
Zend
All elements
a
c
d
e
f
g
h
i
l
m
s
z
_
_
top
$_fault
Zend_XmlRpc_Response::$_fault
in Response.php
Fault, if response is a fault response
$_fault
Zend_XmlRpc_Request::$_fault
in Request.php
Fault object, if any
$_method
Zend_XmlRpc_Request::$_method
in Request.php
Method to call
$_params
Zend_XmlRpc_Request::$_params
in Request.php
Method parameters
$_return
Zend_XmlRpc_Response::$_return
in Response.php
Return value
$_type
Zend_XmlRpc_Response::$_type
in Response.php
Return type
$_xml
Zend_XmlRpc_Request_Http::$_xml
in Http.php
Raw XML as received via request
$_xml
Zend_XmlRpc_Request::$_xml
in Request.php
XML request
$_xml
Zend_XmlRpc_Request_Stdin::$_xml
in Stdin.php
Raw XML as received via request
_getXmlRpcParams
Zend_XmlRpc_Request::_getXmlRpcParams()
in Request.php
Retrieve method parameters as XMLRPC values
_getXmlRpcReturn
Zend_XmlRpc_Response::_getXmlRpcReturn()
in Response.php
Retrieve the XMLRPC value for the return value
__construct
Zend_XmlRpc_Response::__construct()
in Response.php
Constructor
__construct
Zend_XmlRpc_Request_Stdin::__construct()
in Stdin.php
Constructor
__construct
Zend_XmlRpc_Request_Http::__construct()
in Http.php
Constructor
__toString
Zend_XmlRpc_Request::__toString()
in Request.php
Create XML request
__toString
Zend_XmlRpc_Response_Http::__toString()
in Http.php
Override __toString() to send HTTP Content-Type header
__toString
Zend_XmlRpc_Response::__toString()
in Response.php
Create XML response
$_code
Zend_XmlRpc_Fault::$_code
in Fault.php
Fault code
$_exception
Zend_XmlRpc_Server_Fault::$_exception
in Fault.php
$_faultExceptionClasses
Zend_XmlRpc_Server_Fault::$_faultExceptionClasses
in Fault.php
$_internal
Zend_XmlRpc_Fault::$_internal
in Fault.php
Internal fault codes => messages
$_message
Zend_XmlRpc_Fault::$_message
in Fault.php
Fault message
$_methods
Zend_XmlRpc_Server::$_methods
in Server.php
Array of dispatchables
$_observers
Zend_XmlRpc_Server_Fault::$_observers
in Fault.php
$_responseClass
Zend_XmlRpc_Server::$_responseClass
in Server.php
Class to use for responses; defaults to
Zend_XmlRpc_Response_Http
$_table
Zend_XmlRpc_Server::$_table
in Server.php
Dispatch table of name => method pairs
$_typeMap
Zend_XmlRpc_Server::$_typeMap
in Server.php
PHP types => XML-RPC types
_buildDispatchTable
Zend_XmlRpc_Server::_buildDispatchTable()
in Server.php
Re/Build the dispatch table
_fixTypes
Zend_XmlRpc_Server::_fixTypes()
in Server.php
Map PHP parameter types to XML-RPC types
_handle
Zend_XmlRpc_Server::_handle()
in Server.php
Handle an xmlrpc call (actual work)
__construct
Zend_XmlRpc_Fault::__construct()
in Fault.php
Constructor
__construct
Zend_XmlRpc_Server_Fault::__construct()
in Fault.php
Constructor
__construct
Zend_XmlRpc_Server::__construct()
in Server.php
Constructor
__toString
Zend_XmlRpc_Fault::__toString()
in Fault.php
Serialize fault to XML
a
top
addParam
Zend_XmlRpc_Request::addParam()
in Request.php
Add a parameter to the parameter stack
addFunction
Zend_XmlRpc_Server::addFunction()
in Server.php
Attach a callback as an XMLRPC method
attachFaultException
Zend_XmlRpc_Server_Fault::attachFaultException()
in Fault.php
Attach valid exceptions that can be used to define xmlrpc faults
attachObserver
Zend_XmlRpc_Server_Fault::attachObserver()
in Fault.php
Attach an observer class
c
top
Cache.php
Cache.php
in Cache.php
d
top
delete
Zend_XmlRpc_Server_Cache::delete()
in Cache.php
Remove a cache file
detachFaultException
Zend_XmlRpc_Server_Fault::detachFaultException()
in Fault.php
Detach fault exception classes
detachObserver
Zend_XmlRpc_Server_Fault::detachObserver()
in Fault.php
Detach an observer
e
top
Exception.php
Exception.php
in Exception.php
f
top
fault
Zend_XmlRpc_Server::fault()
in Server.php
Raise an xmlrpc server fault
Fault.php
Fault.php
in Fault.php
Fault.php
Fault.php
in Fault.php
g
top
getFault
Zend_XmlRpc_Request::getFault()
in Request.php
Retrieve the fault response, if any
getMethod
Zend_XmlRpc_Request::getMethod()
in Request.php
Retrieve call method
getParams
Zend_XmlRpc_Request::getParams()
in Request.php
Retrieve the array of parameters
getRawRequest
Zend_XmlRpc_Request_Http::getRawRequest()
in Http.php
Retrieve the raw XML request
getRawRequest
Zend_XmlRpc_Request_Stdin::getRawRequest()
in Stdin.php
Retrieve the raw XML request
getReturnValue
Zend_XmlRpc_Response::getReturnValue()
in Response.php
Retrieve the return value
get
Zend_XmlRpc_Server_Cache::get()
in Cache.php
Add dispatch table from a file
getCode
Zend_XmlRpc_Fault::getCode()
in Fault.php
Return fault code
getFunctions
Zend_XmlRpc_Server::getFunctions()
in Server.php
Returns a list of registered methods
getInstance
Zend_XmlRpc_Server_Fault::getInstance()
in Fault.php
Return Zend_XmlRpc_Server_Fault instance
getMessage
Zend_XmlRpc_Fault::getMessage()
in Fault.php
Retrieve fault message
h
top
handle
Zend_XmlRpc_Server::handle()
in Server.php
Handle an xmlrpc call
i
top
isFault
Zend_XmlRpc_Response::isFault()
in Response.php
Is the response a fault response?
isFault
Zend_XmlRpc_Request::isFault()
in Request.php
Does the current request contain errors and should it return a fault response?
isFault
Zend_XmlRpc_Fault::isFault()
in Fault.php
Determine if an XML response is an XMLRPC fault
l
top
loadXml
Zend_XmlRpc_Response::loadXml()
in Response.php
Load a response from an XML response
loadXml
Zend_XmlRpc_Request::loadXml()
in Request.php
Load XML and parse into request components
listMethods
Zend_XmlRpc_Server::listMethods()
in Server.php
List all available XMLRPC methods
loadFunctions
Zend_XmlRpc_Server::loadFunctions()
in Server.php
Load methods as returned from getFunctions
loadXml
Zend_XmlRpc_Fault::loadXml()
in Fault.php
Load an XMLRPC fault from XML
m
top
methodHelp
Zend_XmlRpc_Server::methodHelp()
in Server.php
Display help message for an XMLRPC method
methodSignature
Zend_XmlRpc_Server::methodSignature()
in Server.php
Return a method signature
multicall
Zend_XmlRpc_Server::multicall()
in Server.php
Multicall - boxcar feature of XML-RPC for calling multiple methods in a single request.
s
top
setMethod
Zend_XmlRpc_Request::setMethod()
in Request.php
Set method to call
setParams
Zend_XmlRpc_Request::setParams()
in Request.php
Set the parameters array
setReturnValue
Zend_XmlRpc_Response::setReturnValue()
in Response.php
Set the return value
save
Zend_XmlRpc_Server_Cache::save()
in Cache.php
Cache a file containing the dispatch list.
setClass
Zend_XmlRpc_Server::setClass()
in Server.php
Attach class methods as XMLRPC method handlers
setCode
Zend_XmlRpc_Fault::setCode()
in Fault.php
Set the fault code
setMessage
Zend_XmlRpc_Fault::setMessage()
in Fault.php
Retrieve fault message
setPersistence
Zend_XmlRpc_Server::setPersistence()
in Server.php
Do nothing; persistence is handled via
Zend_XmlRpc_Server_Cache
setResponseClass
Zend_XmlRpc_Server::setResponseClass()
in Server.php
Set the class to use for the response
Server.php
Server.php
in Server.php
z
top
Zend_XmlRpc_Request
Zend_XmlRpc_Request
in Request.php
XmlRpc Request object
Zend_XmlRpc_Request_Http
Zend_XmlRpc_Request_Http
in Http.php
XmlRpc Request object -- Request via HTTP
Zend_XmlRpc_Request_Stdin
Zend_XmlRpc_Request_Stdin
in Stdin.php
XmlRpc Request object -- Request via STDIN
Zend_XmlRpc_Response
Zend_XmlRpc_Response
in Response.php
XmlRpc Response
Zend_XmlRpc_Response_Http
Zend_XmlRpc_Response_Http
in Http.php
HTTP response
Zend_XmlRpc_Fault
Zend_XmlRpc_Fault
in Fault.php
XMLRPC Faults
Zend_XmlRpc_Server
Zend_XmlRpc_Server
in Server.php
An XML-RPC server implementation
Zend_XmlRpc_Server_Cache
Zend_XmlRpc_Server_Cache
in Cache.php
Zend_XmlRpc_Server_Cache: cache Zend_XmlRpc_Server dispatch tables
Zend_XmlRpc_Server_Exception
Zend_XmlRpc_Server_Exception
in Exception.php
Zend_XmlRpc_Server_Exception
Zend_XmlRpc_Server_Fault
Zend_XmlRpc_Server_Fault
in Fault.php
XMLRPC Server Faults
a
c
d
e
f
g
h
i
l
m
s
z
_