public class POAListHelper
extends java.lang.Object
| Constructor and Description |
|---|
POAListHelper() |
| Modifier and Type | Method and Description |
|---|---|
static POA[] |
extract(Any a)
Extract POAList from an any
|
static java.lang.String |
id()
Return the POAList IDL ID
|
static void |
insert(Any a,
POA[] t)
Insert POAList into an any
|
static POA[] |
read(InputStream istream)
Read POAList from a marshalled stream
|
static TypeCode |
type()
Return the POAList TypeCode
|
static void |
write(OutputStream ostream,
POA[] value)
Write POAList into a marshalled stream
|
public static void insert(Any a, POA[] t)
a - an anyt - POAList valuepublic static POA[] extract(Any a)
a - an anypublic static TypeCode type()
public static java.lang.String id()
public static POA[] read(InputStream istream)
istream - the input streampublic static void write(OutputStream ostream, POA[] value)
ostream - the output streamvalue - POAList value