|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.omg.CORBA.NameValuePairHelper
public abstract class NameValuePairHelper
The helper operations for NameValuePair
.
Constructor Summary | |
---|---|
NameValuePairHelper()
|
Method Summary | |
---|---|
static NameValuePair |
extract(Any a)
Extract the NameValuePair from the given Any . |
static String |
id()
Return the NameValuePair repository id. |
static void |
insert(Any a,
NameValuePair that)
Insert the NameValuePair into the given Any . |
static NameValuePair |
read(InputStream istream)
Read the NameValuePair from the given CDR stream. |
static TypeCode |
type()
Create the type code for the name value pair. |
static void |
write(OutputStream ostream,
NameValuePair value)
Write the exception to the CDR output stream. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NameValuePairHelper()
Method Detail |
---|
public static NameValuePair extract(Any a)
Any
.
public static String id()
public static void insert(Any a, NameValuePair that)
Any
.
public static NameValuePair read(InputStream istream)
Any
.
public static TypeCode type()
public static void write(OutputStream ostream, NameValuePair value)
Any
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |