= getWSDLExtensor(ei, JndiConnectionFactoryNameType.class);
if (jndiConnectionFactoryNameType != null) {
endpoint.setJndiConnectionFactoryName(jndiConnectionFactoryNameType.getValue().trim());
}
JndiInitialContextFactoryType jndiInitialContextFactoryType
= getWSDLExtensor(ei, JndiInitialContextFactoryType.class);
if (jndiInitialContextFactoryType != null) {
endpoint.setJndiInitialContextFactory(jndiInitialContextFactoryType.getValue().trim());
}
JndiURLType jndiURLType = getWSDLExtensor(ei, JndiURLType.class);
if (jndiURLType != null) {
endpoint.setJndiURL(jndiURLType.getValue().trim());