All of the mapped operations, parameters and business object maps
in this interface map.
- In the Business Integration perspective, expand BankModule.
- Open the Assembly Editor by double-clicking on the BankModule
assembly icon

- Right-click the GenericToSpecific node
.
- From the pop-up menu, select Generate Implementation.The Generate
Implementation window opens.
- In the navigation tree, expand BankModule > com > emerged
> bank.
- 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.
- 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

- Connect the remaining operations as shown in the following figure.

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