1. package org.omg.PortableInterceptor;
  2. /**
  3. * org/omg/PortableInterceptor/IORInterceptor.java .
  4. * Generated by the IDL-to-Java compiler (portable), version "3.2"
  5. * from ../../../../src/share/classes/org/omg/PortableInterceptor/Interceptors.idl
  6. * Wednesday, September 15, 2004 10:28:46 AM GMT
  7. */
  8. /**
  9. * Interceptor used to establish tagged components in the profiles within
  10. * an IOR.
  11. * <p>
  12. * In some cases, a portable ORB service implementation may need to add
  13. * information describing the server's or object's ORB service related
  14. * capabilities to object references in order to enable the ORB service
  15. * implementation in the client to function properly.
  16. * <p>
  17. * This is supported through the <code>IORInterceptor</code> and
  18. * <code>IORInfo</code> interfaces.
  19. *
  20. * @see IORInfo
  21. */
  22. public interface IORInterceptor extends IORInterceptorOperations, org.omg.PortableInterceptor.Interceptor, org.omg.CORBA.portable.IDLEntity
  23. {
  24. } // interface IORInterceptor