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


Node and parser factory behavior

The node factory and the parser factory assume roles in declaring a message flow node to the integration node 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 message flow nodes, and a parser factory can identify many parsers.

When the integration node loads the LIL, it calls the following functions:

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

  1. cniCreateNodeFactory

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

  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 integration node calls the following functions:

  1. cpiCreateParserFactory

    This function creates a single instance of the named parser factory in the integration node.

  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 2015-05-28 20:51:51