Overview
Package
Class
Use
Tree
Index
Deprecated
About
Frames
|
No Frames
Uses of Class org.omg.CORBA.MARSHAL
Uses in package org.jacorb.orb
Methods which throw type org.omg.CORBA.MARSHAL
void
Any
.
insert_Value
(java.io.Serializable value,
TypeCode
type)
void
Any
.
read_value
(
InputStream
input,
TypeCode
type)
Uses in package org.omg.CORBA
Methods with parameter type org.omg.CORBA.MARSHAL
void
MARSHALHelper
.
insert
(
Any
any,
MARSHAL
s)
void
MARSHALHelper
.
write
(
OutputStream
out,
MARSHAL
s)
Methods with return type org.omg.CORBA.MARSHAL
MARSHAL
MARSHALHelper
.
extract
(
Any
any)
MARSHAL
MARSHALHelper
.
read
(
InputStream
in)
Overview
Package
Class
Use
Tree
Index
Deprecated
About