throw new BAD_PARAM("Invalid protocol " + address_str);
}
address.setProtocol(proto);
final int addresss_start_ofs = proto_delim + 3;
if (!address.fromString(address_str.substring(addresss_start_ofs)))
{
throw new org.omg.CORBA.INTERNAL("Invalid protocol address string: " + address_str);
}
// set protocol string