public class DefaultHandler extends Object implements ResponseHandler
This uses the serializers defined on the response to serialize the POJO.
The Serializer used is based on the
The
| Constructor and Description |
|---|
DefaultHandler() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
handle(RestRequest req,
RestResponse res)
Process this response if possible.
|
public DefaultHandler()
public boolean handle(RestRequest req, RestResponse res) throws IOException, InternalServerError, NotAcceptable
ResponseHandlerhandle in interface ResponseHandlerreq - The HTTP servlet request.res - The HTTP servlet response;IOException - If low-level exception occurred on output stream.
Results in a HttpServletResponse.SC_INTERNAL_SERVER_ERROR error.InternalServerErrorNotAcceptableCopyright © 2016–2019 The Apache Software Foundation. All rights reserved.