Package | Description |
---|---|
com.sun.corba.se.impl.interceptors | |
org.omg.IOP |
This package contains the IOP module specified in the OMG document
The Common
Object Request Broker: Architecture and Specification,
http://cgi.omg.org/cgi-bin/doc?formal/99-10-07, section 13.6.
|
Modifier and Type | Class and Description |
---|---|
class |
CDREncapsCodec
CDREncapsCodec is an implementation of Codec, as described
in orbos/99-12-02, that supports CDR encapsulation version 1.0, 1.1, and
1.2.
|
Modifier and Type | Method and Description |
---|---|
Codec |
CodecFactoryImpl.create_codec(Encoding enc)
Creates a codec of the given encoding.
|
Modifier and Type | Field and Description |
---|---|
Codec |
CodecHolder.value |
Modifier and Type | Method and Description |
---|---|
Codec |
CodecFactoryOperations.create_codec(Encoding enc) |
static Codec |
CodecHelper.extract(Any a) |
static Codec |
CodecHelper.narrow(Object obj) |
static Codec |
CodecHelper.read(InputStream istream) |
static Codec |
CodecHelper.unchecked_narrow(Object obj) |
Modifier and Type | Method and Description |
---|---|
static void |
CodecHelper.insert(Any a,
Codec that) |
static void |
CodecHelper.write(OutputStream ostream,
Codec value) |
Constructor and Description |
---|
CodecHolder(Codec initialValue) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.