users@jersey.java.net

[Jersey] Re: custom event validator in client

From: Paul Sandoz <Paul.Sandoz_at_oracle.com>
Date: Fri, 7 Jan 2011 15:53:59 +0100

On Jan 7, 2011, at 3:34 PM, Christopher Piggott wrote:

> In jersey client, is there an easy way to specify my own JAXB
> ValidationEventHandler without having to create an entire JAXBContext
> that delegates everything except createUnmarshaller() ?

Are you using ContextResolver<JAXBContext> ?

You can use ContextResolver<Unmarshaller> instead.

Paul.