I am looking for an easy way to jaxb formatting on a per request basis in jaxrs. I see the code in JaxbElementProvider is looking up values from the MessageContext to set them in the marshaller. However, I am not quite sure how those values are set into MessageContext in the first place and if it can be done on a per request basis?
Thanks, Jason
