The two sets of functions are:
- 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.
- 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: