333435363738394041
public String sendData(FeedData feedData) throws FeedException { try { ((XmlFeed)feedData).writeTo(outputStream); } catch (IOException e) { throw new FeedException("IO Error.", e); } return "Success"; }