Package | Description |
---|---|
com.sun.corba.se.impl.corba | |
com.sun.corba.se.impl.encoding | |
com.sun.corba.se.impl.ior | |
com.sun.corba.se.impl.ior.iiop | |
com.sun.corba.se.impl.presentation.rmi | |
com.sun.corba.se.spi.encoding | |
com.sun.corba.se.spi.ior |
Provides access to the components and profiles in an IOR without the overhead
of CDR encoding.
|
com.sun.corba.se.spi.presentation.rmi | |
com.sun.corba.se.spi.servicecontext |
Modifier and Type | Method and Description |
---|---|
void |
TypeCodeImpl.write_value(OutputStream os) |
Modifier and Type | Class and Description |
---|---|
class |
CDROutputObject |
class |
CDROutputStream
This is delegates to the real implementation.
|
class |
EncapsOutputStream
Encapsulations are supposed to explicitly define their
code sets and GIOP version.
|
class |
TypeCodeOutputStream |
Modifier and Type | Method and Description |
---|---|
void |
TypeCodeOutputStream.setEnclosingOutputStream(OutputStream enclosure) |
static TypeCodeOutputStream |
TypeCodeOutputStream.wrapOutputStream(OutputStream os) |
Modifier and Type | Method and Description |
---|---|
void |
WireObjectKeyTemplate.write(ObjectId id,
OutputStream os) |
void |
NewObjectKeyTemplateBase.write(ObjectId objectId,
OutputStream os) |
void |
ObjectKeyTemplateBase.write(ObjectId objectId,
OutputStream os) |
void |
OldJIDLObjectKeyTemplate.write(ObjectId objectId,
OutputStream os) |
void |
WireObjectKeyTemplate.write(OutputStream os) |
void |
GenericIdentifiable.write(OutputStream os) |
void |
IORTemplateImpl.write(OutputStream os) |
void |
IORTemplateListImpl.write(OutputStream os) |
void |
IORImpl.write(OutputStream os) |
void |
NewObjectKeyTemplateBase.write(OutputStream os) |
void |
ObjectIdImpl.write(OutputStream os) |
void |
ObjectKeyImpl.write(OutputStream os) |
void |
ObjectKeyTemplateBase.write(OutputStream os) |
static void |
EncapsulationUtility.writeEncapsulation(WriteContents obj,
OutputStream os) |
static void |
EncapsulationUtility.writeIdentifiableSequence(List container,
OutputStream os)
Write all Identifiables that we contain to os.
|
static void |
EncapsulationUtility.writeOutputStream(OutputStream dataStream,
OutputStream os)
Helper method that is used to extract data from an output
stream and write the data to another output stream.
|
protected void |
JIDLObjectKeyTemplate.writeTemplate(OutputStream os) |
void |
POAObjectKeyTemplate.writeTemplate(OutputStream os) |
protected abstract void |
ObjectKeyTemplateBase.writeTemplate(OutputStream os) |
protected void |
OldJIDLObjectKeyTemplate.writeTemplate(OutputStream os) |
void |
OldPOAObjectKeyTemplate.writeTemplate(OutputStream os) |
Modifier and Type | Method and Description |
---|---|
void |
IIOPProfileTemplateImpl.write(ObjectKeyTemplate okeyTemplate,
ObjectId id,
OutputStream os) |
void |
IIOPProfileImpl.writeContents(OutputStream os) |
void |
MaxStreamFormatVersionComponentImpl.writeContents(OutputStream os) |
void |
AlternateIIOPAddressComponentImpl.writeContents(OutputStream os) |
void |
CodeSetsComponentImpl.writeContents(OutputStream os) |
void |
JavaCodebaseComponentImpl.writeContents(OutputStream os) |
void |
JavaSerializationComponent.writeContents(OutputStream os) |
void |
RequestPartitioningComponentImpl.writeContents(OutputStream os) |
void |
IIOPProfileTemplateImpl.writeContents(OutputStream os)
Write out this IIOPProfileTemplateImpl only.
|
void |
ORBTypeComponentImpl.writeContents(OutputStream os) |
Modifier and Type | Method and Description |
---|---|
void |
ExceptionHandlerImpl.ExceptionRW.write(OutputStream os,
Exception ex) |
void |
ExceptionHandlerImpl.ExceptionRWIDLImpl.write(OutputStream os,
Exception ex) |
void |
ExceptionHandlerImpl.ExceptionRWRMIImpl.write(OutputStream os,
Exception ex) |
void |
DynamicMethodMarshallerImpl.ReaderWriter.write(OutputStream os,
Object value) |
void |
DynamicMethodMarshallerImpl.writeArguments(OutputStream os,
Object[] args) |
void |
DynamicMethodMarshallerImpl.writeException(OutputStream os,
Exception ex) |
void |
ExceptionHandler.writeException(OutputStream os,
Exception ex)
Write the exception ex to os.
|
void |
ExceptionHandlerImpl.writeException(OutputStream os,
Exception ex) |
void |
DynamicMethodMarshallerImpl.writeResult(OutputStream os,
Object result) |
Modifier and Type | Class and Description |
---|---|
class |
CorbaOutputObject |
Modifier and Type | Method and Description |
---|---|
void |
ObjectKeyTemplate.write(ObjectId objectId,
OutputStream os) |
void |
TaggedProfileTemplate.write(ObjectKeyTemplate oktemp,
ObjectId id,
OutputStream os)
Write the profile create( oktemp, id ) to the OutputStream os.
|
void |
Writeable.write(OutputStream arg0)
Write this object directly to the output stream.
|
void |
IdentifiableBase.write(OutputStream os)
Write the data for this object as a CDR encapsulation.
|
void |
TaggedProfileTemplateBase.write(OutputStream os) |
void |
WriteContents.writeContents(OutputStream os) |
Modifier and Type | Method and Description |
---|---|
void |
DynamicMethodMarshaller.writeArguments(OutputStream os,
Object[] args)
Write arguments for this method to the OutputStream.
|
void |
DynamicMethodMarshaller.writeException(OutputStream os,
Exception ex)
Write the repository ID of the exception and the value of the
exception to the OutputStream.
|
void |
DynamicMethodMarshaller.writeResult(OutputStream os,
Object result)
Write the result to the OutputStream.
|
Modifier and Type | Method and Description |
---|---|
void |
ServiceContext.write(OutputStream s,
GIOPVersion gv)
Write the service context to an output stream.
|
void |
UnknownServiceContext.write(OutputStream os,
GIOPVersion gv) |
void |
ServiceContexts.write(OutputStream os,
GIOPVersion gv)
Write the service contexts to the output stream.
|
protected abstract void |
ServiceContext.writeData(OutputStream os)
Writes the data used to represent the subclasses service context
into an encapsulation stream.
|
void |
MaxStreamFormatVersionServiceContext.writeData(OutputStream os) |
void |
CodeSetServiceContext.writeData(OutputStream os) |
void |
SendingContextServiceContext.writeData(OutputStream os) |
void |
UnknownServiceContext.writeData(OutputStream os) |
void |
UEInfoServiceContext.writeData(OutputStream os) |
void |
ORBVersionServiceContext.writeData(OutputStream os) |
static void |
ServiceContexts.writeNullServiceContext(OutputStream os) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.