Components How to
Websphere Integration Developer v612
Related links
Table of Contents
How to add a Component/Node to a Business Module
How to add a Component/Node to a Mediation Module
How to generate a component's implementation
How to wire components/nodes
How to add a Component to a Business Module
Related links | |
Business Module Components
This is an example of components added to a business module.
There are several ways to add a component to a business module:
| |
Add a component by selecting a component from the palette
Select a component from the palette by selecting it and dragging/dropping it into the Assembly editor canvass.
The diagram on the right shows all the components that you can add to a business module. | |
Add a component by Right-clicking inside the Assembly Diagram
Right-click inside the Assembly Diagram and select Add > Component???
You can add the same components that you see in the pallette above. | |
Adding a component by Dragging an interface
You can add the following components:
| |
A Component is added
The attributes of the component added depends on how you added the component.
The component created using the component pallette or by right-clicking inside the assemly diagram does not have an interface. You have to add an interface as an extra step.
The component created by dragging an interface includes the interface that you dragged.
| Component created via Component pallette and right-clicking
Component created by dragging an interface |
How to add a Component to a Mediation Module
Related links | |
Mediation Module Components
This is an example of components added to a mediation module.
There are several ways to add a component to a mediation module:
| |
Add a component by selecting a component from the palette
Select a component from the palette by selecting it and dragging/dropping it into the Assembly editor canvass.
The diagram on the right shows all the components that you can add to a mediation module.
| |
Add a component by Right-clicking inside the Assembly Diagram
Right-click inside the Assembly Diagram and select Add > Component???
You can add the same components that you see in the pallette above. | |
Adding a component by Dragging an interface
You can add the following components:
| |
A Component is added
The attributes of the component added depends on how you added the component.
The component created using the component pallette or by right-clicking inside the assemly diagram does not have an interface. You have to add an interface as an extra step.
The component created by dragging an interface includes the interface that you dragged.
| Component created via Component pallette and right-clicking
Component created by dragging an interface |
How to wire components
Related links | |||
Unwired components
Do the following steps below to wire these components. | |||
Display the wire handle
Hover the mouse near the edge of a component (i.e StockQuoteService) to display the wire.
Click on the wire handle to drag it to another component. | |||
Drag and Drop the wire handle
Drag the wire handle to another component (i.e StockQuote_MediationFlow) and drop it on that component. | |||
Add export interface to the target
When you wire an export component (i.e, StockQuoteService) to another component (i.e StockQuote_MediationFlow), the service interface from the export will be added to the target.
Click OK to continue.
Note: An export component (i.e StockQuoteService) can only be a 'Source' of a wire. An export component can never be a wire target.
An import component, on the other hand, can only be a 'Target' of a wire. An import component can never be a wire source. | | ||
Create matching Reference
When you wire a regular component (i.e StockQuote_MediationFlow) to another component (import or non-export component), a matching reference will be created on the source.
Click OK to continue. | |||
Wired components
The components are wired.
|
|
How to generate a component's Implementation
Related links | |
Select an implementation type
Right-click the component and select Generate Implementation... > Process.
Note: You have 5 implementation types to choose from. Select the required implementation type.
| |
Select the folder
Click OK if this is the required folder. Otherwise, click New Folder... and specify another folder. | |
A Default Business Process Implementation
|
No comments:
Post a Comment