| Name | Description | Type | Package | Framework |
| CopyCommand | Copy a specified literal value, or a context attribute stored under the fromKey (if any), to the toKey. | Class | org.apache.commons.chain.generic | Apache Commons |
| DispatchCommand | An abstract base command which uses introspection to look up a method to execute. | Class | org.apache.commons.chain.generic | Apache Commons |
| DispatchLookupCommand | This command combines elements of the LookupCommand with the DispatchCommand. | Class | org.apache.commons.chain.generic | Apache Commons |
| LookupCommand | Look up a specified Command (which could also be a in a Catalog, and delegate execution to it. | Class | org.apache.commons.chain.generic | Apache Commons |
| RemoveCommand | Remove any context attribute stored under the fromKey. | Class | org.apache.commons.chain.generic | Apache Commons |