| | Class | Description |
| | AsyncCommandInvoker |
AsyncCommandInvoker allows calling the execute method
on the newly created EventDispatcher object or in the instance if
one is provided. |
| | AsyncMethodInvoker |
AsyncMethodInvoker allows to calling an asynchronous function specified in the method
attribute on the newly created EventDispatcher object or in the instance if that is provided. |
| | CommandInvoker |
The CommandInvoker tag is very similar to the MethodInvokerr tag, but limited. |
| | DelegateInvoker |
The DelegateInvoker can be used with any method that returns an AsyncToken. |
| | EventAnnouncer |
EventAnnouncer allows you to dispatch events from a IActionList. |
| | HTTPServiceInvoker |
The HTTPServiceInvoker tag is used to create an HTTP Service instance and make a GET or
POST request to that service. |
| | MethodInvoker |
When placed inside a IActionList tag and the list is executed,
MethodInvoker will create an object of the class specified in the generator attribute. |
| | ObjectBuilder |
ObjectBuilder is the base class for all the classes that use the generator property
to create instances. |
| | PropertySetter |
PropertySetter will create an object of the class specified
in the generator attribute. |
| | RemoteObjectInvoker |
The RemoteObjectInvoker tag is used to create a RemoteObject instance and call
a method on the object created. |
| | ResponseAnnouncer |
The ResponseAnnouncer tag is placed inside a IActionList, so that when an object dispatches an event,
and the list runs, this tag will allow you to send responses directly to the object that dispatched the event. |
| | ServiceInvoker |
ServiceInvoker is the base class for the following service actions:
- RemoteObjectInvoker
- HTTPServiceInvoker
- WebServiceInvoker
|
| | ServiceInvokerBuilder |
This base ServiceInvokerBuilder class is very similar
to AbstractServiceInvoker with the difference that it
also supports the IBuilder interface that will allow
creating an object using a generator class. |
| | ServiceResponseAnnouncer |
The ServiceResponseAnnouncer tag is placed inside a IActionList, so that when an object dispatches an event,
and the list runs, this tag will allow you to send responses directly to the object that dispatched the event. |
| | WebServiceInvoker |
The WebServiceInvoker tag allows you to create a Web Service (mx.rpc.soap.mxml.WebService)
in your IActionList and call a method on that web service, in one step. |