users@jax-ws.java.net

custom JAXBContext w/ web services?

From: Levi Purvis <javanet_at_purvis.ws>
Date: Tue, 14 Nov 2006 12:30:52 -0500

Is there a way to associate a customized JAXBContext with web services
exposed through the jaxws RI? For example, if I wanted to customize
the jaxb RI by using the following method to define some properties:

public static JAXBContext newInstance(Class[] classesToBeBound,
Map<String,?> properties)

...And then have this JAXBContext instance used when my web services
are invoked?