All Packages Class Hierarchy This Package Previous Next Index
Class com.visigenic.vbroker.IOP.MultipleComponentProfileHelper
java.lang.Object
|
+----com.visigenic.vbroker.IOP.MultipleComponentProfileHelper
- public abstract class MultipleComponentProfileHelper
- extends Object
- Java Class com.visigenic.vbroker.IOP.MultipleComponentProfileHelper
- Source File com/visigenic/vbroker/IOP/MultipleComponentProfileHelper.java
- IDL Source File iop.idl
- IDL Absolute Name ::IOP::MultipleComponentProfile
- Repository Identifier IDL:visigenic.com/IOP/MultipleComponentProfile:1.0
IDL definition:
typedef sequence<::IOP::TaggedComponent> MultipleComponentProfile;
-
MultipleComponentProfileHelper()
-
-
extract(Any)
-
-
id()
-
-
insert(Any, TaggedComponent[])
-
-
read(InputStream)
-
-
type()
-
-
write(OutputStream, TaggedComponent[])
-
MultipleComponentProfileHelper
public MultipleComponentProfileHelper()
read
public static TaggedComponent[] read(InputStream _input)
write
public static void write(OutputStream _output,
TaggedComponent value[])
insert
public static void insert(Any any,
TaggedComponent value[])
extract
public static TaggedComponent[] extract(Any any)
type
public static TypeCode type()
id
public static String id()
All Packages Class Hierarchy This Package Previous Next Index