org.omg.IOP
Class MultipleComponentProfileHelper

java.lang.Object
  extended byorg.omg.IOP.MultipleComponentProfileHelper

public final class MultipleComponentProfileHelper
extends java.lang.Object

Generated from IDL definition of alias "MultipleComponentProfile"

Author:
JacORB IDL compiler

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

Constructor Detail

MultipleComponentProfileHelper

public MultipleComponentProfileHelper()
Method Detail

insert

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

extract

public static TaggedComponent[] extract(Any any)

type

public static TypeCode type()

id

public static java.lang.String id()

read

public static TaggedComponent[] read(InputStream _in)

write

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