public class WrongAdapterHelper
extends java.lang.Object
| Constructor and Description |
|---|
WrongAdapterHelper() |
| Modifier and Type | Method and Description |
|---|---|
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
|
public static void insert(Any a, WrongAdapter t)
a - an anyt - WrongAdapter valuepublic static WrongAdapter extract(Any a)
a - an anypublic static TypeCode type()
public static java.lang.String id()
public static WrongAdapter read(InputStream istream)
istream - the input streampublic static void write(OutputStream ostream, WrongAdapter value)
ostream - the output streamvalue - WrongAdapter value