public abstract class RestResponseListener<Response> extends RestActionListener<Response>
buildResponse(Object).channel| 修飾子 | コンストラクタと説明 |
|---|---|
protected |
RestResponseListener(RestChannel channel) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
abstract RestResponse |
buildResponse(Response response)
Builds the response to send back through the channel.
|
protected void |
processResponse(Response response) |
onFailure, onResponseprotected RestResponseListener(RestChannel channel)
protected final void processResponse(Response response) throws Exception
processResponse クラス内 RestActionListener<Response>Exceptionpublic abstract RestResponse buildResponse(Response response) throws Exception
ExceptionCopyright © 2009–2016. All rights reserved.