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