78798081828384
processor.process( fileItems, writer ); } public void processJsonRequest(Reader reader, Writer writer) throws IOException { new JsonRequestProcessor(this.registry, this.dispatcher, this.globalConfiguration).process(reader, writer); }