users@jersey.java.net

Custom WadlGenrator Marshalling

From: Christopher Piggott <cpiggott_at_gmail.com>
Date: Fri, 6 Mar 2009 17:36:43 -0500

Hi,

We created a custom WadlGeneratorConfig class, but we're wondering:
can we somehow easily intercept the serialization (marshalling)
process so that we can control it a little tighter?

The main thing is that we want to stick an <?xml-stylesheet?>
processing instruction into it. I was hoping to find a way to do this
within the existing jersey API/object model. We want to keep it
dynamic (i.e. the extended wadl is generated by jersey at run-time).

--Chris