For this case, I have found a solution. I can add the @XmlRootElement to CustomerIF and AbstractCustomer class. also, I need to add the @XmlRootElement to Customer class.
And make sure that JAXBContext can find the Customer class. And now, Wink can work well. -- View this message in context: http://apache-wink-users.3471013.n2.nabble.com/JAXB-interface-415-Unsupported-Media-Type-tp7572669p7572676.html Sent from the Apache Wink Users mailing list archive at Nabble.com.
