All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class com.visigenic.vbroker.IOP.TaggedComponentHelper

java.lang.Object
    |
    +----com.visigenic.vbroker.IOP.TaggedComponentHelper

public abstract class TaggedComponentHelper
extends Object

IDL definition:
#pragma prefix "visigenic.com/IOP"
struct TaggedComponent {
::IOP::ComponentId tag;
sequence<octet> component_data;
};


Constructor Index

 o TaggedComponentHelper()

Method Index

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

Constructors

 o TaggedComponentHelper
public TaggedComponentHelper()

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