List cdrInfoList = new ArrayList(); for(...) { cdrInfoList.add(cdrInfo); }
private void unmarshal() { JAXBContext context = JAXBContext.newInstance(DirectoryConstants.JAXB_CONTEXT_CLASS); Unmarshaller u = context.createUnmarshaller(); Object obj = u.unmarshal(...); }