org.omg.IOP
Class MultipleComponentProfileHelper
java.lang.Object
|
+--org.omg.IOP.MultipleComponentProfileHelper
- public class MultipleComponentProfileHelper
- extends java.lang.Object
Helper class for : MultipleComponentProfile
- Author:
- OpenORB Compiler
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MultipleComponentProfileHelper
public MultipleComponentProfileHelper()
insert
public static void insert(Any a,
TaggedComponent[] t)
- Insert MultipleComponentProfile into an any
- Parameters:
a
- an anyt
- MultipleComponentProfile value
extract
public static TaggedComponent[] extract(Any a)
- Extract MultipleComponentProfile from an any
- Parameters:
a
- an any- Returns:
- the extracted MultipleComponentProfile value
type
public static TypeCode type()
- Return the MultipleComponentProfile TypeCode
- Returns:
- a TypeCode
id
public static java.lang.String id()
- Return the MultipleComponentProfile IDL ID
- Returns:
- an ID
read
public static TaggedComponent[] read(InputStream istream)
- Read MultipleComponentProfile from a marshalled stream
- Parameters:
istream
- the input stream- Returns:
- the readed MultipleComponentProfile value
write
public static void write(OutputStream ostream,
TaggedComponent[] value)
- Write MultipleComponentProfile into a marshalled stream
- Parameters:
ostream
- the output streamvalue
- MultipleComponentProfile value