The mx.data.messages package contains the messages used with the Flex Data Management Service.
| Class | Description | |
|---|---|---|
| DataAssociationMessage | This message is used to add and remove associations between objects managed by different data services. | |
| DataErrorMessage | Special cases of ErrorMessage will be sent when a data conflict occurs. | |
| DataMessage | This message is used to transport an operation that occured on a managed object or collection. | |
| PagedMessage | This messsage provides information about a partial sequence result. | |
| SequencedMessage |
Clients receive this message in response to DataService.fill()
request. |
|
| UpdateCollectionMessage | This message is used to establish consistency between the remote sequence and the corresponding local collection. |