WebSphere Message Broker™ V8.0.0.0 .NET Plugin Node API
NBBitStreamControl Enumeration
NamespacesIBM.Broker.PluginNBBitStreamControl
SUMMARY
The NBBitStreamControl enum represents the allowed control options which are used when parsing or writing (between a bitstream and a structure in the logical view of the message).
Declaration Syntax
C#Visual BasicVisual C++F#
public enum NBBitStreamControl
Public Enumeration NBBitStreamControl
public enum class NBBitStreamControl
type NBBitStreamControl
Members
MemberDescription
ValidateDeferred This option requests deferred validation.

This option belongs to Group 4: Validation Timing Options.


ValidateImmediate This option requests immediate validation.

This option belongs to Group 4: Validation Timing Options.


ValidateComplete This option requests complete validation.

This option belongs to Group 4: Validation Timing Options.


ValidateUserTrace This option requests validation failures are logged to UserTrace.

This option belongs to Group 3: Validation Failure Options.


ValidateLocalError This option requests validation failures are logged.

This option belongs to Group 3: Validation Failure Options.


ValidateException This option requests validation failures are thrown as an exception.

This option belongs to Group 3: Validation Failure Options.


ValidateExceptionList This option requests validation failures are sent to the ExceptionList.

This option belongs to Group 3: Validation Failure Options.


ValidateNone This option requests no validation is performed.

This option belongs to Group 2: Validation Options.


ValidateContent This option requests validation of the message content.

This option belongs to Group 2: Validation Options.


ValidateValue This option requests validation of the message values.

This option belongs to Group 2: Validation Options.


ValidateContentAndValue This option requests validation of the message content and values.

This option belongs to Group 2: Validation Options.


EmbeddedBitStream This option requests parsing or serializing of a message with defaults for ccsid and encoding.

This option belongs to Group 1: Bitstream Options.


FolderBitStream This option requests parsing or serializing of a message from the current element (folder).

This option belongs to Group 1: Bitstream Options.


RootBitStream This option requests parsing or serializing of an entire message tree.

This option belongs to Group 1: Bitstream Options.


Remarks
Only one option from each of the groups 1 - 4 can be specified, with the exception of ValidateValue and ValidateContent, which can be used together to obtain the content and value validation. If you do not specify an option within a group, the option with the zero value from that group is used.

See the topic "Validation properties" in the Infocenter (topic: ac18870) for more details.

Assembly: IBM.Broker.Plugin (Module: IBM.Broker.Plugin) Version: 8.0.0.0