createBinaryMessage method

Syntax
QABinaryMessage QAManagerBase.createBinaryMessage()
throws QAException
Throws
  • Thrown if there is a problem creating the message.

Remarks

Creates a QABinaryMessage object.

A QABinaryMessage object is used to send a message containing a message body of uninterpreted bytes.

See Also

QABinaryMessage interface

Returns

A new QABinaryMessage instance.