* service to query applicable policies and add components to be
* included in the generated IORs.
*/
public void establish_components(org.omg.PortableInterceptor.IORInfo iorInfo) {
try {
IORInfoExt iorInfoExt = (IORInfoExt) iorInfo;
int port = iorInfoExt.getServerPort(ORBSocketFactory.IIOP_CLEAR_TEXT);
ArrayList allInetAddress = getAllInetAddresses();
addAddressComponents(iorInfo, allInetAddress, port);
com.sun.corba.ee.internal.corba.ORB orb =
(com.sun.corba.ee.internal.corba.ORB)((IORInfoImpl)iorInfo).getORB();