The mx.rpc package contains the RPC classes.



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 an remote procedure call (RPC).
 AbstractOperation The AbstractOperation class represents an is 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 Object that represents a fault in an remote procedure call (RPC) service invocation.