FileDocCategorySizeDatePackage
TaggedComponentFactoryFinder.javaAPI DocJava SE 5 API554Fri Aug 26 14:54:36 BST 2005com.sun.corba.se.spi.ior

TaggedComponentFactoryFinder.java

/*
 * @(#)TaggedComponentFactoryFinder.java	1.2 03/12/19
 *
 * Copyright 2004 Sun Microsystems, Inc. All rights reserved.
 * SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
 */

package com.sun.corba.se.spi.ior;

public interface TaggedComponentFactoryFinder extends IdentifiableFactoryFinder
{
    /** Create a tagged component from a GIOP marshalled representation
     * of a tagged component.  This is needed for portable interceptors.
     */
    TaggedComponent create( org.omg.CORBA.ORB orb,
	org.omg.IOP.TaggedComponent comp ) ;
}