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