|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.omg.PortableServer.POAPackage.WrongAdapterHelper
public class WrongAdapterHelper
Helper class for : WrongAdapter
| Constructor Summary | |
|---|---|
WrongAdapterHelper()
|
|
| Method Summary | |
|---|---|
static WrongAdapter |
extract(Any a)
Extract WrongAdapter from an any |
static java.lang.String |
id()
Return the WrongAdapter IDL ID |
static void |
insert(Any a,
WrongAdapter t)
Insert WrongAdapter into an any |
static WrongAdapter |
read(InputStream istream)
Read WrongAdapter from a marshalled stream |
static TypeCode |
type()
Return the WrongAdapter TypeCode |
static void |
write(OutputStream ostream,
WrongAdapter value)
Write WrongAdapter 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 WrongAdapterHelper()
| Method Detail |
|---|
public static void insert(Any a,
WrongAdapter t)
a - an anyt - WrongAdapter valuepublic static WrongAdapter extract(Any a)
a - an any
public static TypeCode type()
public static java.lang.String id()
public static WrongAdapter read(InputStream istream)
istream - the input stream
public static void write(OutputStream ostream,
WrongAdapter value)
ostream - the output streamvalue - WrongAdapter value
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||