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