Uses of Class
org.omg.CORBA.portable.InputStream
-
-
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.AnyInputStreamFields in com.sun.corba.ee.impl.corba declared as InputStream Modifier and Type Field Description private InputStreamServerRequestImpl. _insMethods in com.sun.corba.ee.impl.corba that return InputStream Modifier and Type Method Description InputStreamAnyImpl.AnyOutputStream. create_input_stream()InputStreamAnyImpl. create_input_stream()returns an input stream that an Any value can be marshaled out of.Methods in com.sun.corba.ee.impl.corba with parameters of type InputStream Modifier and Type Method Description protected voidTypeCodeImpl. copy(InputStream src, OutputStream dst)This is not a copy of the TypeCodeImpl objects, but instead it copies the value this type code is representing.private booleanAnyImpl. equalMember(TypeCode memberType, InputStream myStream, InputStream otherStream)static AnyAnyImpl. extractAnyFromStream(TypeCode memberType, InputStream input, ORB orb)static AnyAnyImplHelper. read(InputStream istream)static TypeCodeTypeCodeImplHelper. read(InputStream istream)voidAnyImpl. read_value(InputStream in, TypeCode tc)(package private) static voidTCUtility. unmarshalIn(InputStream s, TypeCode typeCode, long[] la, java.lang.Object[] oa)voidRequestImpl. unmarshalReply(InputStream is) -
Uses of InputStream in com.sun.corba.ee.impl.dynamicany
Methods in com.sun.corba.ee.impl.dynamicany with parameters of type InputStream Modifier and Type Method Description (package private) static AnyDynAnyUtil. extractAnyFromStream(TypeCode memberType, InputStream input, ORB orb) -
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.classTypeCodeInputStreamclassWrapperInputStreamMethods in com.sun.corba.ee.impl.encoding that return InputStream Modifier and Type Method Description InputStreamCDROutputObject. create_input_stream()overrides create_input_stream from CDROutputStreamInputStreamEncapsOutputStream. create_input_stream()InputStreamMarshalOutputStream. create_input_stream()InputStreamTypeCodeOutputStream. create_input_stream() -
Uses of InputStream in com.sun.corba.ee.impl.io
Fields in com.sun.corba.ee.impl.io with type parameters of type InputStream Modifier and Type Field Description private java.util.Map<InputStream,IIOPInputStream>ValueHandlerImpl. inputStreamPairsMethods in com.sun.corba.ee.impl.io with parameters of type InputStream Modifier and Type Method Description protected java.lang.StringIIOPInputStream. internalReadUTF(InputStream stream)Helper method for correcting the Kestrel bug 4367783 (dealing with larger than 8-bit chars).java.io.SerializableValueHandlerImpl. readValue(InputStream _in, int offset, java.lang.Class clazz, java.lang.String repositoryID, RunTime _sender)Reads a value from the stream using java semantics. -
Uses of InputStream in com.sun.corba.ee.impl.ior
Methods in com.sun.corba.ee.impl.ior with parameters of type InputStream Modifier and Type Method Description voidObjectReferenceFactoryImpl. _read(InputStream is)Read the data into a (presumably) empty ObjectReferenceFactoryImpl.voidObjectReferenceTemplateImpl. _read(InputStream is)static java.lang.String[]POAObjectKeyTemplate. readPOAName(InputStream istream)Constructors in com.sun.corba.ee.impl.ior with parameters of type InputStream Constructor Description ObjectReferenceFactoryImpl(InputStream is)ObjectReferenceTemplateImpl(InputStream is) -
Uses of InputStream in com.sun.corba.ee.impl.javax.rmi.CORBA
Methods in com.sun.corba.ee.impl.javax.rmi.CORBA with parameters of type InputStream Modifier and Type Method Description java.lang.ObjectUtil. readAny(InputStream in)Reads a java.lang.Object as a CORBA any. -
Uses of InputStream in com.sun.corba.ee.impl.misc
Methods in com.sun.corba.ee.impl.misc with parameters of type InputStream Modifier and Type Method Description static SystemExceptionORBUtility. readSystemException(InputStream strm)Static method for reading a CORBA standard exception from a stream. -
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 OutputStreamReflectiveTie. _invoke(java.lang.String method, InputStream _in, ResponseHandler reply) -
Uses of InputStream in com.sun.corba.ee.impl.protocol
Methods in com.sun.corba.ee.impl.protocol that return InputStream Modifier and Type Method Description InputStreamClientDelegateImpl. invoke(Object self, OutputStream output)Methods in com.sun.corba.ee.impl.protocol with parameters of type InputStream Modifier and Type Method Description voidClientDelegateImpl. releaseReply(Object self, InputStream input) -
Uses of InputStream in com.sun.corba.ee.impl.protocol.giopmsgheaders
Methods in com.sun.corba.ee.impl.protocol.giopmsgheaders with parameters of type InputStream Modifier and Type Method Description static shortAddressingDispositionHelper. read(InputStream istream)voidCancelRequestMessage_1_0. read(InputStream istream)voidCancelRequestMessage_1_1. read(InputStream istream)voidCancelRequestMessage_1_2. read(InputStream istream)voidFragmentMessage_1_1. read(InputStream istream)voidFragmentMessage_1_2. read(InputStream istream)static IORAddressingInfoIORAddressingInfoHelper. read(InputStream istream)voidLocateReplyMessage_1_0. read(InputStream istream)voidLocateReplyMessage_1_1. read(InputStream istream)voidLocateReplyMessage_1_2. read(InputStream istream)voidLocateRequestMessage_1_0. read(InputStream istream)voidLocateRequestMessage_1_1. read(InputStream istream)voidLocateRequestMessage_1_2. read(InputStream istream)voidMessage_1_0. read(InputStream istream)voidMessage_1_1. read(InputStream istream)voidMessage. read(InputStream istream)voidReplyMessage_1_0. read(InputStream istream)voidReplyMessage_1_1. read(InputStream istream)voidReplyMessage_1_2. read(InputStream istream)voidRequestMessage_1_0. read(InputStream istream)voidRequestMessage_1_1. read(InputStream istream)voidRequestMessage_1_2. read(InputStream istream)static TargetAddressTargetAddressHelper. read(InputStream istream) -
Uses of InputStream in com.sun.corba.ee.impl.resolver
Methods in com.sun.corba.ee.impl.resolver that return InputStream Modifier and Type Method Description private InputStreamBootstrapResolverImpl. invoke(java.lang.String operationName, java.lang.String parameter)For the BootStrap operation we do not expect to have more than one parameter. -
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. readObjectAndNarrow(InputStream in, java.lang.Class narrowTo)Read an object reference from the input stream and narrow it to the desired type. -
Uses of InputStream in com.sun.corba.ee.org.omg.CSI
Methods in com.sun.corba.ee.org.omg.CSI with parameters of type InputStream Modifier and Type Method Description voidAuthorizationElementContentsHolder. _read(InputStream i)voidAuthorizationElementHolder. _read(InputStream i)voidAuthorizationTokenHolder. _read(InputStream i)voidCompleteEstablishContextHolder. _read(InputStream i)voidContextErrorHolder. _read(InputStream i)voidEstablishContextHolder. _read(InputStream i)voidGSS_NT_ExportedNameHolder. _read(InputStream i)voidGSS_NT_ExportedNameListHolder. _read(InputStream i)voidGSSTokenHolder. _read(InputStream i)voidIdentityExtensionHolder. _read(InputStream i)voidIdentityTokenHolder. _read(InputStream i)voidMessageInContextHolder. _read(InputStream i)voidOIDHolder. _read(InputStream i)voidOIDListHolder. _read(InputStream i)voidSASContextBodyHolder. _read(InputStream i)voidUTF8StringHolder. _read(InputStream i)voidX501DistinguishedNameHolder. _read(InputStream i)voidX509CertificateChainHolder. _read(InputStream i)static byte[]AuthorizationElementContentsHelper. read(InputStream istream)static AuthorizationElementAuthorizationElementHelper. read(InputStream istream)static intAuthorizationElementTypeHelper. read(InputStream istream)static AuthorizationElement[]AuthorizationTokenHelper. read(InputStream istream)static CompleteEstablishContextCompleteEstablishContextHelper. read(InputStream istream)static ContextErrorContextErrorHelper. read(InputStream istream)static longContextIdHelper. read(InputStream istream)static EstablishContextEstablishContextHelper. read(InputStream istream)static byte[]GSS_NT_ExportedNameHelper. read(InputStream istream)static byte[][]GSS_NT_ExportedNameListHelper. read(InputStream istream)static byte[]GSSTokenHelper. read(InputStream istream)static byte[]IdentityExtensionHelper. read(InputStream istream)static IdentityTokenIdentityTokenHelper. read(InputStream istream)static intIdentityTokenTypeHelper. read(InputStream istream)static MessageInContextMessageInContextHelper. read(InputStream istream)static shortMsgTypeHelper. read(InputStream istream)static byte[]OIDHelper. read(InputStream istream)static byte[][]OIDListHelper. read(InputStream istream)static SASContextBodySASContextBodyHelper. read(InputStream istream)static java.lang.StringStringOIDHelper. read(InputStream istream)static byte[]UTF8StringHelper. read(InputStream istream)static byte[]X501DistinguishedNameHelper. read(InputStream istream)static byte[]X509CertificateChainHelper. read(InputStream istream) -
Uses of InputStream in com.sun.corba.ee.org.omg.CSIIOP
Methods in com.sun.corba.ee.org.omg.CSIIOP with parameters of type InputStream Modifier and Type Method Description voidAS_ContextSecHolder. _read(InputStream i)voidCompoundSecMechanismsHolder. _read(InputStream i)voidCompoundSecMechHolder. _read(InputStream i)voidCompoundSecMechListHolder. _read(InputStream i)voidSAS_ContextSecHolder. _read(InputStream i)voidSECIOP_SEC_TRANSHolder. _read(InputStream i)voidServiceConfigurationHolder. _read(InputStream i)voidServiceConfigurationListHolder. _read(InputStream i)voidServiceSpecificNameHolder. _read(InputStream i)voidTLS_SEC_TRANSHolder. _read(InputStream i)voidTransportAddressHolder. _read(InputStream i)voidTransportAddressListHolder. _read(InputStream i)static AS_ContextSecAS_ContextSecHelper. read(InputStream istream)static shortAssociationOptionsHelper. read(InputStream istream)static CompoundSecMech[]CompoundSecMechanismsHelper. read(InputStream istream)static CompoundSecMechCompoundSecMechHelper. read(InputStream istream)static CompoundSecMechListCompoundSecMechListHelper. read(InputStream istream)static SAS_ContextSecSAS_ContextSecHelper. read(InputStream istream)static SECIOP_SEC_TRANSSECIOP_SEC_TRANSHelper. read(InputStream istream)static ServiceConfigurationServiceConfigurationHelper. read(InputStream istream)static ServiceConfiguration[]ServiceConfigurationListHelper. read(InputStream istream)static intServiceConfigurationSyntaxHelper. read(InputStream istream)static byte[]ServiceSpecificNameHelper. read(InputStream istream)static TLS_SEC_TRANSTLS_SEC_TRANSHelper. read(InputStream istream)static TransportAddressTransportAddressHelper. read(InputStream istream)static TransportAddress[]TransportAddressListHelper. read(InputStream istream) -
Uses of InputStream in com.sun.corba.ee.org.omg.GSSUP
Methods in com.sun.corba.ee.org.omg.GSSUP with parameters of type InputStream Modifier and Type Method Description voidErrorTokenHolder. _read(InputStream i)voidInitialContextTokenHolder. _read(InputStream i)static intErrorCodeHelper. read(InputStream istream)static ErrorTokenErrorTokenHelper. read(InputStream istream)static InitialContextTokenInitialContextTokenHelper. read(InputStream istream) -
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 voidGIOPVersion. read(InputStream istream) -
Uses of InputStream in com.sun.corba.ee.spi.orb
Methods in com.sun.corba.ee.spi.orb with parameters of type InputStream Modifier and Type Method Description static ORBVersionORBVersionFactory. create(InputStream is) -
Uses of InputStream in com.sun.org.omg.CORBA
Methods in com.sun.org.omg.CORBA with parameters of type InputStream Modifier and Type Method Description static AttributeDescription[]AttrDescriptionSeqHelper. read(InputStream istream)static AttributeDescriptionAttributeDescriptionHelper. read(InputStream istream)static AttributeModeAttributeModeHelper. read(InputStream istream)static java.lang.StringContextIdentifierHelper. read(InputStream istream)static java.lang.String[]ContextIdSeqHelper. read(InputStream istream)static DefinitionKindDefinitionKindHelper. read(InputStream istream)static ExceptionDescription[]ExcDescriptionSeqHelper. read(InputStream istream)static ExceptionDescriptionExceptionDescriptionHelper. read(InputStream istream)static java.lang.StringIdentifierHelper. read(InputStream istream)static IDLTypeIDLTypeHelper. read(InputStream istream)static InitializerInitializerHelper. read(InputStream istream)static Initializer[]InitializerSeqHelper. read(InputStream istream)static OperationDescription[]OpDescriptionSeqHelper. read(InputStream istream)static OperationDescriptionOperationDescriptionHelper. read(InputStream istream)static OperationModeOperationModeHelper. read(InputStream istream)static ParameterDescriptionParameterDescriptionHelper. read(InputStream istream)static ParameterModeParameterModeHelper. read(InputStream istream)static ParameterDescription[]ParDescriptionSeqHelper. read(InputStream istream)static RepositoryRepositoryHelper. read(InputStream istream)static java.lang.StringRepositoryIdHelper. read(InputStream istream)static java.lang.String[]RepositoryIdSeqHelper. read(InputStream istream)static StructMemberStructMemberHelper. read(InputStream istream)static StructMember[]StructMemberSeqHelper. read(InputStream istream)static ValueMemberValueMemberHelper. read(InputStream istream)static ValueMember[]ValueMemberSeqHelper. read(InputStream istream)static java.lang.StringVersionSpecHelper. read(InputStream istream)static shortVisibilityHelper. read(InputStream istream) -
Uses of InputStream in com.sun.org.omg.CORBA.ValueDefPackage
Methods in com.sun.org.omg.CORBA.ValueDefPackage with parameters of type InputStream Modifier and Type Method Description static FullValueDescriptionFullValueDescriptionHelper. read(InputStream istream) -
Uses of InputStream in com.sun.org.omg.SendingContext
Methods in com.sun.org.omg.SendingContext with parameters of type InputStream Modifier and Type Method Description OutputStream_CodeBaseImplBase. _invoke(java.lang.String method, InputStream in, ResponseHandler rh)static CodeBaseCodeBaseHelper. read(InputStream istream) -
Uses of InputStream in com.sun.org.omg.SendingContext.CodeBasePackage
Methods in com.sun.org.omg.SendingContext.CodeBasePackage with parameters of type InputStream Modifier and Type Method Description static java.lang.StringURLHelper. read(InputStream istream)static java.lang.String[]URLSeqHelper. read(InputStream istream)static FullValueDescription[]ValueDescSeqHelper. read(InputStream istream) -
Uses of InputStream in javax.rmi.CORBA
Methods in javax.rmi.CORBA with parameters of type InputStream Modifier and Type Method Description static java.lang.ObjectUtil. readAny(InputStream in)Reads a java.lang.Object as a CORBA any.java.lang.ObjectUtilDelegate. readAny(InputStream in)Delegation call forUtil.readAny(org.omg.CORBA.portable.InputStream).java.io.SerializableValueHandler. readValue(InputStream in, int offset, java.lang.Class clz, java.lang.String repositoryID, RunTime sender)Reads a value from the stream using Java semantics. -
Uses of InputStream in org.omg.CORBA
Methods in org.omg.CORBA that return InputStream Modifier and Type Method Description InputStreamLocalObject. _invoke(OutputStream output)Throws anorg.omg.CORBA.NO_IMPLEMENTexception with the message "This is a locally constrained object." This method is the default implementation of theorg.omg.CORBA.Objectmethod.abstract InputStreamAny. create_input_stream()Creates an input stream from which thisAnyobject's value can be unmarshalled.Methods in org.omg.CORBA with parameters of type InputStream Modifier and Type Method Description OutputStreamAliasDefPOA. _invoke(java.lang.String $method, InputStream in, ResponseHandler $rh)OutputStreamArrayDefPOA. _invoke(java.lang.String $method, InputStream in, ResponseHandler $rh)OutputStreamAttributeDefPOA. _invoke(java.lang.String $method, InputStream in, ResponseHandler $rh)OutputStreamConstantDefPOA. _invoke(java.lang.String $method, InputStream in, ResponseHandler $rh)OutputStreamContainedPOA. _invoke(java.lang.String $method, InputStream in, ResponseHandler $rh)OutputStreamContainerPOA. _invoke(java.lang.String $method, InputStream in, ResponseHandler $rh)OutputStreamEnumDefPOA. _invoke(java.lang.String $method, InputStream in, ResponseHandler $rh)OutputStreamExceptionDefPOA. _invoke(java.lang.String $method, InputStream in, ResponseHandler $rh)OutputStreamInterfaceDefPOA. _invoke(java.lang.String $method, InputStream in, ResponseHandler $rh)OutputStreamModuleDefPOA. _invoke(java.lang.String $method, InputStream in, ResponseHandler $rh)OutputStreamNativeDefPOA. _invoke(java.lang.String $method, InputStream in, ResponseHandler $rh)OutputStreamOperationDefPOA. _invoke(java.lang.String $method, InputStream in, ResponseHandler $rh)OutputStreamPrimitiveDefPOA. _invoke(java.lang.String $method, InputStream in, ResponseHandler $rh)OutputStreamRepositoryPOA. _invoke(java.lang.String $method, InputStream in, ResponseHandler $rh)OutputStreamSequenceDefPOA. _invoke(java.lang.String $method, InputStream in, ResponseHandler $rh)OutputStreamStringDefPOA. _invoke(java.lang.String $method, InputStream in, ResponseHandler $rh)OutputStreamStructDefPOA. _invoke(java.lang.String $method, InputStream in, ResponseHandler $rh)OutputStreamTypedefDefPOA. _invoke(java.lang.String $method, InputStream in, ResponseHandler $rh)OutputStreamUnionDefPOA. _invoke(java.lang.String $method, InputStream in, ResponseHandler $rh)OutputStreamValueBoxDefPOA. _invoke(java.lang.String $method, InputStream in, ResponseHandler $rh)OutputStreamValueDefPOA. _invoke(java.lang.String $method, InputStream in, ResponseHandler $rh)OutputStreamValueMemberDefPOA. _invoke(java.lang.String $method, InputStream in, ResponseHandler $rh)voidAliasDefHolder. _read(InputStream i)voidAnyHolder. _read(InputStream input)Reads frominputand initalizes the value in the Holder with the unmarshalled data.voidAnySeqHolder. _read(InputStream i)voidArrayDefHolder. _read(InputStream i)voidAttrDescriptionSeqHolder. _read(InputStream i)voidAttributeDefHolder. _read(InputStream i)voidAttributeDescriptionHolder. _read(InputStream i)voidAttributeModeHolder. _read(InputStream i)voidBooleanHolder. _read(InputStream input)Reads unmarshalled data frominputand assigns it to thisBooleanHolderobject'svaluefield.voidBooleanSeqHolder. _read(InputStream i)voidByteHolder. _read(InputStream input)Reads frominputand initalizes the value in thisByteHolderobject with the unmarshalled data.voidCharHolder. _read(InputStream input)Reads frominputand initalizes the value in thisCharHolderobject with the unmarshalled data.voidCharSeqHolder. _read(InputStream i)voidConstantDefHolder. _read(InputStream i)voidConstantDescriptionHolder. _read(InputStream i)voidContainedHolder. _read(InputStream i)voidContainedSeqHolder. _read(InputStream i)voidContainerHolder. _read(InputStream i)voidContextIdSeqHolder. _read(InputStream i)voidCurrentHolder. _read(InputStream i)voidDoubleHolder. _read(InputStream input)Read a double value from the input stream and store it in the value member.voidDoubleSeqHolder. _read(InputStream i)voidEnumDefHolder. _read(InputStream i)voidEnumMemberSeqHolder. _read(InputStream i)voidExcDescriptionSeqHolder. _read(InputStream i)voidExceptionDefHolder. _read(InputStream i)voidExceptionDefSeqHolder. _read(InputStream i)voidExceptionDescriptionHolder. _read(InputStream i)voidFixedHolder. _read(InputStream input)Read a fixed point value from the input stream and store it in the value member.voidFloatHolder. _read(InputStream input)Read a float from an input stream and initialize the value member with the float value.voidFloatSeqHolder. _read(InputStream i)voidInitializerHolder. _read(InputStream i)voidInitializerSeqHolder. _read(InputStream i)voidInterfaceDefHolder. _read(InputStream i)voidInterfaceDefSeqHolder. _read(InputStream i)voidInterfaceDescriptionHolder. _read(InputStream i)voidIntHolder. _read(InputStream input)Reads unmarshalled data frominputand assigns it to thevaluefield in thisIntHolderobject.voidLongHolder. _read(InputStream input)Reads frominputand initalizes the value in the Holder with the unmarshalled data.voidLongLongSeqHolder. _read(InputStream i)voidLongSeqHolder. _read(InputStream i)voidModuleDefHolder. _read(InputStream i)voidModuleDescriptionHolder. _read(InputStream i)voidNativeDefHolder. _read(InputStream i)voidObjectHolder. _read(InputStream input)Reads frominputand initalizes the value in thisObjectHolderobject with the unmarshalled data.voidOctetSeqHolder. _read(InputStream i)voidOpDescriptionSeqHolder. _read(InputStream i)voidOperationDefHolder. _read(InputStream i)voidOperationDescriptionHolder. _read(InputStream i)voidOperationModeHolder. _read(InputStream i)voidParameterDescriptionHolder. _read(InputStream i)voidParameterModeHolder. _read(InputStream i)voidParDescriptionSeqHolder. _read(InputStream i)voidPolicyErrorHolder. _read(InputStream i)voidPolicyHolder. _read(InputStream i)voidPolicyListHolder. _read(InputStream i)voidPrimitiveDefHolder. _read(InputStream i)voidPrimitiveKindHolder. _read(InputStream i)voidPrincipalHolder. _read(InputStream input)Deprecated.voidRepositoryHolder. _read(InputStream i)voidRepositoryIdSeqHolder. _read(InputStream i)voidSequenceDefHolder. _read(InputStream i)voidServiceInformationHolder. _read(InputStream in)Reads unmarshalled data from the input streaminand assigns it to thevaluefield in thisServiceInformationHolderobject.voidShortHolder. _read(InputStream input)Reads frominputand initalizes the value in thisShortHolderobject with the unmarshalled data.voidShortSeqHolder. _read(InputStream i)voidStringDefHolder. _read(InputStream i)voidStringHolder. _read(InputStream input)Reads the unmarshalled data frominputand assigns it to thevaluefield of thisStringHolderobject.voidStringSeqHolder. _read(InputStream i)voidStructDefHolder. _read(InputStream i)voidStructMemberSeqHolder. _read(InputStream i)voidTypeCodeHolder. _read(InputStream input)Reads frominputand initalizes the value in thisTypeCodeHolderobject with the unmarshalled data.voidTypedefDefHolder. _read(InputStream i)voidTypeDescriptionHolder. _read(InputStream i)voidULongLongSeqHolder. _read(InputStream i)voidULongSeqHolder. _read(InputStream i)voidUnionDefHolder. _read(InputStream i)voidUnionMemberSeqHolder. _read(InputStream i)voidUnknownUserExceptionHolder. _read(InputStream i)voidUShortSeqHolder. _read(InputStream i)voidValueBaseHolder. _read(InputStream input)Reads frominputand initalizes the value in the Holder with the unmarshalled data.voidValueBoxDefHolder. _read(InputStream i)voidValueDefHolder. _read(InputStream i)voidValueDefSeqHolder. _read(InputStream i)voidValueDescriptionHolder. _read(InputStream i)voidValueMemberDefHolder. _read(InputStream i)voidValueMemberSeqHolder. _read(InputStream i)voidWCharSeqHolder. _read(InputStream i)voidWrongTransactionHolder. _read(InputStream i)voidWStringSeqHolder. _read(InputStream i)voidLocalObject. _releaseReply(InputStream input)Throws anorg.omg.CORBA.NO_IMPLEMENTexception with the message "This is a locally constrained object." This method is the default implementation of theorg.omg.CORBA.Objectmethod.static AliasDefAliasDefHelper. read(InputStream istream)static Any[]AnySeqHelper. read(InputStream istream)static ArrayDefArrayDefHelper. read(InputStream istream)static AttributeDescription[]AttrDescriptionSeqHelper. read(InputStream istream)static AttributeDefAttributeDefHelper. read(InputStream istream)static AttributeDescriptionAttributeDescriptionHelper. read(InputStream istream)static AttributeModeAttributeModeHelper. read(InputStream istream)static boolean[]BooleanSeqHelper. read(InputStream istream)static char[]CharSeqHelper. read(InputStream istream)static CompletionStatusCompletionStatusHelper. read(InputStream istream)static ConstantDefConstantDefHelper. read(InputStream istream)static ConstantDescriptionConstantDescriptionHelper. read(InputStream istream)static ContainedContainedHelper. read(InputStream istream)static Contained[]ContainedSeqHelper. read(InputStream istream)static ContainerContainerHelper. read(InputStream istream)static java.lang.StringContextIdentifierHelper. read(InputStream istream)static java.lang.String[]ContextIdSeqHelper. read(InputStream istream)static CurrentCurrentHelper. read(InputStream istream)static DefinitionKindDefinitionKindHelper. read(InputStream istream)static double[]DoubleSeqHelper. read(InputStream istream)static EnumDefEnumDefHelper. read(InputStream istream)static java.lang.String[]EnumMemberSeqHelper. read(InputStream istream)static ExceptionDescription[]ExcDescriptionSeqHelper. read(InputStream istream)static ExceptionDefExceptionDefHelper. read(InputStream istream)static ExceptionDef[]ExceptionDefSeqHelper. read(InputStream istream)static ExceptionDescriptionExceptionDescriptionHelper. read(InputStream istream)static java.lang.StringFieldNameHelper. read(InputStream istream)static float[]FloatSeqHelper. read(InputStream istream)static java.lang.StringIdentifierHelper. read(InputStream istream)static IDLTypeIDLTypeHelper. read(InputStream istream)static InitializerInitializerHelper. read(InputStream istream)static Initializer[]InitializerSeqHelper. read(InputStream istream)static InterfaceDefInterfaceDefHelper. read(InputStream istream)static InterfaceDef[]InterfaceDefSeqHelper. read(InputStream istream)static InterfaceDescriptionInterfaceDescriptionHelper. read(InputStream istream)static long[]LongLongSeqHelper. read(InputStream istream)static int[]LongSeqHelper. read(InputStream istream)static ModuleDefModuleDefHelper. read(InputStream istream)static ModuleDescriptionModuleDescriptionHelper. read(InputStream istream)static NameValuePairNameValuePairHelper. read(InputStream istream)static NativeDefNativeDefHelper. read(InputStream istream)static ObjectObjectHelper. read(InputStream istream)static byte[]OctetSeqHelper. read(InputStream istream)static OperationDescription[]OpDescriptionSeqHelper. read(InputStream istream)static OperationDefOperationDefHelper. read(InputStream istream)static OperationDescriptionOperationDescriptionHelper. read(InputStream istream)static OperationModeOperationModeHelper. read(InputStream istream)static ParameterDescriptionParameterDescriptionHelper. read(InputStream istream)static ParameterModeParameterModeHelper. read(InputStream istream)static ParameterDescription[]ParDescriptionSeqHelper. read(InputStream istream)static shortPolicyErrorCodeHelper. read(InputStream istream)static PolicyErrorPolicyErrorHelper. read(InputStream istream)static PolicyPolicyHelper. read(InputStream istream)static Policy[]PolicyListHelper. read(InputStream istream)static intPolicyTypeHelper. read(InputStream istream)static PrimitiveDefPrimitiveDefHelper. read(InputStream istream)static PrimitiveKindPrimitiveKindHelper. read(InputStream istream)static RepositoryRepositoryHelper. read(InputStream istream)static java.lang.StringRepositoryIdHelper. read(InputStream istream)static java.lang.String[]RepositoryIdSeqHelper. read(InputStream istream)static java.lang.StringScopedNameHelper. read(InputStream istream)static SequenceDefSequenceDefHelper. read(InputStream istream)static ServiceDetailServiceDetailHelper. read(InputStream in)static ServiceInformationServiceInformationHelper. read(InputStream in)static SetOverrideTypeSetOverrideTypeHelper. read(InputStream istream)static short[]ShortSeqHelper. read(InputStream istream)static StringDefStringDefHelper. read(InputStream istream)static java.lang.String[]StringSeqHelper. read(InputStream istream)static java.lang.StringStringValueHelper. read(InputStream istream)static StructDefStructDefHelper. read(InputStream istream)static StructMemberStructMemberHelper. read(InputStream istream)static StructMember[]StructMemberSeqHelper. read(InputStream istream)static TypedefDefTypedefDefHelper. read(InputStream istream)static TypeDescriptionTypeDescriptionHelper. read(InputStream istream)static long[]ULongLongSeqHelper. read(InputStream istream)static int[]ULongSeqHelper. read(InputStream istream)static UnionDefUnionDefHelper. read(InputStream istream)static UnionMemberUnionMemberHelper. read(InputStream istream)static UnionMember[]UnionMemberSeqHelper. read(InputStream istream)static UnknownUserExceptionUnknownUserExceptionHelper. read(InputStream istream)static short[]UShortSeqHelper. read(InputStream istream)static java.io.SerializableValueBaseHelper. read(InputStream istream)static ValueBoxDefValueBoxDefHelper. read(InputStream istream)static ValueDefValueDefHelper. read(InputStream istream)static ValueDef[]ValueDefSeqHelper. read(InputStream istream)static ValueDescriptionValueDescriptionHelper. read(InputStream istream)static ValueMemberDefValueMemberDefHelper. read(InputStream istream)static ValueMemberValueMemberHelper. read(InputStream istream)static ValueMember[]ValueMemberSeqHelper. read(InputStream istream)static java.lang.StringVersionSpecHelper. read(InputStream istream)static shortVisibilityHelper. read(InputStream istream)static char[]WCharSeqHelper. read(InputStream istream)static WrongTransactionWrongTransactionHelper. read(InputStream istream)static java.lang.String[]WStringSeqHelper. read(InputStream istream)static java.lang.StringWStringValueHelper. read(InputStream istream)abstract voidAny. read_value(InputStream is, TypeCode t)Reads off (unmarshals) the value of anAnyobject from the given input stream using the given typecode.java.io.SerializableStringValueHelper. read_value(InputStream istream)java.io.SerializableWStringValueHelper. read_value(InputStream istream) -
Uses of InputStream in org.omg.CORBA_2_3.portable
Subclasses of InputStream in org.omg.CORBA_2_3.portable Modifier and Type Class Description classInputStreamInputStream provides for the reading of all of the mapped IDL types from the stream. -
Uses of InputStream in org.omg.CORBA.ContainedPackage
Methods in org.omg.CORBA.ContainedPackage with parameters of type InputStream Modifier and Type Method Description voidDescriptionHolder. _read(InputStream i)static DescriptionDescriptionHelper. read(InputStream istream) -
Uses of InputStream in org.omg.CORBA.ContainerPackage
Methods in org.omg.CORBA.ContainerPackage with parameters of type InputStream Modifier and Type Method Description voidDescriptionHolder. _read(InputStream i)voidDescriptionSeqHolder. _read(InputStream i)static DescriptionDescriptionHelper. read(InputStream istream)static Description[]DescriptionSeqHelper. read(InputStream istream) -
Uses of InputStream in org.omg.CORBA.InterfaceDefPackage
Methods in org.omg.CORBA.InterfaceDefPackage with parameters of type InputStream Modifier and Type Method Description voidFullInterfaceDescriptionHolder. _read(InputStream i)static FullInterfaceDescriptionFullInterfaceDescriptionHelper. read(InputStream istream) -
Uses of InputStream in org.omg.CORBA.portable
Fields in org.omg.CORBA.portable declared as InputStream Modifier and Type Field Description private InputStreamApplicationException. insMethods in org.omg.CORBA.portable that return InputStream Modifier and Type Method Description InputStreamObjectImpl. _invoke(OutputStream output)Invokes an operation and returns anInputStreamobject for reading the response.abstract InputStreamOutputStream. create_input_stream()Returns an input stream with the same buffer.InputStreamApplicationException. getInputStream()Returns the input stream from which the exception data can be read as its parameters.InputStreamDelegate. invoke(Object self, OutputStream output)invoke is called by a stub to invoke an operation.Methods in org.omg.CORBA.portable with parameters of type InputStream Modifier and Type Method Description OutputStreamInvokeHandler. _invoke(java.lang.String method, InputStream input, ResponseHandler handler)Invoked by the ORB to dispatch a request to the servant.voidStreamable. _read(InputStream istream)Reads data fromistreamand initalizes thevaluefield of the Holder with the unmarshalled data.voidObjectImpl. _releaseReply(InputStream input)Releases the given reply stream back to the ORB when unmarshalling has completed after a call to the method_invoke.java.io.SerializableBoxedValueHelper. read_value(InputStream is)voidDelegate. releaseReply(Object self, InputStream input)releaseReply may optionally be called by a stub to release a reply stream back to the ORB when the unmarshaling has completed.Constructors in org.omg.CORBA.portable with parameters of type InputStream Constructor Description ApplicationException(java.lang.String id, InputStream ins)Constructs an ApplicationException from the CORBA repository ID of the exception and an input stream from which the exception data can be read as its parameters. -
Uses of InputStream in org.omg.CORBA.ValueDefPackage
Methods in org.omg.CORBA.ValueDefPackage with parameters of type InputStream Modifier and Type Method Description voidFullValueDescriptionHolder. _read(InputStream i)static FullValueDescriptionFullValueDescriptionHelper. read(InputStream istream) -
Uses of InputStream in org.omg.CosNaming
Methods in org.omg.CosNaming with parameters of type InputStream Modifier and Type Method Description OutputStreamBindingIteratorPOA. _invoke(java.lang.String $method, InputStream in, ResponseHandler $rh)OutputStreamNamingContextExtPOA. _invoke(java.lang.String $method, InputStream in, ResponseHandler $rh)OutputStreamNamingContextPOA. _invoke(java.lang.String $method, InputStream in, ResponseHandler $rh)voidBindingHolder. _read(InputStream i)voidBindingIteratorHolder. _read(InputStream i)voidBindingListHolder. _read(InputStream i)voidBindingTypeHolder. _read(InputStream i)voidNameComponentHolder. _read(InputStream i)voidNameHolder. _read(InputStream i)voidNamingContextExtHolder. _read(InputStream i)voidNamingContextHolder. _read(InputStream i)static BindingBindingHelper. read(InputStream istream)static BindingIteratorBindingIteratorHelper. read(InputStream istream)static Binding[]BindingListHelper. read(InputStream istream)static BindingTypeBindingTypeHelper. read(InputStream istream)static java.lang.StringIstringHelper. read(InputStream istream)static NameComponentNameComponentHelper. read(InputStream istream)static NameComponent[]NameHelper. read(InputStream istream)static NamingContextExtNamingContextExtHelper. read(InputStream istream)static NamingContextNamingContextHelper. read(InputStream istream) -
Uses of InputStream in org.omg.CosNaming.NamingContextExtPackage
Methods in org.omg.CosNaming.NamingContextExtPackage with parameters of type InputStream Modifier and Type Method Description voidInvalidAddressHolder. _read(InputStream i)static java.lang.StringAddressHelper. read(InputStream istream)static InvalidAddressInvalidAddressHelper. read(InputStream istream)static java.lang.StringStringNameHelper. read(InputStream istream)static java.lang.StringURLStringHelper. read(InputStream istream) -
Uses of InputStream in org.omg.CosNaming.NamingContextPackage
Methods in org.omg.CosNaming.NamingContextPackage with parameters of type InputStream Modifier and Type Method Description voidAlreadyBoundHolder. _read(InputStream i)voidCannotProceedHolder. _read(InputStream i)voidInvalidNameHolder. _read(InputStream i)voidNotEmptyHolder. _read(InputStream i)voidNotFoundHolder. _read(InputStream i)voidNotFoundReasonHolder. _read(InputStream i)static AlreadyBoundAlreadyBoundHelper. read(InputStream istream)static CannotProceedCannotProceedHelper. read(InputStream istream)static InvalidNameInvalidNameHelper. read(InputStream istream)static NotEmptyNotEmptyHelper. read(InputStream istream)static NotFoundNotFoundHelper. read(InputStream istream)static NotFoundReasonNotFoundReasonHelper. read(InputStream istream) -
Uses of InputStream in org.omg.CosTransactions
Methods in org.omg.CosTransactions with parameters of type InputStream Modifier and Type Method Description OutputStreamControlPOA. _invoke(java.lang.String $method, InputStream in, ResponseHandler $rh)OutputStreamCoordinatorPOA. _invoke(java.lang.String $method, InputStream in, ResponseHandler $rh)OutputStreamCurrentPOA. _invoke(java.lang.String $method, InputStream in, ResponseHandler $rh)OutputStreamInvocationPolicyPOA. _invoke(java.lang.String $method, InputStream in, ResponseHandler $rh)OutputStreamNonTxTargetPolicyPOA. _invoke(java.lang.String $method, InputStream in, ResponseHandler $rh)OutputStreamOTSPolicyPOA. _invoke(java.lang.String $method, InputStream in, ResponseHandler $rh)OutputStreamRecoveryCoordinatorPOA. _invoke(java.lang.String $method, InputStream in, ResponseHandler $rh)OutputStreamResourcePOA. _invoke(java.lang.String $method, InputStream in, ResponseHandler $rh)OutputStreamSubtransactionAwareResourcePOA. _invoke(java.lang.String $method, InputStream in, ResponseHandler $rh)OutputStreamSynchronizationPOA. _invoke(java.lang.String $method, InputStream in, ResponseHandler $rh)OutputStreamTerminatorPOA. _invoke(java.lang.String $method, InputStream in, ResponseHandler $rh)OutputStreamTransactionalObjectPOA. _invoke(java.lang.String $method, InputStream in, ResponseHandler $rh)OutputStreamTransactionFactoryPOA. _invoke(java.lang.String $method, InputStream in, ResponseHandler $rh)voidControlHolder. _read(InputStream i)voidCoordinatorHolder. _read(InputStream i)voidCurrentHolder. _read(InputStream i)voidHeuristicCommitHolder. _read(InputStream i)voidHeuristicHazardHolder. _read(InputStream i)voidHeuristicMixedHolder. _read(InputStream i)voidHeuristicRollbackHolder. _read(InputStream i)voidInactiveHolder. _read(InputStream i)voidInvalidControlHolder. _read(InputStream i)voidInvocationPolicyHolder. _read(InputStream i)voidNonTxTargetPolicyHolder. _read(InputStream i)voidNotPreparedHolder. _read(InputStream i)voidNoTransactionHolder. _read(InputStream i)voidNotSubtransactionHolder. _read(InputStream i)voidotid_tHolder. _read(InputStream i)voidOTSPolicyHolder. _read(InputStream i)voidPropagationContextHolder. _read(InputStream i)voidRecoveryCoordinatorHolder. _read(InputStream i)voidResourceHolder. _read(InputStream i)voidStatusHolder. _read(InputStream i)voidSubtransactionAwareResourceHolder. _read(InputStream i)voidSubtransactionsUnavailableHolder. _read(InputStream i)voidSynchronizationHolder. _read(InputStream i)voidSynchronizationUnavailableHolder. _read(InputStream i)voidTerminatorHolder. _read(InputStream i)voidTransactionalObjectHolder. _read(InputStream i)voidTransactionFactoryHolder. _read(InputStream i)voidTransIdentityHolder. _read(InputStream i)voidUnavailableHolder. _read(InputStream i)voidVoteHolder. _read(InputStream i)static ControlControlHelper. read(InputStream istream)static CoordinatorCoordinatorHelper. read(InputStream istream)static CurrentCurrentHelper. read(InputStream istream)static HeuristicCommitHeuristicCommitHelper. read(InputStream istream)static HeuristicHazardHeuristicHazardHelper. read(InputStream istream)static HeuristicMixedHeuristicMixedHelper. read(InputStream istream)static HeuristicRollbackHeuristicRollbackHelper. read(InputStream istream)static InactiveInactiveHelper. read(InputStream istream)static InvalidControlInvalidControlHelper. read(InputStream istream)static InvocationPolicyInvocationPolicyHelper. read(InputStream istream)static shortInvocationPolicyValueHelper. read(InputStream istream)static NonTxTargetPolicyNonTxTargetPolicyHelper. read(InputStream istream)static shortNonTxTargetPolicyValueHelper. read(InputStream istream)static NotPreparedNotPreparedHelper. read(InputStream istream)static NoTransactionNoTransactionHelper. read(InputStream istream)static NotSubtransactionNotSubtransactionHelper. read(InputStream istream)static otid_totid_tHelper. read(InputStream istream)static OTSPolicyOTSPolicyHelper. read(InputStream istream)static shortOTSPolicyValueHelper. read(InputStream istream)static PropagationContextPropagationContextHelper. read(InputStream istream)static RecoveryCoordinatorRecoveryCoordinatorHelper. read(InputStream istream)static ResourceResourceHelper. read(InputStream istream)static StatusStatusHelper. read(InputStream istream)static SubtransactionAwareResourceSubtransactionAwareResourceHelper. read(InputStream istream)static SubtransactionsUnavailableSubtransactionsUnavailableHelper. read(InputStream istream)static SynchronizationSynchronizationHelper. read(InputStream istream)static SynchronizationUnavailableSynchronizationUnavailableHelper. read(InputStream istream)static TerminatorTerminatorHelper. read(InputStream istream)static TransactionalObjectTransactionalObjectHelper. read(InputStream istream)static TransactionFactoryTransactionFactoryHelper. read(InputStream istream)static TransIdentityTransIdentityHelper. read(InputStream istream)static UnavailableUnavailableHelper. read(InputStream istream)static VoteVoteHelper. read(InputStream istream) -
Uses of InputStream in org.omg.Dynamic
Methods in org.omg.Dynamic with parameters of type InputStream Modifier and Type Method Description voidExceptionListHolder. _read(InputStream i)voidParameterHolder. _read(InputStream i)voidParameterListHolder. _read(InputStream i)static java.lang.String[]ContextListHelper. read(InputStream istream)static TypeCode[]ExceptionListHelper. read(InputStream istream)static ParameterParameterHelper. read(InputStream istream)static Parameter[]ParameterListHelper. read(InputStream istream)static java.lang.String[]RequestContextHelper. read(InputStream istream) -
Uses of InputStream in org.omg.DynamicAny
Methods in org.omg.DynamicAny with parameters of type InputStream Modifier and Type Method Description OutputStreamDynAnyFactoryPOA. _invoke(java.lang.String $method, InputStream in, ResponseHandler $rh)OutputStreamDynAnyPOA. _invoke(java.lang.String $method, InputStream in, ResponseHandler $rh)OutputStreamDynArrayPOA. _invoke(java.lang.String $method, InputStream in, ResponseHandler $rh)OutputStreamDynEnumPOA. _invoke(java.lang.String $method, InputStream in, ResponseHandler $rh)OutputStreamDynFixedPOA. _invoke(java.lang.String $method, InputStream in, ResponseHandler $rh)OutputStreamDynSequencePOA. _invoke(java.lang.String $method, InputStream in, ResponseHandler $rh)OutputStreamDynStructPOA. _invoke(java.lang.String $method, InputStream in, ResponseHandler $rh)OutputStreamDynUnionPOA. _invoke(java.lang.String $method, InputStream in, ResponseHandler $rh)OutputStreamDynValueBoxPOA. _invoke(java.lang.String $method, InputStream in, ResponseHandler $rh)OutputStreamDynValueCommonPOA. _invoke(java.lang.String $method, InputStream in, ResponseHandler $rh)OutputStreamDynValuePOA. _invoke(java.lang.String $method, InputStream in, ResponseHandler $rh)voidAnySeqHolder. _read(InputStream i)voidDynAnyFactoryHolder. _read(InputStream i)voidDynAnyHolder. _read(InputStream i)voidDynAnySeqHolder. _read(InputStream i)voidDynArrayHolder. _read(InputStream i)voidDynEnumHolder. _read(InputStream i)voidDynFixedHolder. _read(InputStream i)voidDynSequenceHolder. _read(InputStream i)voidDynStructHolder. _read(InputStream i)voidDynUnionHolder. _read(InputStream i)voidDynValueBoxHolder. _read(InputStream i)voidDynValueCommonHolder. _read(InputStream i)voidDynValueHolder. _read(InputStream i)voidNameDynAnyPairHolder. _read(InputStream i)voidNameDynAnyPairSeqHolder. _read(InputStream i)voidNameValuePairHolder. _read(InputStream i)voidNameValuePairSeqHolder. _read(InputStream i)static Any[]AnySeqHelper. read(InputStream istream)static DynAnyFactoryDynAnyFactoryHelper. read(InputStream istream)static DynAnyDynAnyHelper. read(InputStream istream)static DynAny[]DynAnySeqHelper. read(InputStream istream)static DynArrayDynArrayHelper. read(InputStream istream)static DynEnumDynEnumHelper. read(InputStream istream)static DynFixedDynFixedHelper. read(InputStream istream)static DynSequenceDynSequenceHelper. read(InputStream istream)static DynStructDynStructHelper. read(InputStream istream)static DynUnionDynUnionHelper. read(InputStream istream)static DynValueBoxDynValueBoxHelper. read(InputStream istream)static DynValueCommonDynValueCommonHelper. read(InputStream istream)static DynValueDynValueHelper. read(InputStream istream)static java.lang.StringFieldNameHelper. read(InputStream istream)static NameDynAnyPairNameDynAnyPairHelper. read(InputStream istream)static NameDynAnyPair[]NameDynAnyPairSeqHelper. read(InputStream istream)static NameValuePairNameValuePairHelper. read(InputStream istream)static NameValuePair[]NameValuePairSeqHelper. read(InputStream istream) -
Uses of InputStream in org.omg.DynamicAny.DynAnyFactoryPackage
Methods in org.omg.DynamicAny.DynAnyFactoryPackage with parameters of type InputStream Modifier and Type Method Description voidInconsistentTypeCodeHolder. _read(InputStream i)static InconsistentTypeCodeInconsistentTypeCodeHelper. read(InputStream istream) -
Uses of InputStream in org.omg.DynamicAny.DynAnyPackage
Methods in org.omg.DynamicAny.DynAnyPackage with parameters of type InputStream Modifier and Type Method Description voidInvalidValueHolder. _read(InputStream i)voidTypeMismatchHolder. _read(InputStream i)static InvalidValueInvalidValueHelper. read(InputStream istream)static TypeMismatchTypeMismatchHelper. read(InputStream istream) -
Uses of InputStream in org.omg.IOP
Methods in org.omg.IOP with parameters of type InputStream Modifier and Type Method Description voidCodecFactoryHolder. _read(InputStream i)voidCodecHolder. _read(InputStream i)voidEncodingHolder. _read(InputStream i)voidIORHolder. _read(InputStream i)voidMultipleComponentProfileHolder. _read(InputStream i)voidServiceContextHolder. _read(InputStream i)voidServiceContextListHolder. _read(InputStream i)voidTaggedComponentHolder. _read(InputStream i)voidTaggedComponentSeqHolder. _read(InputStream i)voidTaggedProfileHolder. _read(InputStream i)static CodecFactoryCodecFactoryHelper. read(InputStream istream)static CodecCodecHelper. read(InputStream istream)static intComponentIdHelper. read(InputStream istream)static shortEncodingFormatHelper. read(InputStream istream)static EncodingEncodingHelper. read(InputStream istream)static IORIORHelper. read(InputStream istream)static TaggedComponent[]MultipleComponentProfileHelper. read(InputStream istream)static intProfileIdHelper. read(InputStream istream)static ServiceContextServiceContextHelper. read(InputStream istream)static ServiceContext[]ServiceContextListHelper. read(InputStream istream)static intServiceIdHelper. read(InputStream istream)static TaggedComponentTaggedComponentHelper. read(InputStream istream)static TaggedComponent[]TaggedComponentSeqHelper. read(InputStream istream)static TaggedProfileTaggedProfileHelper. read(InputStream istream) -
Uses of InputStream in org.omg.IOP.CodecFactoryPackage
Methods in org.omg.IOP.CodecFactoryPackage with parameters of type InputStream Modifier and Type Method Description voidUnknownEncodingHolder. _read(InputStream i)static UnknownEncodingUnknownEncodingHelper. read(InputStream istream) -
Uses of InputStream in org.omg.IOP.CodecPackage
Methods in org.omg.IOP.CodecPackage with parameters of type InputStream Modifier and Type Method Description voidFormatMismatchHolder. _read(InputStream i)voidInvalidTypeForEncodingHolder. _read(InputStream i)voidTypeMismatchHolder. _read(InputStream i)static FormatMismatchFormatMismatchHelper. read(InputStream istream)static InvalidTypeForEncodingInvalidTypeForEncodingHelper. read(InputStream istream)static TypeMismatchTypeMismatchHelper. read(InputStream istream) -
Uses of InputStream in org.omg.Messaging
Methods in org.omg.Messaging with parameters of type InputStream Modifier and Type Method Description OutputStreamMaxHopsPolicyPOA. _invoke(java.lang.String $method, InputStream in, ResponseHandler $rh)OutputStreamQueueOrderPolicyPOA. _invoke(java.lang.String $method, InputStream in, ResponseHandler $rh)OutputStreamRebindPolicyPOA. _invoke(java.lang.String $method, InputStream in, ResponseHandler $rh)OutputStreamRelativeRequestTimeoutPolicyPOA. _invoke(java.lang.String $method, InputStream in, ResponseHandler $rh)OutputStreamRelativeRoundtripTimeoutPolicyPOA. _invoke(java.lang.String $method, InputStream in, ResponseHandler $rh)OutputStreamReplyEndTimePolicyPOA. _invoke(java.lang.String $method, InputStream in, ResponseHandler $rh)OutputStreamReplyPriorityPolicyPOA. _invoke(java.lang.String $method, InputStream in, ResponseHandler $rh)OutputStreamReplyStartTimePolicyPOA. _invoke(java.lang.String $method, InputStream in, ResponseHandler $rh)OutputStreamRequestEndTimePolicyPOA. _invoke(java.lang.String $method, InputStream in, ResponseHandler $rh)OutputStreamRequestPriorityPolicyPOA. _invoke(java.lang.String $method, InputStream in, ResponseHandler $rh)OutputStreamRequestStartTimePolicyPOA. _invoke(java.lang.String $method, InputStream in, ResponseHandler $rh)OutputStreamRoutingPolicyPOA. _invoke(java.lang.String $method, InputStream in, ResponseHandler $rh)OutputStreamSyncScopePolicyPOA. _invoke(java.lang.String $method, InputStream in, ResponseHandler $rh)voidMaxHopsPolicyHolder. _read(InputStream i)voidPolicyValueHolder. _read(InputStream i)voidPolicyValueSeqHolder. _read(InputStream i)voidPriorityRangeHolder. _read(InputStream i)voidQueueOrderPolicyHolder. _read(InputStream i)voidRebindPolicyHolder. _read(InputStream i)voidRelativeRequestTimeoutPolicyHolder. _read(InputStream i)voidRelativeRoundtripTimeoutPolicyHolder. _read(InputStream i)voidReplyEndTimePolicyHolder. _read(InputStream i)voidReplyPriorityPolicyHolder. _read(InputStream i)voidReplyStartTimePolicyHolder. _read(InputStream i)voidRequestEndTimePolicyHolder. _read(InputStream i)voidRequestPriorityPolicyHolder. _read(InputStream i)voidRequestStartTimePolicyHolder. _read(InputStream i)voidRoutingPolicyHolder. _read(InputStream i)voidRoutingTypeRangeHolder. _read(InputStream i)voidSyncScopePolicyHolder. _read(InputStream i)static MaxHopsPolicyMaxHopsPolicyHelper. read(InputStream istream)static shortOrderingHelper. read(InputStream istream)static PolicyValuePolicyValueHelper. read(InputStream istream)static PolicyValue[]PolicyValueSeqHelper. read(InputStream istream)static shortPriorityHelper. read(InputStream istream)static PriorityRangePriorityRangeHelper. read(InputStream istream)static QueueOrderPolicyQueueOrderPolicyHelper. read(InputStream istream)static shortRebindModeHelper. read(InputStream istream)static RebindPolicyRebindPolicyHelper. read(InputStream istream)static RelativeRequestTimeoutPolicyRelativeRequestTimeoutPolicyHelper. read(InputStream istream)static RelativeRoundtripTimeoutPolicyRelativeRoundtripTimeoutPolicyHelper. read(InputStream istream)static ReplyEndTimePolicyReplyEndTimePolicyHelper. read(InputStream istream)static ReplyPriorityPolicyReplyPriorityPolicyHelper. read(InputStream istream)static ReplyStartTimePolicyReplyStartTimePolicyHelper. read(InputStream istream)static RequestEndTimePolicyRequestEndTimePolicyHelper. read(InputStream istream)static RequestPriorityPolicyRequestPriorityPolicyHelper. read(InputStream istream)static RequestStartTimePolicyRequestStartTimePolicyHelper. read(InputStream istream)static RoutingPolicyRoutingPolicyHelper. read(InputStream istream)static shortRoutingTypeHelper. read(InputStream istream)static RoutingTypeRangeRoutingTypeRangeHelper. read(InputStream istream)static shortSyncScopeHelper. read(InputStream istream)static SyncScopePolicySyncScopePolicyHelper. read(InputStream istream) -
Uses of InputStream in org.omg.PortableInterceptor
Methods in org.omg.PortableInterceptor with parameters of type InputStream Modifier and Type Method Description voidClientRequestInfoHolder. _read(InputStream i)voidClientRequestInterceptorHolder. _read(InputStream i)voidCurrentHolder. _read(InputStream i)voidForwardRequestHolder. _read(InputStream i)voidInterceptorHolder. _read(InputStream i)voidInvalidSlotHolder. _read(InputStream i)voidIORInfoHolder. _read(InputStream i)voidIORInterceptor_3_0Holder. _read(InputStream i)voidIORInterceptorHolder. _read(InputStream i)voidObjectReferenceFactoryHolder. _read(InputStream i)voidObjectReferenceTemplateHolder. _read(InputStream i)voidObjectReferenceTemplateSeqHolder. _read(InputStream i)voidORBInitializerHolder. _read(InputStream i)voidORBInitInfoHolder. _read(InputStream i)voidPolicyFactoryHolder. _read(InputStream i)voidRequestInfoHolder. _read(InputStream i)voidServerRequestInfoHolder. _read(InputStream i)voidServerRequestInterceptorHolder. _read(InputStream i)static intAdapterManagerIdHelper. read(InputStream istream)static java.lang.String[]AdapterNameHelper. read(InputStream istream)static shortAdapterStateHelper. read(InputStream istream)static ClientRequestInfoClientRequestInfoHelper. read(InputStream istream)static ClientRequestInterceptorClientRequestInterceptorHelper. read(InputStream istream)static CurrentCurrentHelper. read(InputStream istream)static ForwardRequestForwardRequestHelper. read(InputStream istream)static InterceptorInterceptorHelper. read(InputStream istream)static InvalidSlotInvalidSlotHelper. read(InputStream istream)static IORInfoIORInfoHelper. read(InputStream istream)static IORInterceptor_3_0IORInterceptor_3_0Helper. read(InputStream istream)static IORInterceptorIORInterceptorHelper. read(InputStream istream)static byte[]ObjectIdHelper. read(InputStream istream)static ObjectReferenceFactoryObjectReferenceFactoryHelper. read(InputStream istream)static ObjectReferenceTemplateObjectReferenceTemplateHelper. read(InputStream istream)static ObjectReferenceTemplate[]ObjectReferenceTemplateSeqHelper. read(InputStream istream)static java.lang.StringORBIdHelper. read(InputStream istream)static ORBInitializerORBInitializerHelper. read(InputStream istream)static ORBInitInfoORBInitInfoHelper. read(InputStream istream)static PolicyFactoryPolicyFactoryHelper. read(InputStream istream)static shortReplyStatusHelper. read(InputStream istream)static RequestInfoRequestInfoHelper. read(InputStream istream)static java.lang.StringServerIdHelper. read(InputStream istream)static ServerRequestInfoServerRequestInfoHelper. read(InputStream istream)static ServerRequestInterceptorServerRequestInterceptorHelper. read(InputStream istream)static intSlotIdHelper. read(InputStream istream) -
Uses of InputStream in org.omg.PortableInterceptor.ORBInitInfoPackage
Methods in org.omg.PortableInterceptor.ORBInitInfoPackage with parameters of type InputStream Modifier and Type Method Description voidDuplicateNameHolder. _read(InputStream i)voidInvalidNameHolder. _read(InputStream i)static DuplicateNameDuplicateNameHelper. read(InputStream istream)static InvalidNameInvalidNameHelper. read(InputStream istream)static java.lang.StringObjectIdHelper. read(InputStream istream) -
Uses of InputStream in org.omg.PortableServer
Methods in org.omg.PortableServer with parameters of type InputStream Modifier and Type Method Description OutputStreamServantActivatorPOA. _invoke(java.lang.String $method, InputStream in, ResponseHandler $rh)OutputStreamServantLocatorPOA. _invoke(java.lang.String $method, InputStream in, ResponseHandler $rh)voidForwardRequestHolder. _read(InputStream i)voidIdAssignmentPolicyValueHolder. _read(InputStream i)voidIdUniquenessPolicyValueHolder. _read(InputStream i)voidImplicitActivationPolicyValueHolder. _read(InputStream i)voidLifespanPolicyValueHolder. _read(InputStream i)voidObjectIdHolder. _read(InputStream i)voidPOAListHolder. _read(InputStream i)voidRequestProcessingPolicyValueHolder. _read(InputStream i)voidServantActivatorHolder. _read(InputStream i)voidServantLocatorHolder. _read(InputStream i)voidServantRetentionPolicyValueHolder. _read(InputStream i)voidThreadPolicyValueHolder. _read(InputStream i)static ForwardRequestForwardRequestHelper. read(InputStream istream)static IdAssignmentPolicyValueIdAssignmentPolicyValueHelper. read(InputStream istream)static IdUniquenessPolicyValueIdUniquenessPolicyValueHelper. read(InputStream istream)static ImplicitActivationPolicyValueImplicitActivationPolicyValueHelper. read(InputStream istream)static LifespanPolicyValueLifespanPolicyValueHelper. read(InputStream istream)static byte[]ObjectIdHelper. read(InputStream istream)static POAPOAHelper. read(InputStream istream)static POA[]POAListHelper. read(InputStream istream)static RequestProcessingPolicyValueRequestProcessingPolicyValueHelper. read(InputStream istream)static ServantActivatorServantActivatorHelper. read(InputStream istream)static ServantLocatorServantLocatorHelper. read(InputStream istream)static ServantRetentionPolicyValueServantRetentionPolicyValueHelper. read(InputStream istream)static ThreadPolicyValueThreadPolicyValueHelper. read(InputStream istream) -
Uses of InputStream in org.omg.PortableServer.CurrentPackage
Methods in org.omg.PortableServer.CurrentPackage with parameters of type InputStream Modifier and Type Method Description voidNoContextHolder. _read(InputStream i)static NoContextNoContextHelper. read(InputStream istream) -
Uses of InputStream in org.omg.PortableServer.POAManagerPackage
Methods in org.omg.PortableServer.POAManagerPackage with parameters of type InputStream Modifier and Type Method Description voidAdapterInactiveHolder. _read(InputStream i)voidStateHolder. _read(InputStream i)static AdapterInactiveAdapterInactiveHelper. read(InputStream istream)static StateStateHelper. read(InputStream istream) -
Uses of InputStream in org.omg.PortableServer.POAPackage
Methods in org.omg.PortableServer.POAPackage with parameters of type InputStream Modifier and Type Method Description voidAdapterAlreadyExistsHolder. _read(InputStream i)voidAdapterNonExistentHolder. _read(InputStream i)voidInvalidPolicyHolder. _read(InputStream i)voidNoServantHolder. _read(InputStream i)voidObjectAlreadyActiveHolder. _read(InputStream i)voidObjectNotActiveHolder. _read(InputStream i)voidServantAlreadyActiveHolder. _read(InputStream i)voidServantNotActiveHolder. _read(InputStream i)voidWrongAdapterHolder. _read(InputStream i)voidWrongPolicyHolder. _read(InputStream i)static AdapterAlreadyExistsAdapterAlreadyExistsHelper. read(InputStream istream)static AdapterNonExistentAdapterNonExistentHelper. read(InputStream istream)static InvalidPolicyInvalidPolicyHelper. read(InputStream istream)static NoServantNoServantHelper. read(InputStream istream)static ObjectAlreadyActiveObjectAlreadyActiveHelper. read(InputStream istream)static ObjectNotActiveObjectNotActiveHelper. read(InputStream istream)static ServantAlreadyActiveServantAlreadyActiveHelper. read(InputStream istream)static ServantNotActiveServantNotActiveHelper. read(InputStream istream)static WrongAdapterWrongAdapterHelper. read(InputStream istream)static WrongPolicyWrongPolicyHelper. read(InputStream istream) -
Uses of InputStream in org.omg.PortableServer.ServantLocatorPackage
Methods in org.omg.PortableServer.ServantLocatorPackage with parameters of type InputStream Modifier and Type Method Description voidCookieHolder. _read(InputStream is) -
Uses of InputStream in org.omg.SendingContext
Methods in org.omg.SendingContext with parameters of type InputStream Modifier and Type Method Description OutputStreamCodeBasePOA. _invoke(java.lang.String $method, InputStream in, ResponseHandler $rh)OutputStreamRunTimePOA. _invoke(java.lang.String $method, InputStream in, ResponseHandler $rh)voidCodeBaseHolder. _read(InputStream i)voidRunTimeHolder. _read(InputStream i)static CodeBaseCodeBaseHelper. read(InputStream istream)static RunTimeRunTimeHelper. read(InputStream istream) -
Uses of InputStream in org.omg.SendingContext.CodeBasePackage
Methods in org.omg.SendingContext.CodeBasePackage with parameters of type InputStream Modifier and Type Method Description voidURLSeqHolder. _read(InputStream i)voidValueDescSeqHolder. _read(InputStream i)static java.lang.StringURLHelper. read(InputStream istream)static java.lang.String[]URLSeqHelper. read(InputStream istream)static FullValueDescription[]ValueDescSeqHelper. read(InputStream istream) -
Uses of InputStream in org.omg.TimeBase
Methods in org.omg.TimeBase with parameters of type InputStream Modifier and Type Method Description voidIntervalTHolder. _read(InputStream i)voidUtcTHolder. _read(InputStream i)static longInaccuracyTHelper. read(InputStream istream)static IntervalTIntervalTHelper. read(InputStream istream)static shortTdfTHelper. read(InputStream istream)static longTimeTHelper. read(InputStream istream)static UtcTUtcTHelper. read(InputStream istream)
-