[Zend_XmlRpc] element index

Package indexes

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