6465666768697071
try { Source source = new SAXSource(getXmlReader(), new InputSource( reader)); return unmarshaller.unmarshal(source); } catch (JAXBException e) { throw new XmlException("JAXB unmarshalling error", e); } }