Uses of Class
org.omg.CORBA_2_3.portable.InputStream
-
Packages that use InputStream Package Description com.sun.corba.ee.impl.corba com.sun.corba.ee.impl.encoding com.sun.corba.ee.impl.io com.sun.corba.ee.impl.ior com.sun.corba.ee.impl.ior.iiop com.sun.corba.ee.impl.plugin.hwlb com.sun.corba.ee.impl.presentation.rmi com.sun.corba.ee.impl.protocol com.sun.corba.ee.impl.servicecontext com.sun.corba.ee.impl.util com.sun.corba.ee.spi.folb com.sun.corba.ee.spi.ior Provides access to the components and profiles in an IOR without the overhead of CDR encoding.com.sun.corba.ee.spi.ior.iiop com.sun.corba.ee.spi.presentation.rmi com.sun.corba.ee.spi.protocol com.sun.corba.ee.spi.servicecontext org.omg.CORBA.portable Provides a portability layer, that is, a set of ORB APIs that makes it possible for code generated by one vendor to run on another vendor's ORB. -
-
Uses of InputStream in com.sun.corba.ee.impl.corba
Subclasses of InputStream in com.sun.corba.ee.impl.corba Modifier and Type Class Description private static class
AnyImpl.AnyInputStream
Methods in com.sun.corba.ee.impl.corba with parameters of type InputStream Modifier and Type Method Description void
TypeCodeImpl. read_value(InputStream is)
(package private) void
TypeCodeImpl. read_value_body(InputStream is)
(package private) void
TypeCodeImpl. read_value_kind(InputStream is)
private void
TypeCodeImpl. readValueBodyComplexAlias(InputStream is, TypeCodeInputStream _encap)
private void
TypeCodeImpl. readValueBodyComplexArray(InputStream is, TypeCodeInputStream _encap)
private void
TypeCodeImpl. readValueBodyComplexSequence(InputStream is, TypeCodeInputStream _encap)
private void
TypeCodeImpl. readValueBodyComplexStruct(InputStream is, TypeCodeInputStream _encap)
private void
TypeCodeImpl. readValueBodyComplexUnion(InputStream is, TypeCodeInputStream _encap)
private void
TypeCodeImpl. readValueBodyComplexValue(InputStream is, TypeCodeInputStream _encap)
private void
TypeCodeImpl. readValueBodySimple(InputStream is)
-
Uses of InputStream in com.sun.corba.ee.impl.encoding
Subclasses of InputStream in com.sun.corba.ee.impl.encoding Modifier and Type Class Description class
CDRInputObject
class
EncapsInputStream
Encapsulations are supposed to explicitly define their code sets and GIOP version.class
TypeCodeInputStream
class
WrapperInputStream
Fields in com.sun.corba.ee.impl.encoding declared as InputStream Modifier and Type Field Description private InputStream
TypeCodeInputStream. enclosure
Methods in com.sun.corba.ee.impl.encoding with parameters of type InputStream Modifier and Type Method Description static TypeCodeInputStream
TypeCodeInputStream. readEncapsulation(InputStream is, ORB _orb)
void
TypeCodeInputStream. setEnclosingInputStream(InputStream enclosure)
void
TypeCodeReader. setEnclosingInputStream(InputStream enclosure)
void
WrapperInputStream. setEnclosingInputStream(InputStream enclosure)
-
Uses of InputStream in com.sun.corba.ee.impl.io
Fields in com.sun.corba.ee.impl.io declared as InputStream Modifier and Type Field Description private InputStream
IIOPInputStream. orbStream
Methods in com.sun.corba.ee.impl.io that return InputStream Modifier and Type Method Description (package private) InputStream
IIOPInputStream. getOrbStream()
(package private) abstract InputStream
InputStreamHook. getOrbStream()
Methods in com.sun.corba.ee.impl.io with parameters of type InputStream Modifier and Type Method Description private java.lang.Object
ValueHandlerImpl. read_Array(IIOPInputStream bridge, InputStream in, java.lang.Class sequence, CodeBase sender, int offset)
private void
ValueHandlerImpl. readCharArray(InputStream in, char[] array, int offset, int length)
Encapsulates reading of Java char arrays so that the 1.3 subclass can override it without exposing internals across packages.private java.io.Serializable
ValueHandlerImpl. readValueInternal(IIOPInputStream bridge, InputStream in, int offset, java.lang.Class<?> clazz, java.lang.String repositoryID, CodeBase sender)
(package private) void
IIOPInputStream. setOrbStream(InputStream os)
-
Uses of InputStream in com.sun.corba.ee.impl.ior
Methods in com.sun.corba.ee.impl.ior that return InputStream Modifier and Type Method Description static InputStream
EncapsulationUtility. getEncapsulationStream(ORB orb, InputStream is)
Helper method to read the octet array from is, deencapsulate it, and return as another InputStream.Methods in com.sun.corba.ee.impl.ior with parameters of type InputStream Modifier and Type Method Description E
IdentifiableFactoryFinderBase. create(int id, InputStream is)
private ObjectKeyTemplate
ObjectKeyFactoryImpl. create(InputStream is, Handler handler, OctetSeqHolder osh)
Creates an ObjectKeyTemplate from the InputStream.ObjectKeyTemplate
ObjectKeyFactoryImpl. createTemplate(InputStream is)
static InputStream
EncapsulationUtility. getEncapsulationStream(ORB orb, InputStream is)
Helper method to read the octet array from is, deencapsulate it, and return as another InputStream.ObjectKeyTemplate
Handler. handle(int magic, int scid, InputStream is, OctetSeqHolder osh)
abstract E
IdentifiableFactoryFinderBase. handleMissingFactory(int id, InputStream is)
TaggedComponent
TaggedComponentFactoryFinderImpl. handleMissingFactory(int id, InputStream is)
TaggedProfile
TaggedProfileFactoryFinderImpl. handleMissingFactory(int id, InputStream is)
TaggedProfileTemplate
TaggedProfileTemplateFactoryFinderImpl. handleMissingFactory(int id, InputStream is)
static <E extends Identifiable>
voidEncapsulationUtility. readIdentifiableSequence(java.util.List<E> container, IdentifiableFactoryFinder<E> finder, InputStream istr)
Read the count from is, then read count Identifiables from is using the factory.protected byte[]
ObjectKeyTemplateBase. readObjectKey(InputStream is)
static byte[]
EncapsulationUtility. readOctets(InputStream is)
Helper method that reads an octet array from an input stream.protected void
NewObjectKeyTemplateBase. setORBVersion(InputStream is)
Constructors in com.sun.corba.ee.impl.ior with parameters of type InputStream Constructor Description GenericIdentifiable(int id, InputStream is)
GenericTaggedComponent(int id, InputStream is)
GenericTaggedProfile(int id, InputStream is)
IORImpl(ORB orb, InputStream is)
IORTemplateImpl(InputStream is)
IORTemplateListImpl(InputStream is)
JIDLObjectKeyTemplate(ORB orb, int magic, int scid, InputStream is)
This constructor reads the template ONLY from the stream.JIDLObjectKeyTemplate(ORB orb, int magic, int scid, InputStream is, OctetSeqHolder osh)
This constructor reads a complete ObjectKey (template and Id) from the stream.OldJIDLObjectKeyTemplate(ORB orb, int magic, int scid, InputStream is)
OldJIDLObjectKeyTemplate(ORB orb, int magic, int scid, InputStream is, OctetSeqHolder osh)
OldPOAObjectKeyTemplate(ORB orb, int magic, int scid, InputStream is)
This constructor reads the template ONLY from the streamOldPOAObjectKeyTemplate(ORB orb, int magic, int scid, InputStream is, OctetSeqHolder osh)
This constructor reads a complete ObjectKey (template and Id) from the stream.POAObjectKeyTemplate(ORB orb, int magic, int scid, InputStream is)
This constructor reads the template ONLY from the stream.POAObjectKeyTemplate(ORB orb, int magic, int scid, InputStream is, OctetSeqHolder osh)
This constructor reads a complete ObjectKey (template and Id) from the stream. -
Uses of InputStream in com.sun.corba.ee.impl.ior.iiop
Methods in com.sun.corba.ee.impl.ior.iiop with parameters of type InputStream Modifier and Type Method Description private void
IIOPProfileImpl. init(InputStream istr)
Constructors in com.sun.corba.ee.impl.ior.iiop with parameters of type InputStream Constructor Description CodeSetsComponentImpl(InputStream is)
IIOPAddressImpl(InputStream is)
IIOPProfileImpl(InputStream is)
IIOPProfileTemplateImpl(InputStream istr)
-
Uses of InputStream in com.sun.corba.ee.impl.plugin.hwlb
Constructors in com.sun.corba.ee.impl.plugin.hwlb with parameters of type InputStream Constructor Description SpecialIIOPProfileImpl(InputStream in)
-
Uses of InputStream in com.sun.corba.ee.impl.presentation.rmi
Methods in com.sun.corba.ee.impl.presentation.rmi with parameters of type InputStream Modifier and Type Method Description java.lang.Object
DynamicMethodMarshallerImpl.ReaderWriter. read(InputStream is)
java.lang.Exception
ExceptionHandlerImpl.ExceptionRW. read(InputStream is)
java.lang.Exception
ExceptionHandlerImpl.ExceptionRWIDLImpl. read(InputStream is)
java.lang.Exception
ExceptionHandlerImpl.ExceptionRWRMIImpl. read(InputStream is)
java.lang.Object[]
DynamicMethodMarshallerImpl. readArguments(InputStream is)
java.lang.Object
DynamicMethodMarshallerImpl. readResult(InputStream is)
-
Uses of InputStream in com.sun.corba.ee.impl.protocol
Methods in com.sun.corba.ee.impl.protocol with parameters of type InputStream Modifier and Type Method Description void
MessageMediatorImpl. handleDIIReply(InputStream inputStream)
java.lang.Exception
MessageMediatorImpl. unmarshalDIIUserException(java.lang.String repoId, InputStream is)
-
Uses of InputStream in com.sun.corba.ee.impl.servicecontext
Methods in com.sun.corba.ee.impl.servicecontext with parameters of type InputStream Modifier and Type Method Description private void
ServiceContextsImpl. createMapFromInputStream(InputStream is)
Given the input stream, this fills our service context map.Constructors in com.sun.corba.ee.impl.servicecontext with parameters of type InputStream Constructor Description CodeSetServiceContextImpl(InputStream is, GIOPVersion gv)
MaxStreamFormatVersionServiceContextImpl(InputStream is, GIOPVersion gv)
ORBVersionServiceContextImpl(InputStream is, GIOPVersion gv)
SendingContextServiceContextImpl(InputStream is, GIOPVersion gv)
ServiceContextsImpl(InputStream s)
Read the Service contexts from the input stream.UEInfoServiceContextImpl(InputStream is, GIOPVersion gv)
UnknownServiceContextImpl(int id, InputStream is)
-
Uses of InputStream in com.sun.corba.ee.impl.util
Methods in com.sun.corba.ee.impl.util with parameters of type InputStream Modifier and Type Method Description static java.lang.Object
Utility. readAbstractAndNarrow(InputStream in, java.lang.Class narrowTo)
Read an abstract interface type from the input stream and narrow it to the desired type. -
Uses of InputStream in com.sun.corba.ee.spi.folb
Constructors in com.sun.corba.ee.spi.folb with parameters of type InputStream Constructor Description ClusterInstanceInfo(InputStream is)
SocketInfo(InputStream is)
-
Uses of InputStream in com.sun.corba.ee.spi.ior
Methods in com.sun.corba.ee.spi.ior with parameters of type InputStream Modifier and Type Method Description E
EncapsulationFactoryBase. create(ORB orb, InputStream in)
E
IdentifiableFactory. create(ORB orb, InputStream in)
Construct the appropriate Identifiable object with the given id from the InputStream is.E
IdentifiableFactoryFinder. create(int id, InputStream is)
If there is a registered factory for id, use it to read an Identifiable from is.ObjectKeyTemplate
ObjectKeyFactory. createTemplate(InputStream is)
Create an ObjectKeyTemplate from its representation in an InputStream.static IOR
IORFactories. makeIOR(ORB orb, InputStream is)
Read an IOR from an InputStream.static IORTemplate
IORFactories. makeIORTemplate(InputStream is)
Read an IORTemplate from an InputStream.static IORTemplateList
IORFactories. makeIORTemplateList(InputStream is)
protected abstract E
EncapsulationFactoryBase. readContents(InputStream is)
-
Uses of InputStream in com.sun.corba.ee.spi.ior.iiop
Methods in com.sun.corba.ee.spi.ior.iiop with parameters of type InputStream Modifier and Type Method Description static IIOPAddress
IIOPFactories. makeIIOPAddress(InputStream is)
-
Uses of InputStream in com.sun.corba.ee.spi.presentation.rmi
Methods in com.sun.corba.ee.spi.presentation.rmi with parameters of type InputStream Modifier and Type Method Description java.lang.Object[]
DynamicMethodMarshaller. readArguments(InputStream is)
Read the arguments for this method from the InputStream.java.lang.Object
DynamicMethodMarshaller. readResult(InputStream is)
Read the result from the InputStream. -
Uses of InputStream in com.sun.corba.ee.spi.protocol
Methods in com.sun.corba.ee.spi.protocol with parameters of type InputStream Modifier and Type Method Description void
MessageMediator. handleDIIReply(InputStream inputStream)
java.lang.Exception
MessageMediator. unmarshalDIIUserException(java.lang.String repoId, InputStream inputStream)
-
Uses of InputStream in com.sun.corba.ee.spi.servicecontext
Fields in com.sun.corba.ee.spi.servicecontext declared as InputStream Modifier and Type Field Description protected InputStream
ServiceContextBase. in
in is the stream containing the service context representation.Methods in com.sun.corba.ee.spi.servicecontext with parameters of type InputStream Modifier and Type Method Description ServiceContext
ServiceContext.Factory. create(InputStream s, GIOPVersion gv)
static ServiceContexts
ServiceContextDefaults. makeServiceContexts(InputStream is)
static UnknownServiceContext
ServiceContextDefaults. makeUnknownServiceContext(int id, InputStream str)
Constructors in com.sun.corba.ee.spi.servicecontext with parameters of type InputStream Constructor Description ServiceContextBase(InputStream s)
Stream constructor used when subclass is constructed from an InputStream. -
Uses of InputStream in org.omg.CORBA.portable
Methods in org.omg.CORBA.portable with parameters of type InputStream Modifier and Type Method Description java.io.Serializable
ValueFactory. read_value(InputStream is)
Is called by the ORB runtime while in the process of unmarshaling a value type.
-