users@jersey.java.net

[Jersey] Re: Unmarshalling client response problems

From: Eugene Prokopiev <enp_at_itx.ru>
Date: Wed, 11 Feb 2015 11:24:36 +0400

> Is it possible to use Woodstox StAX implementation with Jersey client instead of SAXParser?

It is possible with custom MessageBodyReader but it will be better to
use StAX unstead of SAX out of box due to perfomance reasons. Adding
the Woodstox jar to classpath should cause JAXB RI to use it.

-- 
WBR,
Eugene Prokopiev