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