byte[] invBytes = Util.getCodec().encode_value(invAny);
TaggedComponent invocationPolicyComponent = new TaggedComponent(TAG_INV_POLICY.value, invBytes);
info.add_ior_component_to_profile(invocationPolicyComponent, TAG_INTERNET_IOP.value);
Any otsAny = ORB.init().create_any();
otsAny.insert_short(ADAPTS.value);
byte[] otsBytes = Util.getCodec().encode_value(otsAny);
TaggedComponent otsPolicyComponent = new TaggedComponent(TAG_OTS_POLICY.value, otsBytes);
info.add_ior_component_to_profile(otsPolicyComponent, TAG_INTERNET_IOP.value);
} catch (INV_POLICY e) {
// do nothing