|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.omg.IOP.ServiceContextListHelper
public class ServiceContextListHelper
Helper class for : ServiceContextList
| Constructor Summary | |
|---|---|
ServiceContextListHelper()
|
|
| Method Summary | |
|---|---|
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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ServiceContextListHelper()
| Method Detail |
|---|
public static void insert(Any a,
ServiceContext[] t)
a - an anyt - ServiceContextList valuepublic static ServiceContext[] extract(Any a)
a - an any
public static TypeCode type()
public static java.lang.String id()
public static ServiceContext[] read(InputStream istream)
istream - the input stream
public static void write(OutputStream ostream,
ServiceContext[] value)
ostream - the output streamvalue - ServiceContextList value
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||