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