/* */ }
/* 305 */ String servicePath = sepMetaData.getContextRoot() + sepMetaData.getURLPattern();
/* 306 */ String serviceEndpointURL = getServiceEndpointAddress(uriScheme, servicePath);
/* */
/* 308 */ SPIProvider spiProvider = SPIProviderResolver.getInstance().getProvider();
/* 309 */ ServerConfig config = ((ServerConfigFactory)spiProvider.getSPI(ServerConfigFactory.class)).getServerConfig();
/* 310 */ boolean alwaysModify = config.isModifySOAPAddress();
/* */
/* 312 */ if ((alwaysModify) || (uriScheme == null) || (orgAddress.indexOf("REPLACE_WITH_ACTUAL_URL") >= 0))
/* */ {
/* 314 */ log.debug("Replace service endpoint address '" + orgAddress + "' with '" + serviceEndpointURL + "'");
/* 315 */ wsdlEndpoint.setAddress(serviceEndpointURL);