- java.lang.Object
-
- org.omg.IOP.TaggedComponentHelper
-
public abstract class TaggedComponentHelper extends Object
org/omg/IOP/TaggedComponentHelper.java . Generated by the IDL-to-Java compiler (portable), version "3.2" from /u/iris/se/ten/spec/jdk10/src/java.corba/share/classes/org/omg/PortableInterceptor/IOP.idl Thursday, February 1, 2018 at 9:31:23 PM Pacific Standard Time
-
-
Constructor Summary
Constructors Constructor Description TaggedComponentHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static TaggedComponent
extract(Any a)
static String
id()
static void
insert(Any a, TaggedComponent that)
static TaggedComponent
read(InputStream istream)
static TypeCode
type()
static void
write(OutputStream ostream, TaggedComponent value)
-
-
-
Method Detail
-
insert
public static void insert(Any a, TaggedComponent that)
-
extract
public static TaggedComponent extract(Any a)
-
type
public static TypeCode type()
-
id
public static String id()
-
read
public static TaggedComponent read(InputStream istream)
-
write
public static void write(OutputStream ostream, TaggedComponent value)
-
-