Node and parser utility functions

WebSphere Business Integration Message Broker provides some additional utilities that user-defined nodes and parsers can use. These are:
  • Exception handling and logging
  • Character representation handling

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

The following exception handling and logging functions are provided for use by a user-defined node or parser.

cciGetLastExceptionData
cciLog
cciRethrowLastException
cciThrowException

The following utilities help you convert between WebSphere Business Integration Message Broker's internal processing code (in UCS-2) and file code (for example, ASCII).

cciMbsToUcs
cciUcsToMbs