|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.omg.IOP.ServiceContextHelper
public class ServiceContextHelper
Helper class for : ServiceContext
Constructor Summary | |
---|---|
ServiceContextHelper()
|
Method Summary | |
---|---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ServiceContextHelper()
Method Detail |
---|
public static void insert(Any a, ServiceContext t)
a
- an anyt
- ServiceContext 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
- ServiceContext value
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |