类 ResponseParsers.TradeQueryResponseParser
java.lang.Object
com.digiwin.dap.middleware.dwpay.internal.ResponseParsers.TradeQueryResponseParser
- 所有已实现的接口:
ResponseParser<TradeInfo>
- 封闭类:
ResponseParsers
public static final class ResponseParsers.TradeQueryResponseParser
extends Object
implements ResponseParser<TradeInfo>
-
构造器概要
构造器 -
方法概要
-
构造器详细资料
-
TradeQueryResponseParser
public TradeQueryResponseParser()
-
-
方法详细资料
-
parse
从接口复制的说明:ResponseParserConverts the result from stream to a java object.- 指定者:
parse在接口中ResponseParser<TradeInfo>- 参数:
response- The http response message.- 返回:
- The java Type T object that the result stands for.
- 抛出:
ResponseParseException- Failed to parse the result.
-