Uses of Class
org.omg.CORBA_2_3.portable.InputStream
Packages that use InputStream
Package
Description
-
Uses of InputStream in com.sun.corba.se.impl.corba
Methods in com.sun.corba.se.impl.corba with parameters of type InputStream -
Uses of InputStream in com.sun.corba.se.impl.encoding
Subclasses of InputStream in com.sun.corba.se.impl.encodingModifier and TypeClassDescriptionclassclassThis is delegates to the real implementation.classEncapsulations are supposed to explicitly define their code sets and GIOP version.classclassMethods in com.sun.corba.se.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.se.impl.ior
Methods in com.sun.corba.se.impl.ior that return InputStreamModifier and TypeMethodDescriptionstatic InputStreamEncapsulationUtility.getEncapsulationStream(InputStream is) Helper method to read the octet array from is, deencapsulate it, and return as another InputStream.Methods in com.sun.corba.se.impl.ior with parameters of type InputStreamModifier and TypeMethodDescriptionIdentifiableFactoryFinderBase.create(int id, InputStream is) ObjectKeyFactoryImpl.createTemplate(InputStream is) static InputStreamEncapsulationUtility.getEncapsulationStream(InputStream is) Helper method to read the octet array from is, deencapsulate it, and return as another InputStream.abstract IdentifiableIdentifiableFactoryFinderBase.handleMissingFactory(int id, InputStream is) TaggedComponentFactoryFinderImpl.handleMissingFactory(int id, InputStream is) TaggedProfileFactoryFinderImpl.handleMissingFactory(int id, InputStream is) TaggedProfileTemplateFactoryFinderImpl.handleMissingFactory(int id, InputStream is) static voidEncapsulationUtility.readIdentifiableSequence(List container, IdentifiableFactoryFinder 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.se.impl.ior with parameters of type InputStreamModifierConstructorDescriptionGenericIdentifiable(int id, InputStream is) GenericTaggedComponent(int id, InputStream is) GenericTaggedProfile(int id, InputStream is) IORImpl(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.se.impl.ior.iiop
Constructors in com.sun.corba.se.impl.ior.iiop with parameters of type InputStreamModifierConstructorDescription -
Uses of InputStream in com.sun.corba.se.impl.presentation.rmi
Methods in com.sun.corba.se.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.se.impl.protocol
Methods in com.sun.corba.se.impl.protocol with parameters of type InputStreamModifier and TypeMethodDescriptionvoidCorbaMessageMediatorImpl.handleDIIReply(InputStream inputStream) CorbaMessageMediatorImpl.unmarshalDIIUserException(String repoId, InputStream is) -
Uses of InputStream in com.sun.corba.se.impl.util
Methods in com.sun.corba.se.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.se.spi.encoding
Subclasses of InputStream in com.sun.corba.se.spi.encoding -
Uses of InputStream in com.sun.corba.se.spi.ior
Methods in com.sun.corba.se.spi.ior with parameters of type InputStreamModifier and TypeMethodDescriptionfinal IdentifiableEncapsulationFactoryBase.create(InputStream in) IdentifiableFactory.create(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(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 IdentifiableEncapsulationFactoryBase.readContents(InputStream is) -
Uses of InputStream in com.sun.corba.se.spi.ior.iiop
Methods in com.sun.corba.se.spi.ior.iiop with parameters of type InputStreamModifier and TypeMethodDescriptionstatic IIOPAddressIIOPFactories.makeIIOPAddress(InputStream is) -
Uses of InputStream in com.sun.corba.se.spi.presentation.rmi
Methods in com.sun.corba.se.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.se.spi.protocol
Methods in com.sun.corba.se.spi.protocol with parameters of type InputStreamModifier and TypeMethodDescriptionvoidCorbaMessageMediator.handleDIIReply(InputStream inputStream) CorbaMessageMediator.unmarshalDIIUserException(String repoId, InputStream inputStream) -
Uses of InputStream in com.sun.corba.se.spi.servicecontext
Fields in com.sun.corba.se.spi.servicecontext declared as InputStreamModifier and TypeFieldDescriptionprotected InputStreamServiceContext.inin is the stream containing the service context representation.Methods in com.sun.corba.se.spi.servicecontext with parameters of type InputStreamModifier and TypeMethodDescriptionServiceContextData.makeServiceContext(InputStream is, GIOPVersion gv) Factory method used to create a ServiceContext object by unmarshalling it from the InputStream.Constructors in com.sun.corba.se.spi.servicecontext with parameters of type InputStreamModifierConstructorDescriptionprotectedServiceContext(InputStream s, GIOPVersion gv) Stream constructor used when subclass is constructed from an InputStream.Read the Service contexts from the input stream.UnknownServiceContext(int id, InputStream is) -
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.