Constructor
new Service()
Members
name :String
服务名称。
Type:
- String
url :String
服务地址。
Type:
- String
userid :String
用户名。
Type:
- String
version :String
服务版本号。
Type:
- String
Methods
failFn(operate)
服务操作失败响应回调函数。
Parameters:
Name | Type | Description |
---|---|---|
operate |
Object | 失败的操作类型。 |
getCapabilities(successFn, failFn)
获取服务能力描述信息,由子类实现。
Parameters:
Name | Type | Description |
---|---|---|
successFn |
function | 请求成功的回调函数。 |
failFn |
function | 请求失败的回调函数。 |
initialize(name, url, options)
GeoGlobe.Query.BusQuery类的构造函数。
Parameters:
Name | Type | Description |
---|---|---|
name |
String | 服务名称。 |
url |
String | 服务地址。 |
options |
Object | 实例的选项设置,此参数可选。 |
isExist()
检查服务是否存在,由子类实现。