if (portInfo != null && !portInfo.getAddress().equals(ei.getAddress())) {
ei.setAddress(portInfo.getAddress());
}
try {
return new JaxWsClientEndpointImpl(bus, service, ei, this,
getAllFeatures(features));
} catch (EndpointException e) {
throw new WebServiceException(e);
}
}