componentMap.get(Integer.valueOf(TAG_INTERNET_IOP.value));
// patch primary address port to 0 if SSL is required
if (isSSLRequiredInComponentList(components))
{
iiopProfile.patchPrimaryAddress(new IIOPAddress(null, 0));
}
}
// marshal the profiles into the IOR and return
TaggedProfile[] tps = null;