public abstract class RestBuilderListener<Response> extends RestResponseListener<Response>
XContentBuilder based response.channel| Constructor and Description |
|---|
RestBuilderListener(RestChannel channel) |
| Modifier and Type | Method and Description |
|---|---|
RestResponse |
buildResponse(Response response)
Builds the response to send back through the channel.
|
abstract RestResponse |
buildResponse(Response response,
XContentBuilder builder)
Builds a response to send back over the channel.
|
processResponseonFailure, onResponsepublic RestBuilderListener(RestChannel channel)
public final RestResponse buildResponse(Response response) throws Exception
RestResponseListenerbuildResponse in class RestResponseListener<Response>Exceptionpublic abstract RestResponse buildResponse(Response response, XContentBuilder builder) throws Exception
ExceptionCopyright © 2009–2017. All rights reserved.