The mx.rpc package contains the RPC classes.
Interfaces
| Interface | Description |
| IResponder |
This interface provides the contract for any service
that needs to respond to remote or asynchronous calls. |
Classes
| Class | Description |
| 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. |
| AsyncResponder |
This class provides an RPC specific implementation of mx.rpc.IResponder. |
| AsyncToken |
This class provides a place to set additional or token-level data for
asynchronous RPC operations. |
| Fault |
Object that represents a fault in a remote procedure call (RPC) service
invocation. |
| Responder |
This class provides a default implementation mx.rpc.IResponder
|
© 2004-2007 Adobe Systems Incorporated. All rights reserved.
Fri Feb 15 2008, 4:20 AM GMT-08:00