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 parser implementation functions
A user-defined parser implements its capability through a function interface which is called by the broker during runtime operation. This interface includes functions to create and delete all local context storage that is associated with a parser object and the parsing operations.
Some implementation functions are mandatory, and must be implemented when you develop your own parser. Other functions are optional, or conditional.
- Mandatory functions
- Optional and conditional functions