itemTwo.setTitle("Another News Item");
itemTwo.setLink("http://jakarta.apache.org/commons/betwixt");
itemTwo.setDescription("Blah Blah Blah");
channel.addItem(itemTwo);
TextInput textInput = new TextInput();
textInput.setTitle("Send");
textInput.setDescription("Comments about Betwixt news");
textInput.setName("Response text");
textInput.setLink("http://jakarta.apache.org/commons/betwixt");
channel.setTextInput(textInput);
writer.write(channel);
String xml = out.getBuffer().toString();