The CreateAfterFromBitStream method creates as the next sibling a new NBElement and its hierarchy which is populated using the given BitStream, Parser, encoding, ccsid, messageSet, messageType and messageFormat.
Namespace: IBM.Broker.PluginAssembly: IBM.Broker.Plugin (in IBM.Broker.Plugin.dll) Version: 9.0.0.0
Syntax
Parameters
- bitStream
- Type:
System Byte
The bit stream to be parsed and added to the element tree.
- parserName
- Type:
System String
The name of the parser class to use to parse the bit stream.The same parser must be used to parse the whole bit stream.Remarks
- encoding
- Type:
System Int32
The encoding to use when parsing the bit stream.A special value of 0 may be supplied to indicate that the queue manager's encoding should be used.Remarks
- ccsid
- Type:
System Int32
The coded character set identifier to use when parsing the bit stream.This parameter is mandatory. A special value of 0 may be supplied to indicate that the queue manager's ccsid should be used.Remarks
- messageSet
- Type:
System String
The message set definition used to create the element tree from the bit stream.A value of null will cause this parameter to be ignored.Remarks
- messageType
- Type:
System String
The message type definition used to create the element tree from the bit stream.A value of null will cause this parameter to be ignored.Remarks
- messageFormat
- Type:
System String
The message format definition used to create the element tree from the bit stream.A value of null will cause this parameter to be ignored.Remarks
Return Value
Type: NBElementThe NBElement which is created.
See Also