endpoint.setPriority(priorityType.getValue());
}
}
if (endpoint.getTimeToLive() == 0) {
TimeToLiveType timeToLiveType = getWSDLExtensor(ei, TimeToLiveType.class);
if (timeToLiveType != null) {
endpoint.setTimeToLive(timeToLiveType.getValue());
}
}
if (endpoint.getReplyToName() == null) {
ReplyToNameType replyToNameType = getWSDLExtensor(ei, ReplyToNameType.class);