StringWriter sw = new StringWriter();
marshaller.marshal(body, sw);
logger.info("Notification received by UDDISubscriptionListenerService : " + sw.toString());
@SuppressWarnings("rawtypes")
NotificationList nl = NotificationList.getInstance();
nl.getNotifications().add(sw.toString());
org.apache.juddi.api_v3.ClientSubscriptionInfo apiClientSubscriptionInfo = null;
//find the clerks to go with this subscription
EntityManager em = PersistenceManager.getEntityManager();