111112113114115116117
* @return a <CODE>Marshaller</CODE> object * @throws JAXBException if an error was encountered while creating the * <code>Marshaller</code> object */ public Marshaller createMarshaller() throws JAXBException { return new MarshallerImpl(); }