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 classAnyImpl.AnyInputStreamMethods in com.sun.corba.ee.impl.corba with parameters of type InputStream Modifier and Type Method Description voidTypeCodeImpl. read_value(InputStream is)(package private) voidTypeCodeImpl. read_value_body(InputStream is)(package private) voidTypeCodeImpl. read_value_kind(InputStream is)private voidTypeCodeImpl. readValueBodyComplexAlias(InputStream is, TypeCodeInputStream _encap)private voidTypeCodeImpl. readValueBodyComplexArray(InputStream is, TypeCodeInputStream _encap)private voidTypeCodeImpl. readValueBodyComplexSequence(InputStream is, TypeCodeInputStream _encap)private voidTypeCodeImpl. readValueBodyComplexStruct(InputStream is, TypeCodeInputStream _encap)private voidTypeCodeImpl. readValueBodyComplexUnion(InputStream is, TypeCodeInputStream _encap)private voidTypeCodeImpl. readValueBodyComplexValue(InputStream is, TypeCodeInputStream _encap)private voidTypeCodeImpl. 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 classCDRInputObjectclassEncapsInputStreamEncapsulations are supposed to explicitly define their code sets and GIOP version.classTypeCodeInputStreamclassWrapperInputStreamFields in com.sun.corba.ee.impl.encoding declared as InputStream Modifier and Type Field Description private InputStreamTypeCodeInputStream. enclosureMethods in com.sun.corba.ee.impl.encoding with parameters of type InputStream Modifier and Type Method Description static TypeCodeInputStreamTypeCodeInputStream. readEncapsulation(InputStream is, ORB _orb)voidTypeCodeInputStream. setEnclosingInputStream(InputStream enclosure)voidTypeCodeReader. setEnclosingInputStream(InputStream enclosure)voidWrapperInputStream. 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 InputStreamIIOPInputStream. orbStreamMethods in com.sun.corba.ee.impl.io that return InputStream Modifier and Type Method Description (package private) InputStreamIIOPInputStream. getOrbStream()(package private) abstract InputStreamInputStreamHook. getOrbStream()Methods in com.sun.corba.ee.impl.io with parameters of type InputStream Modifier and Type Method Description private java.lang.ObjectValueHandlerImpl. read_Array(IIOPInputStream bridge, InputStream in, java.lang.Class sequence, CodeBase sender, int offset)private voidValueHandlerImpl. 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.SerializableValueHandlerImpl. readValueInternal(IIOPInputStream bridge, InputStream in, int offset, java.lang.Class<?> clazz, java.lang.String repositoryID, CodeBase sender)(package private) voidIIOPInputStream. 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 InputStreamEncapsulationUtility. 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 EIdentifiableFactoryFinderBase. create(int id, InputStream is)private ObjectKeyTemplateObjectKeyFactoryImpl. create(InputStream is, Handler handler, OctetSeqHolder osh)Creates an ObjectKeyTemplate from the InputStream.ObjectKeyTemplateObjectKeyFactoryImpl. createTemplate(InputStream is)static InputStreamEncapsulationUtility. getEncapsulationStream(ORB orb, InputStream is)Helper method to read the octet array from is, deencapsulate it, and return as another InputStream.ObjectKeyTemplateHandler. handle(int magic, int scid, InputStream is, OctetSeqHolder osh)abstract EIdentifiableFactoryFinderBase. handleMissingFactory(int id, InputStream is)TaggedComponentTaggedComponentFactoryFinderImpl. handleMissingFactory(int id, InputStream is)TaggedProfileTaggedProfileFactoryFinderImpl. handleMissingFactory(int id, InputStream is)TaggedProfileTemplateTaggedProfileTemplateFactoryFinderImpl. 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 voidNewObjectKeyTemplateBase. 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 voidIIOPProfileImpl. 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.ObjectDynamicMethodMarshallerImpl.ReaderWriter. read(InputStream is)java.lang.ExceptionExceptionHandlerImpl.ExceptionRW. read(InputStream is)java.lang.ExceptionExceptionHandlerImpl.ExceptionRWIDLImpl. read(InputStream is)java.lang.ExceptionExceptionHandlerImpl.ExceptionRWRMIImpl. read(InputStream is)java.lang.Object[]DynamicMethodMarshallerImpl. readArguments(InputStream is)java.lang.ObjectDynamicMethodMarshallerImpl. 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 voidMessageMediatorImpl. handleDIIReply(InputStream inputStream)java.lang.ExceptionMessageMediatorImpl. 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 voidServiceContextsImpl. 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.ObjectUtility. 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 EEncapsulationFactoryBase. create(ORB orb, InputStream in)EIdentifiableFactory. create(ORB orb, InputStream in)Construct the appropriate Identifiable object with the given id from the InputStream is.EIdentifiableFactoryFinder. create(int id, InputStream is)If there is a registered factory for id, use it to read an Identifiable from is.ObjectKeyTemplateObjectKeyFactory. createTemplate(InputStream is)Create an ObjectKeyTemplate from its representation in an InputStream.static IORIORFactories. makeIOR(ORB orb, InputStream is)Read an IOR from an InputStream.static IORTemplateIORFactories. makeIORTemplate(InputStream is)Read an IORTemplate from an InputStream.static IORTemplateListIORFactories. makeIORTemplateList(InputStream is)protected abstract EEncapsulationFactoryBase. 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 IIOPAddressIIOPFactories. 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.ObjectDynamicMethodMarshaller. 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 voidMessageMediator. handleDIIReply(InputStream inputStream)java.lang.ExceptionMessageMediator. 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 InputStreamServiceContextBase. inin 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 ServiceContextServiceContext.Factory. create(InputStream s, GIOPVersion gv)static ServiceContextsServiceContextDefaults. makeServiceContexts(InputStream is)static UnknownServiceContextServiceContextDefaults. 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.SerializableValueFactory. read_value(InputStream is)Is called by the ORB runtime while in the process of unmarshaling a value type.
-