try {
responseAsByte = new OIOHttpArticleListRequestHandler().run(articleLimit);
} catch (Exception e) {}
} else {
try {
responseAsByte = new HttpArticleListRequestHandler().run(articleLimit);
} catch (Exception e) {}
}
contentType = "application/json";
} else if (decoder.path().equals("/marshaller")) {
responseAsByte = new HttpJsonMarshallHandler(jsonContent).run();