public static final class ResponseParsers.ImagePersistResponseParser extends AbstractResponseParser<ImagePersistResult>
构造器和说明 |
---|
ImagePersistResponseParser() |
限定符和类型 | 方法和说明 |
---|---|
ImagePersistResult |
parseData(ResponseMessage response,
ImagePersistResult result)
数据解析,子类需要复写自己的具体实现
|
needCloseResponse, parse, safeCloseResponse, setCRC
public ImagePersistResult parseData(ResponseMessage response, ImagePersistResult result) throws java.lang.Exception
AbstractResponseParser
response
- 服务器返回数据result
- 根据范型生成的业务对象java.lang.Exception