/* */ }
/* 84 */ addrProps = (SOAPAddressingProperties)msgContext.getProperty("javax.xml.ws.addressing.context.outbound");
/* 85 */ if (addrProps != null)
/* */ {
/* 87 */ SOAPMessage soapMessage = ((SOAPMessageContext)msgContext).getMessage();
/* 88 */ addrProps.writeHeaders(soapMessage);
/* */ }
/* */ else
/* */ {
/* 93 */ addrProps = (SOAPAddressingPropertiesImpl)ADDR_BUILDER.newAddressingProperties();
/* 94 */ msgContext.setProperty("javax.xml.ws.addressing.context.outbound", addrProps);