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