Interfaces
 InterfaceDescription
 ICommandFactory Implemented by factory objects that are capable of creating ICommand instances.
 ICommandFactoryRegistry Describes an object that can manage a list of ICommandFactory instances and can look up the appropriate factory for a specified command class.
 ICommandFactoryRegistryAware 
 IResponderCommandFactory Implemented by objects that can create ICommand instances and configure them with the IBusinessDelegateFactory instances added with the addBusinessDelegateFactory method.
Classes
 ClassDescription
 AbstractResponderCommand Base class for command classes that can act as a responder for their assigned business delegate.
 CommandFactory ICommandFactory implementation that is capable of creating commands that implements the ICommand interface.
 CommandProxy 
 DefaultCommandFactoryRegistry

Default implementation of the ICommandFactoryRegistry interface.

 ResponderCommandFactory ICommandFactory implementation that is capable of creating commands that implements the ICommand interface.