public abstract class ServiceInformationHelper extends Object
Constructor and Description |
---|
ServiceInformationHelper() |
Modifier and Type | Method and Description |
---|---|
static ServiceInformation |
extract(Any a)
Extract the service information from the given Any.
|
static String |
id()
Get the service information repositroy id.
|
static void |
insert(Any a,
ServiceInformation that)
Insert the service information into the given Any.
|
static ServiceInformation |
read(InputStream istream)
Read the service information from the given CDR input stream.
|
static TypeCode |
type()
Get the service information typecode.
|
static void |
write(OutputStream ostream,
ServiceInformation value)
Write the service information to the given CDR output stream.
|
public ServiceInformationHelper()
public static ServiceInformation extract(Any a)
public static void insert(Any a, ServiceInformation that)
public static ServiceInformation read(InputStream istream)
public static void write(OutputStream ostream, ServiceInformation value)