All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.visigenic.vbroker.IOP.TaggedProfileHelper

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

public abstract class TaggedProfileHelper
extends Object

IDL definition:
struct TaggedProfile {
::IOP::ProfileId tag;
sequence<octet> profile_data;
};


Constructor Index

 o TaggedProfileHelper()

Method Index

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

Constructors

 o TaggedProfileHelper
 public TaggedProfileHelper()

Methods

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index