< Previous | Next >

Creating the GenericToSpecific interface map

All of the mapped operations, parameters and business object maps in this interface map.

  1. In the Business Integration perspective, expand BankModule.
  2. Open the Assembly Editor by double-clicking on the BankModule assembly icon Assembly diagram icon
  3. Right-click the GenericToSpecific node GenericToSpecific.
  4. From the pop-up menu, select Generate Implementation.The Generate Implementation window opens.
  5. In the navigation tree, expand BankModule > com > emerged > bank.
  6. Click OK.The interface mapping editor opens. The source interface on the left is the generic BankInterface from eMergedLibrary. The target interface on the right is the specific BankInterface from BankModule.
  7. Click on the source interface's createCustomer operation on the left, grab the wire handle and connect it to the target interface's createCustomer operation
    Source interface in interface mapping editor
  8. Connect the remaining operations as shown in the following figure.

    GenericToSpecific interface map

We will now specify the parameter mappings for the operations that we connected.

Feedback
(C) Copyright IBM Corporation 2005, 2006. All Rights Reserved.
< Previous | Next >