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

SQL Anywhere 10.0.1 » QAnywhere » QAnywhere Java API Reference » ianywhere.qanywhere.ws package » Class WSBase

setQAManager method Next Page

setRequestProperty method


Synopsis

void ianywhere.qanywhere.ws.WSBase.setRequestProperty(
String name,
Object value
)

Parameters
Remarks

Sets a request property for webservice requests made by this Class WSBase.

A request property is set on each QAMessage that is sent by this WSBase, until the property is cleared. A request property is cleared by setting it to a null value. The type of the message property is determined by the class of the value parameter. For example, if value is an instance of Integer, then setIntProperty is used to set the property on the QAMessage.