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