Interfaces
 InterfaceDescription
 IResponder This interface provides the contract for any service that needs to respond to remote or asynchronous calls.
Classes
 ClassDescription
 AbstractInvoker An invoker is an object that actually executes a remote procedure call (RPC).
 AbstractOperation The AbstractOperation class represents an individual method on a service.
 AbstractService The AbstractService class is the base class for the WebService and RemoteObject classes.
 AsyncRequest The AsyncRequest class provides an abstraction of messaging for RPC call invocation.
 AsyncToken This class provides a place to set additional or token-level data for asynchronous RPC operations.
 Fault The Fault class represents a fault in a remote procedure call (RPC) service invocation.
 Responder This class provides a default implementation mx.rpc.IResponder