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