C language user-defined parser API

The C language user-defined parser API consists of two complementary sets of functions that you can use to define the function of your parser.

The two sets of functions are:
  1. A set of implementation functions that provide the functionality of the user-defined parser. These functions are called by the integration node. Most implementation functions are mandatory and, if not supplied by the developer, cause an exception at run time.
  2. A set of utility functions that create resources in the integration node or request a service of the integration node. These utility functions can be called by a user-defined parser.

These functions are defined in the BipCpi.h header file.

This section covers the following topics: