Interfaces
 InterfaceDescription
 IBusinessDelegate Defines a business delegate.
 IBusinessDelegateAware Implemented by objects that requires a reference to an IBusinessDelegate instance.
 IBusinessDelegateFactory Defines a business delegate factory.
 IDataTranslator Defines a generic data translator object
 IDataTranslatorAware Implemented by objects that need a reference to an IDataTranslator instance.
Classes
 ClassDescription
 AbstractBusinessDelegate AbstractBusinessDelegate acts as a base class for business delegates.
 AbstractDataTranslatorAwareBusinessDelegate Abstract implementation of a business delegate that can be assigned an IDataTranslator instance to do some initial data conversion before the delegate's result is sent back to it's initial responder.
 BusinessDelegateFactory Business delegate factory.
 CairngormServiceLocator Allows programmatic manipulation of the services inside Cairngorm's ServiceLocator.
 ModuleServiceLocator dynamic subclass of the ServiceLocator that does not have the getInstance() singleton method, use the scope="singleton" attribute in your Spring Actionscript configuration instead to make sure only one instance fo the ModuleServiceLocator will be instantiated.