public class ServiceContextListHelper
extends java.lang.Object
| Constructor and Description |
|---|
ServiceContextListHelper() |
| Modifier and Type | Method and Description |
|---|---|
static ServiceContext[] |
extract(Any a)
Extract ServiceContextList from an any
|
static java.lang.String |
id()
Return the ServiceContextList IDL ID
|
static void |
insert(Any a,
ServiceContext[] t)
Insert ServiceContextList into an any
|
static ServiceContext[] |
read(InputStream istream)
Read ServiceContextList from a marshalled stream
|
static TypeCode |
type()
Return the ServiceContextList TypeCode
|
static void |
write(OutputStream ostream,
ServiceContext[] value)
Write ServiceContextList into a marshalled stream
|
public static void insert(Any a, ServiceContext[] t)
a - an anyt - ServiceContextList 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 - ServiceContextList value