This topic describes how to generate reference bindings for the
ALE inbound sample application.
Steps for this task
- In the Business Integration
Perspective of WebSphere® Integration
Developer, right-click the ALECustomerInbound SCA module, and select . The Assembly Diagram window appears with
the module’s Export component in view.
- To create a new component, click the top-most icon in the left-side
(vertical) frame of the Assembly Diagram Window. A new menu of icons appears.
- Click the top-most icon in the new menu of icons (it has hover-help
that reads “Component (with no implementation type)”). The
cursor changes to the placement icon.
- Click the palette to add the new component to the Assembly Diagram
window.
- Click and drag the module’s Export component to the new component. This draws a wire from the Export component to the new component
and displays the Add Wire window.
- In the Add Wire window, click OK.
- Right-click the new component and select . This creates a Java™ component that will act as an endpoint.
- In the Generate Implementation window, select
the package in which the Java code will be created and click OK. A Java file in an editor window appears.
- Edit the Java file. For example, you
may wish to write code to print trace and log messages.
- Save the Java file.
What to do next
The reference bindings across components in the module are generated.
Now you can export the project to the sample application .EAR file.