Package totalcross.xml.rpc

Remote procedure call client

See:
          Description

Class Summary
CompressedHttpClient  
StandardHttpClient Provides client-side HTTP communication
XmlRpcClient Handles XML-RPCs to a server.
XmlRpcContentHandler Methods here are called by the xml parser used in XmlRpcClient
XmlRpcValue Used to represent an XML-RPC value while a request is being parsed.
XmlWriter Correctly formats Strings in xml syntax Currently only supports ISO-8859-1 encoding of XML.
 

Exception Summary
XmlRpcException Used to alert user of xml-rpc errors
 

Package totalcross.xml.rpc Description

Remote procedure call client