public interface ResponseProcessor
we will be able to handle result before method return.
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.Object |
process(HttpResponse response,
java.lang.reflect.Method method)
processing response before method return
|
java.lang.Object process(HttpResponse response, java.lang.reflect.Method method)
response - responsemethod - the proxied methodCopyright © 2019. All Rights Reserved.