users@jersey.java.net

[Jersey] Unmarshaller listeners

From: <setanta.mathews_at_gmail.com>
Date: Mon, 28 Mar 2011 14:00:47 +0000 (GMT)

Hi,

First up, by and large I'm very happy with Jersey. It's making my life
a lot easier.

Is there any way to register a listener with the JAXB unmarshaller when
using the JSONJAXBContext?

I've implemented the custom ContextResolver as per the Jersey
documentation and was going to extend JSONJAXBContext to include my
listeners, but that class is final :-(

Cheers,

Setanta