| Class Summaries |
|---|
| ArgumentNullException | An Error that is thrown when at least one argument passed to a method is null
but is not allowed to be null. |
| Connection | Manages network communication for an XML-RPC Service Class. |
| PendingCall | The PendingCall is returned by any Service Class remote method. |
| RelayResponder2 | An 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). |
| Serializer | Performs the task of serializing method calls into XML-RPC format, and deserializing result
XML-RPC messages into ActionScript objects. |
| Service | Represents an XML-RPC service which provides one or more remote methods. |
| ServiceBase | Base (super) class for XML-RPC services. |
| ServiceMethod | Essentially 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. |
| UrlUtility | Utility class with methods for manipulating urls. |
| XmlRpcFault | mc.rpc.Fault subclass which is returned to a Fault event handler method when an XML-RPC
remote method call fails. |