| Package | Description |
|---|---|
| org.jboss.com.sun.corba.se.impl.encoding | |
| org.jboss.com.sun.corba.se.impl.protocol.giopmsgheaders | |
| org.jboss.com.sun.corba.se.spi.encoding |
| Modifier and Type | Method and Description |
|---|---|
CorbaConnection |
CDROutputObject.getConnection() |
CorbaConnection |
CDRInputObject.getConnection() |
| Modifier and Type | Method and Description |
|---|---|
void |
CDROutputObject.writeTo(CorbaConnection connection)
Write the contents of the CDROutputStream to the specified output stream.
|
| Constructor and Description |
|---|
CDRInputObject(ORB orb,
CorbaConnection corbaConnection,
ByteBuffer byteBuffer,
Message header) |
CDROutputObject(ORB orb,
CorbaMessageMediator mediator,
GIOPVersion giopVersion,
CorbaConnection connection,
Message header,
byte streamFormatVersion) |
| Modifier and Type | Method and Description |
|---|---|
static Message |
MessageBase.readGIOPBody(ORB orb,
CorbaConnection connection,
Message msg) |
static MessageBase |
MessageBase.readGIOPHeader(ORB orb,
CorbaConnection connection) |
static MessageBase |
MessageBase.readGIOPMessage(ORB orb,
CorbaConnection connection) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
CorbaOutputObject.writeTo(CorbaConnection connection) |
Copyright © 2023 JBoss by Red Hat. All rights reserved.