org.omg.CosCollection
Class SetFactoryHelper

java.lang.Object
  extended byorg.omg.CosCollection.SetFactoryHelper

public final class SetFactoryHelper
extends java.lang.Object

Generated from IDL interface "SetFactory"

Author:
JacORB IDL compiler V 2.1 (JBoss patch 1), 01-Mar-2004

Constructor Summary
SetFactoryHelper()
           
 
Method Summary
static SetFactory extract(Any any)
           
static java.lang.String id()
           
static void insert(Any any, SetFactory s)
           
static SetFactory narrow(java.lang.Object obj)
           
static SetFactory narrow(Object obj)
           
static SetFactory read(InputStream in)
           
static TypeCode type()
           
static SetFactory unchecked_narrow(Object obj)
           
static void write(OutputStream _out, SetFactory s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SetFactoryHelper

public SetFactoryHelper()
Method Detail

insert

public static void insert(Any any,
                          SetFactory s)

extract

public static SetFactory extract(Any any)

type

public static TypeCode type()

id

public static java.lang.String id()

read

public static SetFactory read(InputStream in)

write

public static void write(OutputStream _out,
                         SetFactory s)

narrow

public static SetFactory narrow(java.lang.Object obj)

narrow

public static SetFactory narrow(Object obj)

unchecked_narrow

public static SetFactory unchecked_narrow(Object obj)