StringWriter sw = new StringWriter();
marshaller.marshal(body, sw);
logger.info("Notification received by UDDISubscriptionListenerService : " + sw.toString());
NotificationList nl = NotificationList.getInstance();
nl.getNotifications().add(sw.toString());
logger.info("Notification received by UDDISubscriptionListenerService : "
+ sw.toString());
} catch (JAXBException jaxbe) {
logger.error("", jaxbe);