PHPXMLRPC (original) (raw)
Table of Contents
Classes
In the unlikely event that you are not using Composer to manage class autoloading, here's an autoloader for this lib.
Used to represent a client of an XML-RPC server.
A helper class to easily convert between Value objects and php native values.
To be used when throwing exceptions instead of returning Response objects (future API?)
To be used for all errors related to parsing HTTP requests and responses
Base exception for errors thrown by the server while trying to handle the requests, such as errors with the dispatch map
Base exception for errors while parsing xml-rpc requests/responses: charset issue, xml issues, xml-rpc issues
Base exception for errors thrown by the server while trying to handle the requests, such as errors with the dispatch map
Exception thrown when an object is in such a state that it can not fulfill execution of a method
To be used for all errors related to the transport, which are not related to specifically to HTTP. Eg: can not open socket
Exception thrown when an argument passed to a function or method has an unsupported type
Exception thrown when an argument passed to a function or method has an unsupported value (but its type is ok)
Base exception for errors while parsing xml-rpc requests/responses: charset issue, xml issues, xml-rpc issues
Base exception for errors while parsing xml-rpc requests/responses: charset issue, xml issues, xml-rpc issues
Helps to convert timestamps to the xml-rpc date format.
A helper dedicated to support Interoperability features
Deals with parsing the XML.
Manages global configuration for operation of the library.
This class provides the representation of a request to an XML-RPC server.
This class provides the representation of the response of an XML-RPC server.
Allows effortless implementation of XML-RPC servers
This class enables the creation of values for XML-RPC, by encapsulating plain php values.
PHPXMLRPC "wrapper" class - generate stubs to transparently access xml-rpc methods as php functions and vice-versa.