public class CustomMarshalHelper
extends java.lang.Object
| Constructor and Description |
|---|
CustomMarshalHelper() |
| Modifier and Type | Method and Description |
|---|---|
static CustomMarshal |
extract(Any a)
Extract CustomMarshal from an any
|
static java.lang.String |
id()
Return the CustomMarshal IDL ID
|
static void |
insert(Any a,
CustomMarshal t)
Insert CustomMarshal into an any
|
static CustomMarshal |
read(InputStream istream)
Read CustomMarshal from a marshalled stream
|
static TypeCode |
type()
Return the CustomMarshal TypeCode
|
static void |
write(OutputStream ostream,
CustomMarshal value)
Write CustomMarshal into a marshalled stream
|
public static void insert(Any a, CustomMarshal t)
a - an anyt - CustomMarshal valuepublic static CustomMarshal extract(Any a)
a - an anypublic static TypeCode type()
public static java.lang.String id()
public static CustomMarshal read(InputStream istream)
istream - the input streampublic static void write(OutputStream ostream, CustomMarshal value)
ostream - the output streamvalue - CustomMarshal value