100 const ConnectionScheme = ...;
112 constructor(
string name,
string description,
string url, hash<auto> attributes = {}, hash<auto> options = {})
148 Qore::Xml::XmlRpcClient
getImpl(
bool connect = True, *hash<auto> rtopts);
string getType()
returns "xmlrpc"
constructor(string name, string description, string url, hash< auto > attributes={}, hash< auto > options={})
creates the XmlRpcConnection object
Qore::Xml::XmlRpcClient getImpl(bool connect=True, *hash< auto > rtopts)
returns a Qore::Xml::XmlRpcClient object
constructor(hash< auto > config, *hash< auto > attr)
Creates the object from the arguments.
hash< ConnectionSchemeInfo > getConnectionSchemeInfoImpl()
Returns the ConnectionSchemeInfo hash for this object.
the XmlRpcConnection namespace contains all the definitions in the XmlRpcConnection module
Definition XmlRpcConnection.qm.dox.h:83