IBM Integration Bus, Version 9.0.0.8 Operating Systems: AIX, HP-Itanium, Linux, Solaris, Windows, z/OS

See information about the latest product version

User-defined extensions overview

A user-defined extension is an optional component that you design and create to extend the functionality of IBM® Integration Bus.

You can create the following types of user-defined extension:

The user-defined nodes and parsers that you create can be used with the nodes and parsers supplied with the product, and with nodes and parsers that are supplied by other vendors. You can configure a user-defined node to use a user-defined parser.

You can write user-defined exits and parsers only in the C programming language. You can write user-defined nodes in the C or the Java™ programming languages, or you can use a subflow as a user-defined node. You must compile user-defined nodes and parsers that are written in C into a loadable implementation library (LIL), and user exits that are written in C into a loadable exit library (LEL): that is, a shared library on Linux and UNIX systems, or a dynamic link library (DLL) on Windows systems. You must package user-defined nodes that are written in Java as a JAR file. You must import any user-defined nodes that you create into the IBM Integration Toolkit before you can use them.

The samples on the start screen of the IBM Integration Toolkit has examples of user-defined nodes and parsers. Look at the following sample for an example of how a node is created and used.

You can view information about samples only when you use the product documentation that is integrated with the IBM Integration Toolkit or the online product documentation. You can run samples only when you use the product documentation that is integrated with the IBM Integration Toolkit.

To achieve platform independence, use the ANSI standard C or Java programming languages, and avoid platform-specific code in your user-defined extension.

The related links help you to understand how your user-defined extensions interact with other components of IBM Integration Bus, such as message flows and integration servers. A good understanding of the broker architecture helps you to plan and construct user-defined extensions more effectively.


as01380_.htm | Last updated Friday, 21 July 2017