return;
}
response.setStatus(HttpStatus.OK_200);
response.setContentType("application/xml");
response.setCharacterEncoding("UTF-8");
command.generateSchema(response.getOutputStream());
}
private void generateWADL(final Request baseRequest, final HttpServletResponse response) {
// TODO: implement HTTP caching
response.setStatus(HttpStatus.OK_200);