public static final class ResponseParsers.GetBucketInfoResponseParser extends AbstractResponseParser<GetBucketInfoResult>
| Constructor and Description |
|---|
GetBucketInfoResponseParser() |
| Modifier and Type | Method and Description |
|---|---|
GetBucketInfoResult |
parseData(ResponseMessage response,
GetBucketInfoResult result)
数据解析,子类需要复写自己的具体实现
|
needCloseResponse, parse, safeCloseResponse, setCRCpublic GetBucketInfoResult parseData(ResponseMessage response, GetBucketInfoResult result) throws java.lang.Exception
AbstractResponseParserresponse - 服务器返回数据result - 根据范型生成的业务对象java.lang.Exception