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?