TimeToLiveType timeToLiveType = getWSDLExtensor(ei, TimeToLiveType.class);
if (timeToLiveType != null) {
endpoint.setTimeToLive(timeToLiveType.getValue());
}
ReplyToNameType replyToNameType = getWSDLExtensor(ei, ReplyToNameType.class);
if (replyToNameType != null) {
endpoint.setReplyToName(replyToNameType.getValue());
}
TopicReplyToNameType topicReplyToNameType = getWSDLExtensor(ei, TopicReplyToNameType.class);
if (topicReplyToNameType != null) {
endpoint.setTopicReplyToName(topicReplyToNameType.getValue());