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