3637383940414243444546
msg = new MuleMessage(strings[0]); for (int i = 1; i < strings.length; i++) { msg.addAttachment(strings[i], new DataHandler(new FileDataSource("./src/test/resources/" + strings[i]))); } return msg; }