WebSphere Message Broker, Version 8.0.0.7
Operating Systems: AIX, HP-Itanium, Linux, Solaris, Windows, z/OS
See information about the latest product version
See information about the latest product version
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:
- A set of implementation functions that provide the functionality of the user-defined parser. These functions are called by the broker. 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 broker or request a service of the broker. 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: