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