users@jersey.java.net

Reprocess xml generated

From: bea <beaotx_at_gmail.com>
Date: Fri, 18 Sep 2009 09:34:25 +0200

Hi,

I've a method with a @GET annotation, that produces json and xml formats,
and returns an object with JAXB annotations. I'd like to know if it's
possible to post-process the xml generated before it is send to the client,
I mean, I'd like to use a post-method in order to parser the xml generated.

Is it possible?
Thanks

Cheers.