Interfaces and abstract classes

WARNING - TOPIC NOT WRITTEN - TOPIC ID: 2498

This topic has not yet been written. The content below is from the topic description.
19.8. Interfaces, Abstract Classes, and JAXB Some objects models use abstract classes and interfaces heavily. Unfortunately, JAXB doesn't work with interfaces that are root elements and RESTEasy can't unmarshal parameters that are interfaces or raw abstract classes because it doesn't have enough information to create a JAXBContext.