All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.visigenic.vbroker.IOP.IORHelper

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

public abstract class IORHelper
extends Object

IDL definition:
struct IOR {
string type_id;
sequence<::IOP::TaggedProfile> profiles;
};


Constructor Index

 o IORHelper()

Method Index

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

Constructors

 o IORHelper
 public IORHelper()

Methods

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index