public interface WxResponseExtractor<T>
| Modifier and Type | Method and Description |
|---|---|
T |
extractData(org.springframework.http.ResponseEntity<org.springframework.http.HttpInputMessage> responseEntity)
Extract data from the given
ClientHttpResponse and return it. |
T extractData(org.springframework.http.ResponseEntity<org.springframework.http.HttpInputMessage> responseEntity) throws IOException
ClientHttpResponse and return it.responseEntity - the HTTP responseIOException - in case of I/O errorsCopyright © 2018 Guangshan Technology, Inc.. All rights reserved.