org.omg.CORBA
public abstract class ServiceInformationHelper extends Object
Method Summary | |
---|---|
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. |