// No login using the connect() method ...
ConnectReturnQosServer returnQos = connectIntern(loginQos.toXml());
// Build return handle ...
ServerRef ref = returnQos.getServerRef();
if (ref == null) {
throw OrbInstanceFactory.convert(new org.xmlBlaster.util.XmlBlasterException(glob,
ErrorCode.INTERNAL_CONNECTIONFAILURE,
ME,
"Can't determine server reference."));
}
String xmlBlasterIOR = ref.getAddress();
org.xmlBlaster.protocol.corba.serverIdl.Server xmlBlaster =
ServerHelper.narrow(orb.string_to_object(xmlBlasterIOR));
return xmlBlaster;
}
catch (org.xmlBlaster.util.XmlBlasterException e) {