org.omg.PortableInterceptor.ORBInitInfoPackage
public abstract class ObjectIdHelper extends Object
| Method Summary | |
|---|---|
| static String | extract(Any a) 
 Extract the Object Id from Any (uses {@link Any#extract_string()}).
 | 
| static String | id() 
 Return the Object Id repository id. | 
| static void | insert(Any a, String that) 
 Insert the Object Id into Any (uses {@link Any#insert_string(String)}).
 | 
| static String | read(InputStream input) 
 Calls {@link InputStream#read_string()}.
 | 
| static TypeCode | type() 
 Return an alias typecode. | 
| static void | write(OutputStream output, String value) 
 Calls {@link OutputStream#write_string(String)}.
 | 
Parameters: a the Any to extract from.
Returns: "IDL:omg.org/PortableInterceptor/ORBInitInfo/ObjectId:1.0", always.
Parameters: a the Any to insert into. that the string to insert.
Parameters: input the stream to read from.
Parameters: output the stream to write into. value the string (Object Id) value to write.