/* 59 */ String xmlFragment = null;
/* 60 */ NamespaceRegistry nsRegistry = serContext.getNamespaceRegistry();
/* */
/* 62 */ if (XOPContext.isXOPMessage())
/* */ {
/* 64 */ XOPMarshaller xopMarshaller = new XOPMarshallerImpl();
/* 65 */ XOPObject xopObject = new XOPObject(value);
/* 66 */ xopObject.setContentType("application/octet-stream");
/* 67 */ String cid = xopMarshaller.addMtomAttachment(xopObject, xmlName.getNamespaceURI(), xmlType.getLocalPart());
/* 68 */ String xopInclude = "<xop:Include xmlns:xop='http://www.w3.org/2004/08/xop/include' href='" + cid + "'/>";
/* 69 */ xmlFragment = wrapValueStr(xmlName, xopInclude, nsRegistry, null, attributes, false);
/* */ }
/* */ else
/* */ {