Uses of Class
org.omg.CORBA_2_3.portable.InputStream
Packages that use InputStream
Package
Description
Provides access to the components and profiles in an IOR without the overhead
of CDR encoding.
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.corbaMethods in com.sun.corba.ee.impl.corba with parameters of type InputStreamModifier and TypeMethodDescriptionvoidTypeCodeImpl.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.encodingModifier and TypeClassDescriptionclassclassEncapsulations are supposed to explicitly define their code sets and GIOP version.classclassFields in com.sun.corba.ee.impl.encoding declared as InputStreamMethods in com.sun.corba.ee.impl.encoding with parameters of type InputStreamModifier and TypeMethodDescriptionstatic 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 InputStreamMethods in com.sun.corba.ee.impl.io that return InputStreamModifier and TypeMethodDescription(package private) final InputStreamIIOPInputStream.getOrbStream()(package private) abstract InputStreamInputStreamHook.getOrbStream()Methods in com.sun.corba.ee.impl.io with parameters of type InputStreamModifier and TypeMethodDescriptionprivate ObjectValueHandlerImpl.read_Array(IIOPInputStream bridge, InputStream in, 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 SerializableValueHandlerImpl.readValueInternal(IIOPInputStream bridge, InputStream in, int offset, Class<?> clazz, String repositoryID, CodeBase sender) (package private) final voidIIOPInputStream.setOrbStream(InputStream os) -
Uses of InputStream in com.sun.corba.ee.impl.ior
Methods in com.sun.corba.ee.impl.ior that return InputStreamModifier and TypeMethodDescriptionstatic 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 InputStreamModifier and TypeMethodDescriptionIdentifiableFactoryFinderBase.create(int id, InputStream is) private ObjectKeyTemplateObjectKeyFactoryImpl.create(InputStream is, Handler handler, OctetSeqHolder osh) Creates an ObjectKeyTemplate from the InputStream.ObjectKeyFactoryImpl.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.Handler.handle(int magic, int scid, InputStream is, OctetSeqHolder osh) abstract EIdentifiableFactoryFinderBase.handleMissingFactory(int id, InputStream is) TaggedComponentFactoryFinderImpl.handleMissingFactory(int id, InputStream is) TaggedProfileFactoryFinderImpl.handleMissingFactory(int id, InputStream is) TaggedProfileTemplateFactoryFinderImpl.handleMissingFactory(int id, InputStream is) static <E extends Identifiable>
voidEncapsulationUtility.readIdentifiableSequence(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 InputStreamModifierConstructorDescriptionGenericIdentifiable(int id, InputStream is) GenericTaggedComponent(int id, InputStream is) GenericTaggedProfile(int id, InputStream is) IORImpl(ORB orb, 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 InputStreamConstructors in com.sun.corba.ee.impl.ior.iiop with parameters of type InputStreamModifierConstructorDescription -
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 -
Uses of InputStream in com.sun.corba.ee.impl.presentation.rmi
Methods in com.sun.corba.ee.impl.presentation.rmi with parameters of type InputStreamModifier and TypeMethodDescriptionDynamicMethodMarshallerImpl.ReaderWriter.read(InputStream is) ExceptionHandlerImpl.ExceptionRW.read(InputStream is) ExceptionHandlerImpl.ExceptionRWIDLImpl.read(InputStream is) ExceptionHandlerImpl.ExceptionRWRMIImpl.read(InputStream is) Object[]DynamicMethodMarshallerImpl.readArguments(InputStream is) 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 InputStreamModifier and TypeMethodDescriptionvoidMessageMediatorImpl.handleDIIReply(InputStream inputStream) MessageMediatorImpl.unmarshalDIIUserException(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 InputStreamModifier and TypeMethodDescriptionprivate 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 InputStreamModifierConstructorDescriptionRead the Service contexts from the input stream.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 InputStreamModifier and TypeMethodDescriptionstatic ObjectUtility.readAbstractAndNarrow(InputStream in, 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 -
Uses of InputStream in com.sun.corba.ee.spi.ior
Methods in com.sun.corba.ee.spi.ior with parameters of type InputStreamModifier and TypeMethodDescriptionfinal EEncapsulationFactoryBase.create(ORB orb, InputStream in) IdentifiableFactory.create(ORB orb, InputStream in) Construct the appropriate Identifiable object with the given id from the InputStream is.IdentifiableFactoryFinder.create(int id, InputStream is) If there is a registered factory for id, use it to read an Identifiable from is.ObjectKeyFactory.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 InputStreamModifier and TypeMethodDescriptionstatic 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 InputStreamModifier and TypeMethodDescriptionObject[]DynamicMethodMarshaller.readArguments(InputStream is) Read the arguments for this method from the InputStream.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 InputStreamModifier and TypeMethodDescriptionvoidMessageMediator.handleDIIReply(InputStream inputStream) MessageMediator.unmarshalDIIUserException(String repoId, InputStream inputStream) -
Uses of InputStream in com.sun.corba.ee.spi.servicecontext
Fields in com.sun.corba.ee.spi.servicecontext declared as InputStreamModifier and TypeFieldDescriptionprotected InputStreamServiceContextBase.inin is the stream containing the service context representation.Methods in com.sun.corba.ee.spi.servicecontext with parameters of type InputStreamModifier and TypeMethodDescriptionServiceContext.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 InputStreamModifierConstructorDescriptionprotectedStream 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 InputStreamModifier and TypeMethodDescriptionValueFactory.read_value(InputStream is) Is called by the ORB runtime while in the process of unmarshaling a value type.