Description
Object JaxbService.fromXml(JAXBContext jaxbContext, String xml)
is potentially ambiguous. Meaning if multiple types are on the JAXBContext with more than one having a @XmlRootElement(name = "root") annotation, then the outcome (returned type) of above mentioned call is unpredictable without warning.