users@jersey.java.net

XSL transform annotation and message body reader/writer

From: Robert Koberg <rob_at_koberg.com>
Date: Tue, 24 Nov 2009 05:15:41 -0800

Hi,

I tried searching around for:

* an annotation for an XSL transform on an incoming request used before a resource method
-- an option for using a tag balancing sax parser like tagsoup (http://home.ccil.org/~cowan/XML/tagsoup/).

* a message body reader/writer that transforms a jaxb request/result object

Does anything like that exist?

I think that the message body writer would be the most useful as it can output pretty much anything. The main problem being is that it would not be as fast as directly streaming the result.

Any thoughts on this?

best,
-Rob