Hi,
I have two methods in the resource class having
@ProduceMime("application/json")
&
@ProduceMime("application/xml")

Any incoming request with header - Accept:*/* is being mapped to json by
default.
However, I require it to be xml.

Anyway, I can do that?
I tried using @ProduceMime("*/*") on the 3rd method but still it's invoking
json.

Any help is appreciated.
Thanks
-- 
View this message in context: 
http://www.nabble.com/Selecting-default-media-type--%40ProduceMime--tp22057396p22057396.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to