// construct these only if endpoint passes intern test
endpoint.softCache =
new KerberosUtil.SoftCache(maxCacheSize);
endpoint.connectionEndpoint =
endpoint.new ConnectionEndpointImpl();
endpoint.connManager = new BasicConnManagerFactory().create(
endpoint.connectionEndpoint);
internTable.put(endpoint, new WeakReference(endpoint));
return endpoint;
}