/* */ {
/* */ try
/* */ {
/* 68 */ Element xopInclude = DOMUtils.parse(valueStr);
/* 69 */ String cid = xopInclude.getAttribute("href");
/* 70 */ XOPUnmarshaller xopUnmarshaller = new XOPUnmarshallerImpl();
/* 71 */ value = xopUnmarshaller.getAttachmentAsByteArray(cid);
/* */ }
/* */ catch (IOException e)
/* */ {
/* 75 */ throw new WSException("Failed to parse xopInclude element");
/* */ }