}
private MailerStatus parseXmlReponse(String response) {
XMLElement xml = new XMLElement();
try {
xml.parseString(response);
// System.out.println(xml);
MailerStatus status = new MailerStatus();
@SuppressWarnings("rawtypes")
Vector children = xml.getChildren();