/* 73 */ Marshaller marshaller = jaxbContext.createMarshaller();
/* */
/* 75 */ marshaller.setProperty("jaxb.fragment", Boolean.valueOf(true));
/* 76 */ marshaller.setAttachmentMarshaller(new AttachmentMarshallerImpl());
/* */
/* 80 */ result = new BufferedStreamResult();
/* 81 */ marshaller.marshal(new JAXBElement(xmlName, expectedType, value), result);
/* */
/* 83 */ if (log.isDebugEnabled()) log.debug("serialized: " + result);
/* */ }
/* */ catch (Exception ex)