}
private IntermediateForm createForm(String message) throws IOException {
logger.info("Construct a form writer for " + message);
IntermediateForm form = new IntermediateForm();
form.configure(iconf);
return form;
}
private void closeForm(IntermediateForm form, String message)
throws IOException {