Zend_XmlRpc_FaultXMLRPC Faults
Container for XMLRPC faults, containing both a code and a message; additionally, has methods for determining if an XML response is an XMLRPC fault, as well as generating the XML for an XMLRPC fault response.
To allow method chaining, you may only use the getInstance() factory to instantiate a Zend_XmlRpc_Server_Fault.
Located in /Zend/XmlRpc/Fault.php (line 46)
| Class | Description |
|---|---|
Zend_XmlRpc_Server_Fault
|
XMLRPC Server Faults |
int
$_code
(line 52)
Fault code
string
$_encoding
= 'UTF-8' (line 58)
Fault character encoding
array
$_internal
= array(Internal fault codes => messages
string
$_message
(line 64)
Fault message
static isFault (line 264)
Determine if an XML response is an XMLRPC fault
Constructor __construct (line 109)
Constructor
getCode (line 139)
Return fault code
getEncoding (line 183)
Retrieve current fault encoding
getMessage (line 161)
Retrieve fault message
loadXml (line 197)
Load an XMLRPC fault from XML
saveXML (line 281)
Serialize fault to XML
setEncoding (line 172)
Set encoding to use in fault response
setMessage (line 150)
Retrieve fault message
__toString (line 306)
Return XML fault response
Documentation generated on Wed, 21 Feb 2007 11:47:32 -0800 by phpDocumentor 1.3.1