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