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

SQL Anywhere 11.0.1 (中文) » QAnywhere » QAnywhere 参考 » QAnywhere Java API 参考 » 用于 Web 服务的 QAnywhere Java API » WSBase 类

 

WSBase 方法

语法
 WSBase.WSBase(
  String iniFile
)
throws WSException
参数
  • iniFile   包含配置属性的文件。

抛出条件
  • 如果构造 WSBase 时存在问题,则抛出。

注释

配置属性文件的构造函数。

有效配置属性有:

  • LOG_FILE   记录运行时信息的文件。

  • LOG_LEVEL   介于 0 到 6 之间的值,用于控制所记录信息的详细程度,6 表示详细程度最高。

  • WS_CONNECTOR_ADDRESS   MobiLink 服务器中 Web 服务连接器的地址。缺省 WS_CONNECTOR_ADDRESS 是 "ianywhere.connector.webservices\\"。