XMLRPC Server Faults
Encapsulates an exception for use as an XMLRPC fault response. Valid exception classes that may be used for generating the fault code and fault string can be attached using attachFaultException(); all others use a generic '404 Unknown error' response.
You may also attach fault observers, which would allow you to monitor particular fault cases; this is done via attachObserver(). Observers need only implement a static 'observe' method.
To allow method chaining, you may use the getInstance() factory to instantiate a Zend_XmlRpc_Server_Fault.
Located in /XmlRpc/Server/Fault.php (line 50)
Zend_XmlRpc_Fault | --Zend_XmlRpc_Server_Fault
Inherited from Zend_XmlRpc_Fault
Zend_XmlRpc_Fault::$_code
Zend_XmlRpc_Fault::$_encoding
Zend_XmlRpc_Fault::$_internal
Zend_XmlRpc_Fault::$_message
Attach valid exceptions that can be used to define xmlrpc faults
Attach an observer class
Allows observation of xmlrpc server faults, thus allowing logging or mail notification of fault responses on the xmlrpc server.
Expects a valid class name; that class must have a public static method 'observe' that accepts an exception as its sole argument.
Detach fault exception classes
Detach an observer
Return Zend_XmlRpc_Server_Fault instance
Constructor
Retrieve the exception
Inherited From Zend_XmlRpc_Fault
Zend_XmlRpc_Fault::__construct()
Zend_XmlRpc_Fault::getCode()
Zend_XmlRpc_Fault::getEncoding()
Zend_XmlRpc_Fault::getMessage()
Zend_XmlRpc_Fault::isFault()
Zend_XmlRpc_Fault::loadXml()
Zend_XmlRpc_Fault::saveXml()
Zend_XmlRpc_Fault::setCode()
Zend_XmlRpc_Fault::setEncoding()
Zend_XmlRpc_Fault::setMessage()
Zend_XmlRpc_Fault::__toString()
Documentation generated on Mon, 21 Jun 2010 15:22:07 -0400 by phpDocumentor 1.4.3