Developing applications using the IBM Integration API: Example code
Examples of IBM® Integration API code for common tasks, to help you write your own Java™ code to develop message flow applications or modify user-defined patterns.
About this task
The IBM Integration
API uses
the com.ibm.broker.appdev.*
classes in the IntegrationAPI.jar file.
The following topics show examples of Java code that you can use to complete common tasks:
Procedure
- Loading an existing message flow into memory
- Renaming a node
- Adding a node and a subflow node
- Setting the position of a node
- Copying a node
- Removing a node
- Adding connections between nodes
- Adding and connecting user-defined nodes
- Removing connections between nodes
- Creating or changing user-defined properties
- Changing pattern parameter values
- Reading table values
- Creating ESQL modules
- Renaming a message flow
- Updating filter tables on Route nodes
- Running PHP code
- Saving a message flow file from memory