Classes, interfaces, and traits

Zend_XmlRpc_Client

An XML-RPC client implementation

« More »

Zend_XmlRpc_Client_Exception

Base class for all Zend_XmlRpc_Client_* exceptions

« More »

Zend_XmlRpc_Client_FaultException

Thrown by Zend_XmlRpc_Client when an XML-RPC fault response is returned.

« More »

Zend_XmlRpc_Client_HttpException

Thrown by Zend_XmlRpc_Client when an HTTP error occurs during an XML-RPC method call.

« More »

Zend_XmlRpc_Client_IntrospectException

Thrown by Zend_XmlRpc_Client_Introspection when any error occurs.

« More »

Zend_XmlRpc_Client_ServerIntrospection

Wraps the XML-RPC system.* introspection methods

« More »

Zend_XmlRpc_Client_ServerProxy

The namespace decorator enables object chaining to permit calling XML-RPC namespaced functions like "foo.bar.baz()" as "$remote->foo->bar->baz()".

« More »