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 node utility functions
A user-defined node created in the C programming language can create or define broker objects, such as node factories, nodes, and terminals by using system-provided functions.
Functions are also provided to send messages to an output terminal for propagation to connected nodes, and to examine message content.
These utility functions are called by the node, and implemented by the broker.
- Initialization and resource creation
- Message management
- Message buffer access
-
- cniBufferByte
- cniBufferPointer
- cniBufferSize
- cniSetInputBuffer (for input nodes only)
- cniWriteBuffer
- Syntax element navigation
- Syntax element access
-
- cniAddAfter
- cniAddBefore
- cniAddasFirstChild
- cniAddasLastChild
- cniCopyElementTree
- cniCreateElementAfter
- cniCreateElementAfterUsingParser
- cniCreateElementBefore
- cniCreateElementBeforeUsingParser
- cniCreateElementAsFirstChild
- cniCreateElementAsFirstChildUsingParser
- cniCreateElementAsLastChild
- cniCreateElementAsLastChildFromBitstream
- cniCreateElementAsLastChildUsingParser
- cniDetach
- cniElementAsBitstream
- cniElementName
- cniElementNamespace
- cniElementType
- cniElementValue group
- cniElementValueState
- cniElementValueType
- cniElementValueValue
- cniGetParserClassName
- cniSetElementName
- cniSetElementNamespace
- cniSetElementType
- cniSetElementValue group
- cniSetElementValueValue
- SQL statement handling
- Miscellaneous