* @return the JSON marshaller.
*
* @throws javax.xml.bind.JAXBException if there is an error creating the marshaller.
*/
public org.glassfish.jersey.jettison.JettisonMarshaller createJsonMarshaller() throws JAXBException {
return new JettisonJaxbMarshaller(this, getJSONConfiguration());
}