my class is annotated like this
@Produces({MediaType.APPLICATION_XML,MediaType.APPLICATION_JSON,MediaType.TEXT_HTML})
@Consumes({MediaType.APPLICATION_XML,MediaType.APPLICATION_JSON,MediaType.TEXT_HTML})-- View this message in context: http://cxf.547215.n5.nabble.com/add-HTML-output-to-JSON-and-XML-tp4427885p4429002.html Sent from the cxf-user mailing list archive at Nabble.com.
