parse
public List<FileInfo> parse(com.digiwin.dap.middleware.dmc.common.comm.ResponseMessage response)
throws com.digiwin.dap.middleware.dmc.common.parser.ResponseParseException
从接口复制的说明: com.digiwin.dap.middleware.dmc.common.parser.ResponseParser
Converts the result from stream to a java object.
- 指定者:
parse 在接口中 com.digiwin.dap.middleware.dmc.common.parser.ResponseParser<List<FileInfo>>
- 参数:
response - The http response message.
- 返回:
- The java Type T object that the result stands for.
- 抛出:
com.digiwin.dap.middleware.dmc.common.parser.ResponseParseException - Failed to parse the result.