users@jersey.java.net

[Jersey] Jersey to return a needed content type

From: Sigmar Muuga <meediake_at_gmail.com>
Date: Tue, 29 Nov 2011 10:39:32 +0200

Hi!

Is it possible to to consume contant type A and then respond with content
type B? My problem is that when I am uploading file with Jersey, it will
respond with multipart/form-data content type. I want to respond with
application/json or text/plain instead.

Did not find anything like this from the docs too :(

Sigmar