/* 304 */ String targetAddress = getTargetEndpointAddress();
/* */
/* 307 */ AddressingProperties addrProps = (AddressingProperties)msgContext.get("javax.xml.ws.addressing.context.outbound");
/* 308 */ if ((targetAddress == null) && (addrProps != null) && (addrProps.getTo() != null))
/* */ {
/* 310 */ AddressingConstantsImpl ADDR = new AddressingConstantsImpl();
/* 311 */ String wsaTo = addrProps.getTo().getURI().toString();
/* 312 */ if (!wsaTo.equals(ADDR.getAnonymousURI()))
/* */ {
/* */ try
/* */ {
/* 316 */ URL wsaToURL = new URL(wsaTo);
/* 317 */ log.debug("Sending request to addressing destination: " + wsaToURL);