| 
 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--org.omg.IOP.CodecFactoryHelper
Helper class for : CodecFactory
| Constructor Summary | |
| CodecFactoryHelper() | |
| Method Summary | |
| static CodecFactory | extract(Any a)Extract CodecFactory from an any | 
| static java.lang.String | id()Return the CodecFactory IDL ID | 
| static void | insert(Any a,
       CodecFactory t)Insert CodecFactory into an any | 
| static CodecFactory | narrow(Object obj)Narrow CORBA::Object to CodecFactory | 
| static CodecFactory | read(InputStream istream)Read CodecFactory from a marshalled stream | 
| static TypeCode | type()Return the CodecFactory TypeCode | 
| static CodecFactory | unchecked_narrow(Object obj)Unchecked Narrow CORBA::Object to CodecFactory | 
| static void | write(OutputStream ostream,
      CodecFactory value)Write CodecFactory into a marshalled stream | 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
public CodecFactoryHelper()
| Method Detail | 
public static void insert(Any a,
                          CodecFactory t)
a - an anyt - CodecFactory valuepublic static CodecFactory extract(Any a)
a - an anypublic static TypeCode type()
public static java.lang.String id()
public static CodecFactory read(InputStream istream)
istream - the input stream
public static void write(OutputStream ostream,
                         CodecFactory value)
ostream - the output streamvalue - CodecFactory valuepublic static CodecFactory narrow(Object obj)
obj - the CORBA Objectpublic static CodecFactory unchecked_narrow(Object obj)
obj - the CORBA Object| 
 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||