Overview
Class Summaries
ArgumentNullExceptionAn Error that is thrown when at least one argument passed to a method is null but is not allowed to be null. 
ConnectionManages network communication for an XML-RPC Service Class
PendingCallThe PendingCall is returned by any Service Class remote method. 
RelayResponder2An alternative to mx.rpc.RelayResponder, with stricter type safety and better scope control because the result function and fault function are typed as Function rather than String (as in the original). 
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. 
UrlUtilityUtility class with methods for manipulating urls. 
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.