<DownLoadDelegate>协议参考

响应回调函数,在客户端与服务器交互过程中自动回调。 更多...

所有成员的列表。

公有成员

(void) - getDownLoadData:exception:
 收到服务器响应结果时回调。 当用户使用特定服务后,服务端返回的数据结果将以此回调返回。
(void) - downloadDatasetEndFrom:toDatasource:exception:returningResponse:error:
(void) - updateDatasetEndFrom:toDatasetVector:exception:returningResponse:error:

详细描述

响应回调函数,在客户端与服务器交互过程中自动回调。


成员函数文档

- (void) downloadDatasetEndFrom: (NSString *)  urlDataset
toDatasource: (Datasource *)  dataSource
exception: (NSException *)  exception
returningResponse: (NSURLResponse *)  response
error: (NSError *)  error 
[optional]
- (void) getDownLoadData: (FeatureSet *)  result
exception: (NSException *)  exception 
[optional]

收到服务器响应结果时回调。 当用户使用特定服务后,服务端返回的数据结果将以此回调返回。

参数:
result 从服务端返回的要素集合。
exception 服务端返回的异常信息,当服务请求成功时;exception为空,服务请求失败时,该参数存储服务端返回的异常信息。
- (void) updateDatasetEndFrom: (NSString *)  urlDataset
toDatasetVector: (DatasetVector *)  dataset
exception: (NSException *)  exception
returningResponse: (NSURLResponse *)  response
error: (NSError *)  error 
[optional]

该协议的文档由以下文件生成: