1. /*
  2. * @(#)TaggedComponent.java 1.16 03/01/23
  3. *
  4. * Copyright 2003 Sun Microsystems, Inc. All rights reserved.
  5. * SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
  6. */
  7. //Source file: J:/ws/serveractivation/src/share/classes/com.sun.corba.se.internal.ior/TaggedComponent.java
  8. package com.sun.corba.se.internal.ior;
  9. import org.omg.CORBA.ORB ;
  10. /**
  11. * @author
  12. */
  13. public interface TaggedComponent extends IdEncapsulation
  14. {
  15. /**
  16. * @return org.omg.IOP.TaggedComponent
  17. * @exception
  18. * @author
  19. * @roseuid 39808F7602D3
  20. */
  21. public org.omg.IOP.TaggedComponent getIOPComponent( ORB orb );
  22. }