} catch (ClassCastException ex) {
}
if (val._is_a(id())) {
org.omg.CORBA.portable.ObjectImpl _ob_impl;
_ServerDomainStub _ob_stub = new _ServerDomainStub();
_ob_impl = (org.omg.CORBA.portable.ObjectImpl) val;
_ob_stub._set_delegate(_ob_impl._get_delegate());
return _ob_stub;
}
throw new org.omg.CORBA.BAD_PARAM();
}