Configuration tags for the Messaging Framework



Classes
 ClassDescription
 AbstractCommandObserverDecorator Abstract base class for methods that wish to be invoked after completion of asynchronous commands.
 AbstractMessageReceiverDecorator Abstract base class for decorators used for message receivers that offer the attributes type, selector and order.
 CommandDecorator Represents a Metadata, MXML or XML tag that can be used on methods which wish to execute asynchronous commands triggered by messages.
 CommandErrorDecorator Represents a Metadata, MXML or XML tag that can be used on methods which wish to be invoked when a matching asynchronous command execution finished with an error.
 CommandResultDecorator Represents a Metadata, MXML or XML tag that can be used on methods which wish to be invoked when the result of a matching asynchronous command execution has been received.
 CommandStatusDecorator Represents a Metadata, MXML or XML tag that can be used on properties that serve as a flag for indicating whether any matching asynchronous command is currently active.
 DynamicCommandTag Represents the root DynamicCommand tag for an object definition in MXML or XML configuration.
 ManagedEventsDecorator Represents a Metadata, MXML or XML tag that can be used on classes that dispatch events that should be dispatched through Parsleys central message router.
 MessageBindingDecorator Represents a Metadata, MXML or XML tag that can be used on properties which wish to be bound to a property value of a particular message type dispatched through Parsleys central message router.
 MessageConfirmationTag Utility tag for convenient declaration of a confirmation dialog that opens in response to a message and only proceeds when the user clicks Yes.
 MessageDispatcherDecorator Represents a Metadata, MXML or XML tag that can be used on properties where a message dispatcher function should be injected.
 MessageErrorDecorator Represents a Metadata, MXML or XML tag that can be used on methods that want to handle errors that were thrown by a regular message target or an interceptor.
 MessageHandlerDecorator Represents a Metadata, MXML or XML tag that can be used on methods which wish to handle messages dispatched through Parsleys central message router.
 MessageInterceptorDecorator Represents a Metadata, MXML or XML tag that can be used on methods that want to intercept messages of a particular type dispatched through Parsleys central message router.