The mx.rpc package contains the RPC classes.
Interfaces
| | Interface | Descrição |
| | IResponder |
This interface provides the contract for any service
that needs to respond to remote or asynchronous calls. |
Classes
| | Classe | Descrição |
| | 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. |
| | 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 an remote procedure call (RPC) service
invocation. |
| | Responder |
This class provides a default implementation mx.rpc.IResponder
|
© 2004-2007 Adobe Systems Incorporated. All rights reserved.
Thu Nov 1 2007, 4:56 AM GMT-07:00