The mx.messaging package contains the messaging classes used with Flex Data Services.
| Class | Description | |
|---|---|---|
| Channel | The Channel class is the base message channel class that all channels in the messaging system must extend. | |
| ChannelSet | The ChannelSet is a set of Channels that are used to send messages to a target destination. | |
| Consumer | A Consumer subscribes to a destination to receive messages. | |
| MessageAgent |
The MessageAgent class provides the basic low-level functionality common to
message handling for a destination.
Note: For advanced use only. |
|
| MessageResponder | The MessageResponder class handles a successful result or fault from a message destination. | |
| Producer | A Producer sends messages to a destination. |