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
- Java Class com.visigenic.vbroker.IOP.IORHelper
- Source File com/visigenic/vbroker/IOP/IORHelper.java
- IDL Source File iop.idl
- IDL Absolute Name ::IOP::IOR
- Repository Identifier IDL:visigenic.com/IOP/IOR:1.0
IDL definition:
#pragma prefix "visigenic.com/IOP"
struct IOR {
string type_id;
sequence<::IOP::TaggedProfile> profiles;
};
IORHelper()
-
extract(Any)
-
id()
-
insert(Any, IOR)
-
read(InputStream)
-
type()
-
write(OutputStream, IOR)
-
IORHelper
public IORHelper()
read
public static IOR read(InputStream _input)
write
public static void write(OutputStream _output,
IOR value)
insert
public static void insert(Any any,
IOR value)
extract
public static IOR extract(Any any)
type
public static TypeCode type()
id
public static String id()
All Packages Class Hierarchy This Package Previous Next Index