| | Class | Description |
| | AIRConnection | |
| | AsyncResponder |
Simple responder class, extends IResponder, calls the success or fault functions with data or data from an event,
used in all calls to the salesforce API. |
| | Connection |
Main Salesforce ActionScript Connection object:
query, create, update and delete Salesforce Database objects from ActionScript Flex2 applications. |
| | QueryResultIterator |
Simple interface to combine query() and queryMore() when traversing large query return sets. |
| | Util |
Utility Date routines to transform UTC dates from their SOAP style to and from Action Script dates and date times
|