| 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.
|
| org.omg.IOP.CodecPackage |
This package is generated from the IOP::Codec IDL interface
definition.
|
| Modifier and Type | Method and Description |
|---|---|
Any |
CDREncapsCodec.decode_value(byte[] data,
TypeCode tc)
Decode the given octet sequence into an any based on a CDR
encapsulated octet sequence.
|
Any |
CDREncapsCodec.decode(byte[] data)
Decode the given octet sequence into an any based on a CDR
encapsulated octet sequence.
|
| Modifier and Type | Method and Description |
|---|---|
Any |
CodecOperations.decode_value(byte[] data,
TypeCode tc) |
Any |
CodecOperations.decode(byte[] data) |
| Modifier and Type | Field and Description |
|---|---|
FormatMismatch |
FormatMismatchHolder.value |
| Modifier and Type | Method and Description |
|---|---|
static FormatMismatch |
FormatMismatchHelper.extract(Any a) |
static FormatMismatch |
FormatMismatchHelper.read(InputStream istream) |
| Modifier and Type | Method and Description |
|---|---|
static void |
FormatMismatchHelper.insert(Any a,
FormatMismatch that) |
static void |
FormatMismatchHelper.write(OutputStream ostream,
FormatMismatch value) |
| Constructor and Description |
|---|
FormatMismatchHolder(FormatMismatch initialValue) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.