Hello: We're using Apache CXF 2.7.3
I would like if it's possible to configure media-types of a REST service in Spring context file (bean.xml) I would like to declare into <jaxrs:server/> which media-types accepts I'm not saying to add custom providers to process message by its media-type, but to declare "all this service consumes/produces these media types" Thanks and regards
