endpoint.putJndiParameter(jndiContextParameterType.getName().trim(),
jndiContextParameterType.getValue().trim());
}
if (!endpoint.isSetJndiConnectionFactoryName()) {
JndiConnectionFactoryNameType jndiConnectionFactoryNameType = getWSDLExtensor(
ei, JndiConnectionFactoryNameType.class);
if (jndiConnectionFactoryNameType != null) {
endpoint.setJndiConnectionFactoryName(jndiConnectionFactoryNameType.getValue().trim());
}
}
if (!endpoint.isSetJndiInitialContextFactory()) {
JndiInitialContextFactoryType jndiInitialContextFactoryType =
getWSDLExtensor(ei, JndiInitialContextFactoryType.class);