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