Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.0 » QAnywhere » QAnywhere API Reference » QAnywhere Java API reference » ianywhere.qanywhere.client package » Interface QAManagerBase

 

createBinaryMessage method

Syntax
QABinaryMessage ianywhere.qanywhere.client.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

Interface QABinaryMessage

Returns

A new QABinaryMessage instance.