1 package org.omg.IOP; 2 3 4 /** 5 * org/omg/IOP/TAG_INTERNET_IOP.java . 6 * Generated by the IDL-to-Java compiler (portable), version "3.2" 7 * from ../../../../src/share/classes/org/omg/PortableInterceptor/IOP.idl 8 * Saturday, February 9, 2008 9:40:04 AM GMT 9 */ 10 11 public interface TAG_INTERNET_IOP 12 { 13 14 /** 15 * Identifies profiles that 16 * support the Internet Inter-ORB Protocol. The <code>ProfileBody</code> 17 * of this profile contains a CDR encapsulation of a structure 18 * containing addressing and object identification information used by 19 * IIOP. Version 1.1 of the <code>TAG_INTERNET_IOP</code> profile 20 * also includes an array of TaggedComponent objects that can 21 * contain additional information supporting optional IIOP features, 22 * ORB services such as security, and future protocol extensions. 23 * <p> 24 * Protocols other than IIOP (such as ESIOPs and other GIOPs) can share 25 * profile information (such as object identity or security 26 * information) with IIOP by encoding their additional profile information 27 * as components in the <code>TAG_INTERNET_IOP</code> profile. All 28 * <code>TAG_INTERNET_IOP</code> profiles support IIOP, regardless of 29 * whether they also support additional protocols. Interoperable 30 * ORBs are not required to create or understand any other profile, 31 * nor are they required to create or understand any of the components 32 * defined for other protocols that might share the 33 * <code>TAG_INTERNET_IOP</code> profile with IIOP. 34 * <p> 35 * The <code>profile_data</code> for the <code>TAG_INTERNET_IOP</code> 36 * profile is a CDR encapsulation of the <code>IIOP.ProfileBody_1_1</code> 37 * type. 38 */ 39 public static final int value = (int)(0L); 40 } 41