The mx.rpc package contains the RPC classes.
| Interface | Description | |
|---|---|---|
| IResponder | This interface provides the contract for any service that needs to respond to remote or asynchronous calls. |
| Class | Description | |
|---|---|---|
| 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 |
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/livecycle/es/sdkHelp/common/langref/mx/rpc/package-detail.html