com.probertson.xmlrpc Overview
Class Summaries
ConnectionManages network communication for an XML-RPC Service Class
PendingCallThe PendingCall is returned by any Service Class remote method. 
SerializerPerforms the task of serializing method calls into XML-RPC format, and deserializing result XML-RPC messages into ActionScript objects. 
ServiceRepresents an XML-RPC service which provides one or more remote methods. 
ServiceBaseBase (super) class for XML-RPC services. 
ServiceMethodEssentially represents a single remote method of a service, and acts as a go-between for Service Class instances and PendingCall Class instances, to keep a reference to a customer Responder. 
XmlRpcFaultmc.rpc.Fault subclass which is returned to a Fault event handler method when an XML-RPC remote method call fails. 


Interface Summaries
IXmlRpcStructInterface that marks a class as an XML-RPC struct, allowing it to be passed as a parameter to Service Class method calls. 



Documentation generated by BLDoc Community Edition from B-Line Express.