IBM BPM, V8.0.1, All platforms > Authoring services in Integration Designer > Services and service-related functions > Access external services with adapters > Configure and using adapters > IBM WebSphere Adapters > Adapter Toolkit > Implementing code from the IBM WebSphere Adapter Toolkit > Outbound support > Use command patterns

Implementing Command Manager

You implement commands for each type of operation supported by the adapter, a command factory to support instances of each operation, and calls to the Command Manager.

You will need to implement the following:

  1. Command implementations for each command type ("Retrieve", "RetrieveAll", "Create", "Update", "Delete", and "NoOperation").

  2. A command factory implementation that will create instances of these EIS-specific commands.

  3. An implementation of Interaction.doExecute() that calls the Command Manager.

Use command patterns