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

IDL definition:
#pragma prefix "visigenic.com/IOP"
typedef sequence<::IOP::TaggedComponent> MultipleComponentProfile;


Constructor Index

 o MultipleComponentProfileHelper()

Method Index

 o extract(Any)
 o id()
 o insert(Any, TaggedComponent[])
 o read(InputStream)
 o type()
 o write(OutputStream, TaggedComponent[])

Constructors

 o MultipleComponentProfileHelper
public MultipleComponentProfileHelper()

Methods

 o read
public static TaggedComponent[] read(InputStream _input)
 o write
public static void write(OutputStream _output,
                         TaggedComponent[] value)
 o insert
public static void insert(Any any,
                          TaggedComponent[] value)
 o extract
public static TaggedComponent[] extract(Any any)
 o type
public static TypeCode type()
 o id
public static String id()

All Packages  Class Hierarchy  This Package  Previous  Next  Index