| Class Summaries |
|---|
| Connection | Manages network communication for an XML-RPC Service Class. |
| PendingCall | The PendingCall is returned by any Service Class remote method. |
| 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. |
| XmlRpcFault | mc.rpc.Fault subclass which is returned to a Fault event handler method when an XML-RPC
remote method call fails. |