/* */ {
/* 199 */ Element epRef = toElement();
/* 200 */ return DOMWriter.printNode(epRef, true);
/* */ }
/* */
/* 203 */ SOAPAddressingBuilder builder = new SOAPAddressingBuilderImpl();
/* 204 */ AddressingConstants ADDR = builder.newAddressingConstants();
/* */
/* 206 */ String rootname = getPrefixedName(this.rootQName);
/* 207 */ StringBuilder xmlBuffer = new StringBuilder("<" + rootname);
/* 208 */ appendAttributes(xmlBuffer, getAttributes());
/* 209 */ xmlBuffer.append(">");