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

Node and parser factory behavior

The node factory and the parser factory assume roles in declaring a node to the broker or defining a parser.

Each loadable implementation library (LIL) has one node factory, or one parser factory, or has both. A node factory can identify many nodes, and a parser factory can identify many parsers.

When the broker loads the LIL, it calls the following functions:

Before the node factory is returned, the broker calls the following functions:

  1. cniCreateNodeFactory

    This function creates a single instance of the node factory in the broker.

  2. cndDefineNodeClass

    This function defines the name of a node class that a node factory supports, and identifies the nodes that the node factory can create.

Before the parser factory is returned, the broker calls the following functions:

  1. cpiCreateParserFactory

    This function creates a single instance of the named parser factory in the message broker.

  2. cpiDefineParserClass

    This function defines the name of a parser class that a parser factory supports, and identifies the parsers that the factory can create.

See the following topics for information on these functions:

as24984_.htm | Last updated Friday, 21 July 2017