org.omg.CORBA
Class InterfaceDefSeqHelper

java.lang.Object
  extended by org.omg.CORBA.InterfaceDefSeqHelper

public final class InterfaceDefSeqHelper
extends java.lang.Object

Generated from IDL alias "InterfaceDefSeq".

Version:
generated at Mar 17, 2009 1:46:53 PM
Author:
JacORB IDL compiler V 2.3.0 (JBoss patch 6), 06-Jun-2007

Constructor Summary
InterfaceDefSeqHelper()
           
 
Method Summary
static InterfaceDef[] extract(Any any)
           
static java.lang.String id()
           
static void insert(Any any, InterfaceDef[] s)
           
static InterfaceDef[] read(InputStream _in)
           
static TypeCode type()
           
static void write(OutputStream _out, InterfaceDef[] _s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InterfaceDefSeqHelper

public InterfaceDefSeqHelper()
Method Detail

insert

public static void insert(Any any,
                          InterfaceDef[] s)

extract

public static InterfaceDef[] extract(Any any)

type

public static TypeCode type()

id

public static java.lang.String id()

read

public static InterfaceDef[] read(InputStream _in)

write

public static void write(OutputStream _out,
                         InterfaceDef[] _s)