Frames | No Frames |
Methods with return type org.omg.IOP.CodecFactory | |
CodecFactory | Get the codec factory.
|
Classes implementing org.omg.IOP.CodecFactory | |
class | A simple implementation of the Codec factory, able to return the
standard Codec's. |
Methods with return type org.omg.IOP.CodecFactory | |
CodecFactory | Get the CodecFactory that may be needed during the interceptor
initialization. |
Methods with parameter type org.omg.IOP.CodecFactory | |
void | Insert the CodecFactory into the given Any.
|
void | This should write the CodecFactory from the CDR intput stream,
but this is not possible as CodecFactory is a local object.
|
Methods with return type org.omg.IOP.CodecFactory | |
CodecFactory | Extract the CodecFactory from given Any.
|
CodecFactory | Cast the passed object into the CodecFactory. |
CodecFactory | This should read the CodecFactory from the CDR intput stream,
but this is not possible as CodecFactory is a local object.
|
CodecFactory | Narrow the given object to the CodecFactory. |