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 class
AnyImpl.AnyInputStream
Fields in com.sun.corba.ee.impl.corba declared as InputStream Modifier and Type Field Description private InputStream
ServerRequestImpl. _ins
Methods in com.sun.corba.ee.impl.corba that return InputStream Modifier and Type Method Description InputStream
AnyImpl.AnyOutputStream. create_input_stream()
InputStream
AnyImpl. 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 void
TypeCodeImpl. 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 boolean
AnyImpl. equalMember(TypeCode memberType, InputStream myStream, InputStream otherStream)
static Any
AnyImpl. extractAnyFromStream(TypeCode memberType, InputStream input, ORB orb)
static Any
AnyImplHelper. read(InputStream istream)
static TypeCode
TypeCodeImplHelper. read(InputStream istream)
void
AnyImpl. read_value(InputStream in, TypeCode tc)
(package private) static void
TCUtility. unmarshalIn(InputStream s, TypeCode typeCode, long[] la, java.lang.Object[] oa)
void
RequestImpl. 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 Any
DynAnyUtil. 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 class
CDRInputObject
class
EncapsInputStream
Encapsulations are supposed to explicitly define their code sets and GIOP version.class
TypeCodeInputStream
class
WrapperInputStream
Methods in com.sun.corba.ee.impl.encoding that return InputStream Modifier and Type Method Description InputStream
CDROutputObject. create_input_stream()
overrides create_input_stream from CDROutputStreamInputStream
EncapsOutputStream. create_input_stream()
InputStream
MarshalOutputStream. create_input_stream()
InputStream
TypeCodeOutputStream. 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. inputStreamPairs
Methods in com.sun.corba.ee.impl.io with parameters of type InputStream Modifier and Type Method Description protected java.lang.String
IIOPInputStream. internalReadUTF(InputStream stream)
Helper method for correcting the Kestrel bug 4367783 (dealing with larger than 8-bit chars).java.io.Serializable
ValueHandlerImpl. 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 void
ObjectReferenceFactoryImpl. _read(InputStream is)
Read the data into a (presumably) empty ObjectReferenceFactoryImpl.void
ObjectReferenceTemplateImpl. _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.Object
Util. 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 SystemException
ORBUtility. 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 OutputStream
ReflectiveTie. _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 InputStream
ClientDelegateImpl. invoke(Object self, OutputStream output)
Methods in com.sun.corba.ee.impl.protocol with parameters of type InputStream Modifier and Type Method Description void
ClientDelegateImpl. 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 short
AddressingDispositionHelper. read(InputStream istream)
void
CancelRequestMessage_1_0. read(InputStream istream)
void
CancelRequestMessage_1_1. read(InputStream istream)
void
CancelRequestMessage_1_2. read(InputStream istream)
void
FragmentMessage_1_1. read(InputStream istream)
void
FragmentMessage_1_2. read(InputStream istream)
static IORAddressingInfo
IORAddressingInfoHelper. read(InputStream istream)
void
LocateReplyMessage_1_0. read(InputStream istream)
void
LocateReplyMessage_1_1. read(InputStream istream)
void
LocateReplyMessage_1_2. read(InputStream istream)
void
LocateRequestMessage_1_0. read(InputStream istream)
void
LocateRequestMessage_1_1. read(InputStream istream)
void
LocateRequestMessage_1_2. read(InputStream istream)
void
Message_1_0. read(InputStream istream)
void
Message_1_1. read(InputStream istream)
void
Message. read(InputStream istream)
void
ReplyMessage_1_0. read(InputStream istream)
void
ReplyMessage_1_1. read(InputStream istream)
void
ReplyMessage_1_2. read(InputStream istream)
void
RequestMessage_1_0. read(InputStream istream)
void
RequestMessage_1_1. read(InputStream istream)
void
RequestMessage_1_2. read(InputStream istream)
static TargetAddress
TargetAddressHelper. 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 InputStream
BootstrapResolverImpl. 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.Object
Utility. 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 void
AuthorizationElementContentsHolder. _read(InputStream i)
void
AuthorizationElementHolder. _read(InputStream i)
void
AuthorizationTokenHolder. _read(InputStream i)
void
CompleteEstablishContextHolder. _read(InputStream i)
void
ContextErrorHolder. _read(InputStream i)
void
EstablishContextHolder. _read(InputStream i)
void
GSS_NT_ExportedNameHolder. _read(InputStream i)
void
GSS_NT_ExportedNameListHolder. _read(InputStream i)
void
GSSTokenHolder. _read(InputStream i)
void
IdentityExtensionHolder. _read(InputStream i)
void
IdentityTokenHolder. _read(InputStream i)
void
MessageInContextHolder. _read(InputStream i)
void
OIDHolder. _read(InputStream i)
void
OIDListHolder. _read(InputStream i)
void
SASContextBodyHolder. _read(InputStream i)
void
UTF8StringHolder. _read(InputStream i)
void
X501DistinguishedNameHolder. _read(InputStream i)
void
X509CertificateChainHolder. _read(InputStream i)
static byte[]
AuthorizationElementContentsHelper. read(InputStream istream)
static AuthorizationElement
AuthorizationElementHelper. read(InputStream istream)
static int
AuthorizationElementTypeHelper. read(InputStream istream)
static AuthorizationElement[]
AuthorizationTokenHelper. read(InputStream istream)
static CompleteEstablishContext
CompleteEstablishContextHelper. read(InputStream istream)
static ContextError
ContextErrorHelper. read(InputStream istream)
static long
ContextIdHelper. read(InputStream istream)
static EstablishContext
EstablishContextHelper. 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 IdentityToken
IdentityTokenHelper. read(InputStream istream)
static int
IdentityTokenTypeHelper. read(InputStream istream)
static MessageInContext
MessageInContextHelper. read(InputStream istream)
static short
MsgTypeHelper. read(InputStream istream)
static byte[]
OIDHelper. read(InputStream istream)
static byte[][]
OIDListHelper. read(InputStream istream)
static SASContextBody
SASContextBodyHelper. read(InputStream istream)
static java.lang.String
StringOIDHelper. 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 void
AS_ContextSecHolder. _read(InputStream i)
void
CompoundSecMechanismsHolder. _read(InputStream i)
void
CompoundSecMechHolder. _read(InputStream i)
void
CompoundSecMechListHolder. _read(InputStream i)
void
SAS_ContextSecHolder. _read(InputStream i)
void
SECIOP_SEC_TRANSHolder. _read(InputStream i)
void
ServiceConfigurationHolder. _read(InputStream i)
void
ServiceConfigurationListHolder. _read(InputStream i)
void
ServiceSpecificNameHolder. _read(InputStream i)
void
TLS_SEC_TRANSHolder. _read(InputStream i)
void
TransportAddressHolder. _read(InputStream i)
void
TransportAddressListHolder. _read(InputStream i)
static AS_ContextSec
AS_ContextSecHelper. read(InputStream istream)
static short
AssociationOptionsHelper. read(InputStream istream)
static CompoundSecMech[]
CompoundSecMechanismsHelper. read(InputStream istream)
static CompoundSecMech
CompoundSecMechHelper. read(InputStream istream)
static CompoundSecMechList
CompoundSecMechListHelper. read(InputStream istream)
static SAS_ContextSec
SAS_ContextSecHelper. read(InputStream istream)
static SECIOP_SEC_TRANS
SECIOP_SEC_TRANSHelper. read(InputStream istream)
static ServiceConfiguration
ServiceConfigurationHelper. read(InputStream istream)
static ServiceConfiguration[]
ServiceConfigurationListHelper. read(InputStream istream)
static int
ServiceConfigurationSyntaxHelper. read(InputStream istream)
static byte[]
ServiceSpecificNameHelper. read(InputStream istream)
static TLS_SEC_TRANS
TLS_SEC_TRANSHelper. read(InputStream istream)
static TransportAddress
TransportAddressHelper. 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 void
ErrorTokenHolder. _read(InputStream i)
void
InitialContextTokenHolder. _read(InputStream i)
static int
ErrorCodeHelper. read(InputStream istream)
static ErrorToken
ErrorTokenHelper. read(InputStream istream)
static InitialContextToken
InitialContextTokenHelper. 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 void
GIOPVersion. 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 ORBVersion
ORBVersionFactory. 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 AttributeDescription
AttributeDescriptionHelper. read(InputStream istream)
static AttributeMode
AttributeModeHelper. read(InputStream istream)
static java.lang.String
ContextIdentifierHelper. read(InputStream istream)
static java.lang.String[]
ContextIdSeqHelper. read(InputStream istream)
static DefinitionKind
DefinitionKindHelper. read(InputStream istream)
static ExceptionDescription[]
ExcDescriptionSeqHelper. read(InputStream istream)
static ExceptionDescription
ExceptionDescriptionHelper. read(InputStream istream)
static java.lang.String
IdentifierHelper. read(InputStream istream)
static IDLType
IDLTypeHelper. read(InputStream istream)
static Initializer
InitializerHelper. read(InputStream istream)
static Initializer[]
InitializerSeqHelper. read(InputStream istream)
static OperationDescription[]
OpDescriptionSeqHelper. read(InputStream istream)
static OperationDescription
OperationDescriptionHelper. read(InputStream istream)
static OperationMode
OperationModeHelper. read(InputStream istream)
static ParameterDescription
ParameterDescriptionHelper. read(InputStream istream)
static ParameterMode
ParameterModeHelper. read(InputStream istream)
static ParameterDescription[]
ParDescriptionSeqHelper. read(InputStream istream)
static Repository
RepositoryHelper. read(InputStream istream)
static java.lang.String
RepositoryIdHelper. read(InputStream istream)
static java.lang.String[]
RepositoryIdSeqHelper. read(InputStream istream)
static StructMember
StructMemberHelper. read(InputStream istream)
static StructMember[]
StructMemberSeqHelper. read(InputStream istream)
static ValueMember
ValueMemberHelper. read(InputStream istream)
static ValueMember[]
ValueMemberSeqHelper. read(InputStream istream)
static java.lang.String
VersionSpecHelper. read(InputStream istream)
static short
VisibilityHelper. 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 FullValueDescription
FullValueDescriptionHelper. 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 CodeBase
CodeBaseHelper. 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.String
URLHelper. 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.Object
Util. readAny(InputStream in)
Reads a java.lang.Object as a CORBA any.java.lang.Object
UtilDelegate. readAny(InputStream in)
Delegation call forUtil.readAny(org.omg.CORBA.portable.InputStream)
.java.io.Serializable
ValueHandler. 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 InputStream
LocalObject. _invoke(OutputStream output)
Throws anorg.omg.CORBA.NO_IMPLEMENT
exception with the message "This is a locally constrained object." This method is the default implementation of theorg.omg.CORBA.Object
method.abstract InputStream
Any. create_input_stream()
Creates an input stream from which thisAny
object's value can be unmarshalled.Methods in org.omg.CORBA with parameters of type InputStream Modifier and Type Method Description OutputStream
AliasDefPOA. _invoke(java.lang.String $method, InputStream in, ResponseHandler $rh)
OutputStream
ArrayDefPOA. _invoke(java.lang.String $method, InputStream in, ResponseHandler $rh)
OutputStream
AttributeDefPOA. _invoke(java.lang.String $method, InputStream in, ResponseHandler $rh)
OutputStream
ConstantDefPOA. _invoke(java.lang.String $method, InputStream in, ResponseHandler $rh)
OutputStream
ContainedPOA. _invoke(java.lang.String $method, InputStream in, ResponseHandler $rh)
OutputStream
ContainerPOA. _invoke(java.lang.String $method, InputStream in, ResponseHandler $rh)
OutputStream
EnumDefPOA. _invoke(java.lang.String $method, InputStream in, ResponseHandler $rh)
OutputStream
ExceptionDefPOA. _invoke(java.lang.String $method, InputStream in, ResponseHandler $rh)
OutputStream
InterfaceDefPOA. _invoke(java.lang.String $method, InputStream in, ResponseHandler $rh)
OutputStream
ModuleDefPOA. _invoke(java.lang.String $method, InputStream in, ResponseHandler $rh)
OutputStream
NativeDefPOA. _invoke(java.lang.String $method, InputStream in, ResponseHandler $rh)
OutputStream
OperationDefPOA. _invoke(java.lang.String $method, InputStream in, ResponseHandler $rh)
OutputStream
PrimitiveDefPOA. _invoke(java.lang.String $method, InputStream in, ResponseHandler $rh)
OutputStream
RepositoryPOA. _invoke(java.lang.String $method, InputStream in, ResponseHandler $rh)
OutputStream
SequenceDefPOA. _invoke(java.lang.String $method, InputStream in, ResponseHandler $rh)
OutputStream
StringDefPOA. _invoke(java.lang.String $method, InputStream in, ResponseHandler $rh)
OutputStream
StructDefPOA. _invoke(java.lang.String $method, InputStream in, ResponseHandler $rh)
OutputStream
TypedefDefPOA. _invoke(java.lang.String $method, InputStream in, ResponseHandler $rh)
OutputStream
UnionDefPOA. _invoke(java.lang.String $method, InputStream in, ResponseHandler $rh)
OutputStream
ValueBoxDefPOA. _invoke(java.lang.String $method, InputStream in, ResponseHandler $rh)
OutputStream
ValueDefPOA. _invoke(java.lang.String $method, InputStream in, ResponseHandler $rh)
OutputStream
ValueMemberDefPOA. _invoke(java.lang.String $method, InputStream in, ResponseHandler $rh)
void
AliasDefHolder. _read(InputStream i)
void
AnyHolder. _read(InputStream input)
Reads frominput
and initalizes the value in the Holder with the unmarshalled data.void
AnySeqHolder. _read(InputStream i)
void
ArrayDefHolder. _read(InputStream i)
void
AttrDescriptionSeqHolder. _read(InputStream i)
void
AttributeDefHolder. _read(InputStream i)
void
AttributeDescriptionHolder. _read(InputStream i)
void
AttributeModeHolder. _read(InputStream i)
void
BooleanHolder. _read(InputStream input)
Reads unmarshalled data frominput
and assigns it to thisBooleanHolder
object'svalue
field.void
BooleanSeqHolder. _read(InputStream i)
void
ByteHolder. _read(InputStream input)
Reads frominput
and initalizes the value in thisByteHolder
object with the unmarshalled data.void
CharHolder. _read(InputStream input)
Reads frominput
and initalizes the value in thisCharHolder
object with the unmarshalled data.void
CharSeqHolder. _read(InputStream i)
void
ConstantDefHolder. _read(InputStream i)
void
ConstantDescriptionHolder. _read(InputStream i)
void
ContainedHolder. _read(InputStream i)
void
ContainedSeqHolder. _read(InputStream i)
void
ContainerHolder. _read(InputStream i)
void
ContextIdSeqHolder. _read(InputStream i)
void
CurrentHolder. _read(InputStream i)
void
DoubleHolder. _read(InputStream input)
Read a double value from the input stream and store it in the value member.void
DoubleSeqHolder. _read(InputStream i)
void
EnumDefHolder. _read(InputStream i)
void
EnumMemberSeqHolder. _read(InputStream i)
void
ExcDescriptionSeqHolder. _read(InputStream i)
void
ExceptionDefHolder. _read(InputStream i)
void
ExceptionDefSeqHolder. _read(InputStream i)
void
ExceptionDescriptionHolder. _read(InputStream i)
void
FixedHolder. _read(InputStream input)
Read a fixed point value from the input stream and store it in the value member.void
FloatHolder. _read(InputStream input)
Read a float from an input stream and initialize the value member with the float value.void
FloatSeqHolder. _read(InputStream i)
void
InitializerHolder. _read(InputStream i)
void
InitializerSeqHolder. _read(InputStream i)
void
InterfaceDefHolder. _read(InputStream i)
void
InterfaceDefSeqHolder. _read(InputStream i)
void
InterfaceDescriptionHolder. _read(InputStream i)
void
IntHolder. _read(InputStream input)
Reads unmarshalled data frominput
and assigns it to thevalue
field in thisIntHolder
object.void
LongHolder. _read(InputStream input)
Reads frominput
and initalizes the value in the Holder with the unmarshalled data.void
LongLongSeqHolder. _read(InputStream i)
void
LongSeqHolder. _read(InputStream i)
void
ModuleDefHolder. _read(InputStream i)
void
ModuleDescriptionHolder. _read(InputStream i)
void
NativeDefHolder. _read(InputStream i)
void
ObjectHolder. _read(InputStream input)
Reads frominput
and initalizes the value in thisObjectHolder
object with the unmarshalled data.void
OctetSeqHolder. _read(InputStream i)
void
OpDescriptionSeqHolder. _read(InputStream i)
void
OperationDefHolder. _read(InputStream i)
void
OperationDescriptionHolder. _read(InputStream i)
void
OperationModeHolder. _read(InputStream i)
void
ParameterDescriptionHolder. _read(InputStream i)
void
ParameterModeHolder. _read(InputStream i)
void
ParDescriptionSeqHolder. _read(InputStream i)
void
PolicyErrorHolder. _read(InputStream i)
void
PolicyHolder. _read(InputStream i)
void
PolicyListHolder. _read(InputStream i)
void
PrimitiveDefHolder. _read(InputStream i)
void
PrimitiveKindHolder. _read(InputStream i)
void
PrincipalHolder. _read(InputStream input)
Deprecated.void
RepositoryHolder. _read(InputStream i)
void
RepositoryIdSeqHolder. _read(InputStream i)
void
SequenceDefHolder. _read(InputStream i)
void
ServiceInformationHolder. _read(InputStream in)
Reads unmarshalled data from the input streamin
and assigns it to thevalue
field in thisServiceInformationHolder
object.void
ShortHolder. _read(InputStream input)
Reads frominput
and initalizes the value in thisShortHolder
object with the unmarshalled data.void
ShortSeqHolder. _read(InputStream i)
void
StringDefHolder. _read(InputStream i)
void
StringHolder. _read(InputStream input)
Reads the unmarshalled data frominput
and assigns it to thevalue
field of thisStringHolder
object.void
StringSeqHolder. _read(InputStream i)
void
StructDefHolder. _read(InputStream i)
void
StructMemberSeqHolder. _read(InputStream i)
void
TypeCodeHolder. _read(InputStream input)
Reads frominput
and initalizes the value in thisTypeCodeHolder
object with the unmarshalled data.void
TypedefDefHolder. _read(InputStream i)
void
TypeDescriptionHolder. _read(InputStream i)
void
ULongLongSeqHolder. _read(InputStream i)
void
ULongSeqHolder. _read(InputStream i)
void
UnionDefHolder. _read(InputStream i)
void
UnionMemberSeqHolder. _read(InputStream i)
void
UnknownUserExceptionHolder. _read(InputStream i)
void
UShortSeqHolder. _read(InputStream i)
void
ValueBaseHolder. _read(InputStream input)
Reads frominput
and initalizes the value in the Holder with the unmarshalled data.void
ValueBoxDefHolder. _read(InputStream i)
void
ValueDefHolder. _read(InputStream i)
void
ValueDefSeqHolder. _read(InputStream i)
void
ValueDescriptionHolder. _read(InputStream i)
void
ValueMemberDefHolder. _read(InputStream i)
void
ValueMemberSeqHolder. _read(InputStream i)
void
WCharSeqHolder. _read(InputStream i)
void
WrongTransactionHolder. _read(InputStream i)
void
WStringSeqHolder. _read(InputStream i)
void
LocalObject. _releaseReply(InputStream input)
Throws anorg.omg.CORBA.NO_IMPLEMENT
exception with the message "This is a locally constrained object." This method is the default implementation of theorg.omg.CORBA.Object
method.static AliasDef
AliasDefHelper. read(InputStream istream)
static Any[]
AnySeqHelper. read(InputStream istream)
static ArrayDef
ArrayDefHelper. read(InputStream istream)
static AttributeDescription[]
AttrDescriptionSeqHelper. read(InputStream istream)
static AttributeDef
AttributeDefHelper. read(InputStream istream)
static AttributeDescription
AttributeDescriptionHelper. read(InputStream istream)
static AttributeMode
AttributeModeHelper. read(InputStream istream)
static boolean[]
BooleanSeqHelper. read(InputStream istream)
static char[]
CharSeqHelper. read(InputStream istream)
static CompletionStatus
CompletionStatusHelper. read(InputStream istream)
static ConstantDef
ConstantDefHelper. read(InputStream istream)
static ConstantDescription
ConstantDescriptionHelper. read(InputStream istream)
static Contained
ContainedHelper. read(InputStream istream)
static Contained[]
ContainedSeqHelper. read(InputStream istream)
static Container
ContainerHelper. read(InputStream istream)
static java.lang.String
ContextIdentifierHelper. read(InputStream istream)
static java.lang.String[]
ContextIdSeqHelper. read(InputStream istream)
static Current
CurrentHelper. read(InputStream istream)
static DefinitionKind
DefinitionKindHelper. read(InputStream istream)
static double[]
DoubleSeqHelper. read(InputStream istream)
static EnumDef
EnumDefHelper. read(InputStream istream)
static java.lang.String[]
EnumMemberSeqHelper. read(InputStream istream)
static ExceptionDescription[]
ExcDescriptionSeqHelper. read(InputStream istream)
static ExceptionDef
ExceptionDefHelper. read(InputStream istream)
static ExceptionDef[]
ExceptionDefSeqHelper. read(InputStream istream)
static ExceptionDescription
ExceptionDescriptionHelper. read(InputStream istream)
static java.lang.String
FieldNameHelper. read(InputStream istream)
static float[]
FloatSeqHelper. read(InputStream istream)
static java.lang.String
IdentifierHelper. read(InputStream istream)
static IDLType
IDLTypeHelper. read(InputStream istream)
static Initializer
InitializerHelper. read(InputStream istream)
static Initializer[]
InitializerSeqHelper. read(InputStream istream)
static InterfaceDef
InterfaceDefHelper. read(InputStream istream)
static InterfaceDef[]
InterfaceDefSeqHelper. read(InputStream istream)
static InterfaceDescription
InterfaceDescriptionHelper. read(InputStream istream)
static long[]
LongLongSeqHelper. read(InputStream istream)
static int[]
LongSeqHelper. read(InputStream istream)
static ModuleDef
ModuleDefHelper. read(InputStream istream)
static ModuleDescription
ModuleDescriptionHelper. read(InputStream istream)
static NameValuePair
NameValuePairHelper. read(InputStream istream)
static NativeDef
NativeDefHelper. read(InputStream istream)
static Object
ObjectHelper. read(InputStream istream)
static byte[]
OctetSeqHelper. read(InputStream istream)
static OperationDescription[]
OpDescriptionSeqHelper. read(InputStream istream)
static OperationDef
OperationDefHelper. read(InputStream istream)
static OperationDescription
OperationDescriptionHelper. read(InputStream istream)
static OperationMode
OperationModeHelper. read(InputStream istream)
static ParameterDescription
ParameterDescriptionHelper. read(InputStream istream)
static ParameterMode
ParameterModeHelper. read(InputStream istream)
static ParameterDescription[]
ParDescriptionSeqHelper. read(InputStream istream)
static short
PolicyErrorCodeHelper. read(InputStream istream)
static PolicyError
PolicyErrorHelper. read(InputStream istream)
static Policy
PolicyHelper. read(InputStream istream)
static Policy[]
PolicyListHelper. read(InputStream istream)
static int
PolicyTypeHelper. read(InputStream istream)
static PrimitiveDef
PrimitiveDefHelper. read(InputStream istream)
static PrimitiveKind
PrimitiveKindHelper. read(InputStream istream)
static Repository
RepositoryHelper. read(InputStream istream)
static java.lang.String
RepositoryIdHelper. read(InputStream istream)
static java.lang.String[]
RepositoryIdSeqHelper. read(InputStream istream)
static java.lang.String
ScopedNameHelper. read(InputStream istream)
static SequenceDef
SequenceDefHelper. read(InputStream istream)
static ServiceDetail
ServiceDetailHelper. read(InputStream in)
static ServiceInformation
ServiceInformationHelper. read(InputStream in)
static SetOverrideType
SetOverrideTypeHelper. read(InputStream istream)
static short[]
ShortSeqHelper. read(InputStream istream)
static StringDef
StringDefHelper. read(InputStream istream)
static java.lang.String[]
StringSeqHelper. read(InputStream istream)
static java.lang.String
StringValueHelper. read(InputStream istream)
static StructDef
StructDefHelper. read(InputStream istream)
static StructMember
StructMemberHelper. read(InputStream istream)
static StructMember[]
StructMemberSeqHelper. read(InputStream istream)
static TypedefDef
TypedefDefHelper. read(InputStream istream)
static TypeDescription
TypeDescriptionHelper. read(InputStream istream)
static long[]
ULongLongSeqHelper. read(InputStream istream)
static int[]
ULongSeqHelper. read(InputStream istream)
static UnionDef
UnionDefHelper. read(InputStream istream)
static UnionMember
UnionMemberHelper. read(InputStream istream)
static UnionMember[]
UnionMemberSeqHelper. read(InputStream istream)
static UnknownUserException
UnknownUserExceptionHelper. read(InputStream istream)
static short[]
UShortSeqHelper. read(InputStream istream)
static java.io.Serializable
ValueBaseHelper. read(InputStream istream)
static ValueBoxDef
ValueBoxDefHelper. read(InputStream istream)
static ValueDef
ValueDefHelper. read(InputStream istream)
static ValueDef[]
ValueDefSeqHelper. read(InputStream istream)
static ValueDescription
ValueDescriptionHelper. read(InputStream istream)
static ValueMemberDef
ValueMemberDefHelper. read(InputStream istream)
static ValueMember
ValueMemberHelper. read(InputStream istream)
static ValueMember[]
ValueMemberSeqHelper. read(InputStream istream)
static java.lang.String
VersionSpecHelper. read(InputStream istream)
static short
VisibilityHelper. read(InputStream istream)
static char[]
WCharSeqHelper. read(InputStream istream)
static WrongTransaction
WrongTransactionHelper. read(InputStream istream)
static java.lang.String[]
WStringSeqHelper. read(InputStream istream)
static java.lang.String
WStringValueHelper. read(InputStream istream)
abstract void
Any. read_value(InputStream is, TypeCode t)
Reads off (unmarshals) the value of anAny
object from the given input stream using the given typecode.java.io.Serializable
StringValueHelper. read_value(InputStream istream)
java.io.Serializable
WStringValueHelper. 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 class
InputStream
InputStream 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 void
DescriptionHolder. _read(InputStream i)
static Description
DescriptionHelper. 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 void
DescriptionHolder. _read(InputStream i)
void
DescriptionSeqHolder. _read(InputStream i)
static Description
DescriptionHelper. 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 void
FullInterfaceDescriptionHolder. _read(InputStream i)
static FullInterfaceDescription
FullInterfaceDescriptionHelper. 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 InputStream
ApplicationException. ins
Methods in org.omg.CORBA.portable that return InputStream Modifier and Type Method Description InputStream
ObjectImpl. _invoke(OutputStream output)
Invokes an operation and returns anInputStream
object for reading the response.abstract InputStream
OutputStream. create_input_stream()
Returns an input stream with the same buffer.InputStream
ApplicationException. getInputStream()
Returns the input stream from which the exception data can be read as its parameters.InputStream
Delegate. 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 OutputStream
InvokeHandler. _invoke(java.lang.String method, InputStream input, ResponseHandler handler)
Invoked by the ORB to dispatch a request to the servant.void
Streamable. _read(InputStream istream)
Reads data fromistream
and initalizes thevalue
field of the Holder with the unmarshalled data.void
ObjectImpl. _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.Serializable
BoxedValueHelper. read_value(InputStream is)
void
Delegate. 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 void
FullValueDescriptionHolder. _read(InputStream i)
static FullValueDescription
FullValueDescriptionHelper. 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 OutputStream
BindingIteratorPOA. _invoke(java.lang.String $method, InputStream in, ResponseHandler $rh)
OutputStream
NamingContextExtPOA. _invoke(java.lang.String $method, InputStream in, ResponseHandler $rh)
OutputStream
NamingContextPOA. _invoke(java.lang.String $method, InputStream in, ResponseHandler $rh)
void
BindingHolder. _read(InputStream i)
void
BindingIteratorHolder. _read(InputStream i)
void
BindingListHolder. _read(InputStream i)
void
BindingTypeHolder. _read(InputStream i)
void
NameComponentHolder. _read(InputStream i)
void
NameHolder. _read(InputStream i)
void
NamingContextExtHolder. _read(InputStream i)
void
NamingContextHolder. _read(InputStream i)
static Binding
BindingHelper. read(InputStream istream)
static BindingIterator
BindingIteratorHelper. read(InputStream istream)
static Binding[]
BindingListHelper. read(InputStream istream)
static BindingType
BindingTypeHelper. read(InputStream istream)
static java.lang.String
IstringHelper. read(InputStream istream)
static NameComponent
NameComponentHelper. read(InputStream istream)
static NameComponent[]
NameHelper. read(InputStream istream)
static NamingContextExt
NamingContextExtHelper. read(InputStream istream)
static NamingContext
NamingContextHelper. 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 void
InvalidAddressHolder. _read(InputStream i)
static java.lang.String
AddressHelper. read(InputStream istream)
static InvalidAddress
InvalidAddressHelper. read(InputStream istream)
static java.lang.String
StringNameHelper. read(InputStream istream)
static java.lang.String
URLStringHelper. 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 void
AlreadyBoundHolder. _read(InputStream i)
void
CannotProceedHolder. _read(InputStream i)
void
InvalidNameHolder. _read(InputStream i)
void
NotEmptyHolder. _read(InputStream i)
void
NotFoundHolder. _read(InputStream i)
void
NotFoundReasonHolder. _read(InputStream i)
static AlreadyBound
AlreadyBoundHelper. read(InputStream istream)
static CannotProceed
CannotProceedHelper. read(InputStream istream)
static InvalidName
InvalidNameHelper. read(InputStream istream)
static NotEmpty
NotEmptyHelper. read(InputStream istream)
static NotFound
NotFoundHelper. read(InputStream istream)
static NotFoundReason
NotFoundReasonHelper. 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 OutputStream
ControlPOA. _invoke(java.lang.String $method, InputStream in, ResponseHandler $rh)
OutputStream
CoordinatorPOA. _invoke(java.lang.String $method, InputStream in, ResponseHandler $rh)
OutputStream
CurrentPOA. _invoke(java.lang.String $method, InputStream in, ResponseHandler $rh)
OutputStream
InvocationPolicyPOA. _invoke(java.lang.String $method, InputStream in, ResponseHandler $rh)
OutputStream
NonTxTargetPolicyPOA. _invoke(java.lang.String $method, InputStream in, ResponseHandler $rh)
OutputStream
OTSPolicyPOA. _invoke(java.lang.String $method, InputStream in, ResponseHandler $rh)
OutputStream
RecoveryCoordinatorPOA. _invoke(java.lang.String $method, InputStream in, ResponseHandler $rh)
OutputStream
ResourcePOA. _invoke(java.lang.String $method, InputStream in, ResponseHandler $rh)
OutputStream
SubtransactionAwareResourcePOA. _invoke(java.lang.String $method, InputStream in, ResponseHandler $rh)
OutputStream
SynchronizationPOA. _invoke(java.lang.String $method, InputStream in, ResponseHandler $rh)
OutputStream
TerminatorPOA. _invoke(java.lang.String $method, InputStream in, ResponseHandler $rh)
OutputStream
TransactionalObjectPOA. _invoke(java.lang.String $method, InputStream in, ResponseHandler $rh)
OutputStream
TransactionFactoryPOA. _invoke(java.lang.String $method, InputStream in, ResponseHandler $rh)
void
ControlHolder. _read(InputStream i)
void
CoordinatorHolder. _read(InputStream i)
void
CurrentHolder. _read(InputStream i)
void
HeuristicCommitHolder. _read(InputStream i)
void
HeuristicHazardHolder. _read(InputStream i)
void
HeuristicMixedHolder. _read(InputStream i)
void
HeuristicRollbackHolder. _read(InputStream i)
void
InactiveHolder. _read(InputStream i)
void
InvalidControlHolder. _read(InputStream i)
void
InvocationPolicyHolder. _read(InputStream i)
void
NonTxTargetPolicyHolder. _read(InputStream i)
void
NotPreparedHolder. _read(InputStream i)
void
NoTransactionHolder. _read(InputStream i)
void
NotSubtransactionHolder. _read(InputStream i)
void
otid_tHolder. _read(InputStream i)
void
OTSPolicyHolder. _read(InputStream i)
void
PropagationContextHolder. _read(InputStream i)
void
RecoveryCoordinatorHolder. _read(InputStream i)
void
ResourceHolder. _read(InputStream i)
void
StatusHolder. _read(InputStream i)
void
SubtransactionAwareResourceHolder. _read(InputStream i)
void
SubtransactionsUnavailableHolder. _read(InputStream i)
void
SynchronizationHolder. _read(InputStream i)
void
SynchronizationUnavailableHolder. _read(InputStream i)
void
TerminatorHolder. _read(InputStream i)
void
TransactionalObjectHolder. _read(InputStream i)
void
TransactionFactoryHolder. _read(InputStream i)
void
TransIdentityHolder. _read(InputStream i)
void
UnavailableHolder. _read(InputStream i)
void
VoteHolder. _read(InputStream i)
static Control
ControlHelper. read(InputStream istream)
static Coordinator
CoordinatorHelper. read(InputStream istream)
static Current
CurrentHelper. read(InputStream istream)
static HeuristicCommit
HeuristicCommitHelper. read(InputStream istream)
static HeuristicHazard
HeuristicHazardHelper. read(InputStream istream)
static HeuristicMixed
HeuristicMixedHelper. read(InputStream istream)
static HeuristicRollback
HeuristicRollbackHelper. read(InputStream istream)
static Inactive
InactiveHelper. read(InputStream istream)
static InvalidControl
InvalidControlHelper. read(InputStream istream)
static InvocationPolicy
InvocationPolicyHelper. read(InputStream istream)
static short
InvocationPolicyValueHelper. read(InputStream istream)
static NonTxTargetPolicy
NonTxTargetPolicyHelper. read(InputStream istream)
static short
NonTxTargetPolicyValueHelper. read(InputStream istream)
static NotPrepared
NotPreparedHelper. read(InputStream istream)
static NoTransaction
NoTransactionHelper. read(InputStream istream)
static NotSubtransaction
NotSubtransactionHelper. read(InputStream istream)
static otid_t
otid_tHelper. read(InputStream istream)
static OTSPolicy
OTSPolicyHelper. read(InputStream istream)
static short
OTSPolicyValueHelper. read(InputStream istream)
static PropagationContext
PropagationContextHelper. read(InputStream istream)
static RecoveryCoordinator
RecoveryCoordinatorHelper. read(InputStream istream)
static Resource
ResourceHelper. read(InputStream istream)
static Status
StatusHelper. read(InputStream istream)
static SubtransactionAwareResource
SubtransactionAwareResourceHelper. read(InputStream istream)
static SubtransactionsUnavailable
SubtransactionsUnavailableHelper. read(InputStream istream)
static Synchronization
SynchronizationHelper. read(InputStream istream)
static SynchronizationUnavailable
SynchronizationUnavailableHelper. read(InputStream istream)
static Terminator
TerminatorHelper. read(InputStream istream)
static TransactionalObject
TransactionalObjectHelper. read(InputStream istream)
static TransactionFactory
TransactionFactoryHelper. read(InputStream istream)
static TransIdentity
TransIdentityHelper. read(InputStream istream)
static Unavailable
UnavailableHelper. read(InputStream istream)
static Vote
VoteHelper. 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 void
ExceptionListHolder. _read(InputStream i)
void
ParameterHolder. _read(InputStream i)
void
ParameterListHolder. _read(InputStream i)
static java.lang.String[]
ContextListHelper. read(InputStream istream)
static TypeCode[]
ExceptionListHelper. read(InputStream istream)
static Parameter
ParameterHelper. 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 OutputStream
DynAnyFactoryPOA. _invoke(java.lang.String $method, InputStream in, ResponseHandler $rh)
OutputStream
DynAnyPOA. _invoke(java.lang.String $method, InputStream in, ResponseHandler $rh)
OutputStream
DynArrayPOA. _invoke(java.lang.String $method, InputStream in, ResponseHandler $rh)
OutputStream
DynEnumPOA. _invoke(java.lang.String $method, InputStream in, ResponseHandler $rh)
OutputStream
DynFixedPOA. _invoke(java.lang.String $method, InputStream in, ResponseHandler $rh)
OutputStream
DynSequencePOA. _invoke(java.lang.String $method, InputStream in, ResponseHandler $rh)
OutputStream
DynStructPOA. _invoke(java.lang.String $method, InputStream in, ResponseHandler $rh)
OutputStream
DynUnionPOA. _invoke(java.lang.String $method, InputStream in, ResponseHandler $rh)
OutputStream
DynValueBoxPOA. _invoke(java.lang.String $method, InputStream in, ResponseHandler $rh)
OutputStream
DynValueCommonPOA. _invoke(java.lang.String $method, InputStream in, ResponseHandler $rh)
OutputStream
DynValuePOA. _invoke(java.lang.String $method, InputStream in, ResponseHandler $rh)
void
AnySeqHolder. _read(InputStream i)
void
DynAnyFactoryHolder. _read(InputStream i)
void
DynAnyHolder. _read(InputStream i)
void
DynAnySeqHolder. _read(InputStream i)
void
DynArrayHolder. _read(InputStream i)
void
DynEnumHolder. _read(InputStream i)
void
DynFixedHolder. _read(InputStream i)
void
DynSequenceHolder. _read(InputStream i)
void
DynStructHolder. _read(InputStream i)
void
DynUnionHolder. _read(InputStream i)
void
DynValueBoxHolder. _read(InputStream i)
void
DynValueCommonHolder. _read(InputStream i)
void
DynValueHolder. _read(InputStream i)
void
NameDynAnyPairHolder. _read(InputStream i)
void
NameDynAnyPairSeqHolder. _read(InputStream i)
void
NameValuePairHolder. _read(InputStream i)
void
NameValuePairSeqHolder. _read(InputStream i)
static Any[]
AnySeqHelper. read(InputStream istream)
static DynAnyFactory
DynAnyFactoryHelper. read(InputStream istream)
static DynAny
DynAnyHelper. read(InputStream istream)
static DynAny[]
DynAnySeqHelper. read(InputStream istream)
static DynArray
DynArrayHelper. read(InputStream istream)
static DynEnum
DynEnumHelper. read(InputStream istream)
static DynFixed
DynFixedHelper. read(InputStream istream)
static DynSequence
DynSequenceHelper. read(InputStream istream)
static DynStruct
DynStructHelper. read(InputStream istream)
static DynUnion
DynUnionHelper. read(InputStream istream)
static DynValueBox
DynValueBoxHelper. read(InputStream istream)
static DynValueCommon
DynValueCommonHelper. read(InputStream istream)
static DynValue
DynValueHelper. read(InputStream istream)
static java.lang.String
FieldNameHelper. read(InputStream istream)
static NameDynAnyPair
NameDynAnyPairHelper. read(InputStream istream)
static NameDynAnyPair[]
NameDynAnyPairSeqHelper. read(InputStream istream)
static NameValuePair
NameValuePairHelper. 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 void
InconsistentTypeCodeHolder. _read(InputStream i)
static InconsistentTypeCode
InconsistentTypeCodeHelper. 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 void
InvalidValueHolder. _read(InputStream i)
void
TypeMismatchHolder. _read(InputStream i)
static InvalidValue
InvalidValueHelper. read(InputStream istream)
static TypeMismatch
TypeMismatchHelper. 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 void
CodecFactoryHolder. _read(InputStream i)
void
CodecHolder. _read(InputStream i)
void
EncodingHolder. _read(InputStream i)
void
IORHolder. _read(InputStream i)
void
MultipleComponentProfileHolder. _read(InputStream i)
void
ServiceContextHolder. _read(InputStream i)
void
ServiceContextListHolder. _read(InputStream i)
void
TaggedComponentHolder. _read(InputStream i)
void
TaggedComponentSeqHolder. _read(InputStream i)
void
TaggedProfileHolder. _read(InputStream i)
static CodecFactory
CodecFactoryHelper. read(InputStream istream)
static Codec
CodecHelper. read(InputStream istream)
static int
ComponentIdHelper. read(InputStream istream)
static short
EncodingFormatHelper. read(InputStream istream)
static Encoding
EncodingHelper. read(InputStream istream)
static IOR
IORHelper. read(InputStream istream)
static TaggedComponent[]
MultipleComponentProfileHelper. read(InputStream istream)
static int
ProfileIdHelper. read(InputStream istream)
static ServiceContext
ServiceContextHelper. read(InputStream istream)
static ServiceContext[]
ServiceContextListHelper. read(InputStream istream)
static int
ServiceIdHelper. read(InputStream istream)
static TaggedComponent
TaggedComponentHelper. read(InputStream istream)
static TaggedComponent[]
TaggedComponentSeqHelper. read(InputStream istream)
static TaggedProfile
TaggedProfileHelper. 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 void
UnknownEncodingHolder. _read(InputStream i)
static UnknownEncoding
UnknownEncodingHelper. 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 void
FormatMismatchHolder. _read(InputStream i)
void
InvalidTypeForEncodingHolder. _read(InputStream i)
void
TypeMismatchHolder. _read(InputStream i)
static FormatMismatch
FormatMismatchHelper. read(InputStream istream)
static InvalidTypeForEncoding
InvalidTypeForEncodingHelper. read(InputStream istream)
static TypeMismatch
TypeMismatchHelper. 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 OutputStream
MaxHopsPolicyPOA. _invoke(java.lang.String $method, InputStream in, ResponseHandler $rh)
OutputStream
QueueOrderPolicyPOA. _invoke(java.lang.String $method, InputStream in, ResponseHandler $rh)
OutputStream
RebindPolicyPOA. _invoke(java.lang.String $method, InputStream in, ResponseHandler $rh)
OutputStream
RelativeRequestTimeoutPolicyPOA. _invoke(java.lang.String $method, InputStream in, ResponseHandler $rh)
OutputStream
RelativeRoundtripTimeoutPolicyPOA. _invoke(java.lang.String $method, InputStream in, ResponseHandler $rh)
OutputStream
ReplyEndTimePolicyPOA. _invoke(java.lang.String $method, InputStream in, ResponseHandler $rh)
OutputStream
ReplyPriorityPolicyPOA. _invoke(java.lang.String $method, InputStream in, ResponseHandler $rh)
OutputStream
ReplyStartTimePolicyPOA. _invoke(java.lang.String $method, InputStream in, ResponseHandler $rh)
OutputStream
RequestEndTimePolicyPOA. _invoke(java.lang.String $method, InputStream in, ResponseHandler $rh)
OutputStream
RequestPriorityPolicyPOA. _invoke(java.lang.String $method, InputStream in, ResponseHandler $rh)
OutputStream
RequestStartTimePolicyPOA. _invoke(java.lang.String $method, InputStream in, ResponseHandler $rh)
OutputStream
RoutingPolicyPOA. _invoke(java.lang.String $method, InputStream in, ResponseHandler $rh)
OutputStream
SyncScopePolicyPOA. _invoke(java.lang.String $method, InputStream in, ResponseHandler $rh)
void
MaxHopsPolicyHolder. _read(InputStream i)
void
PolicyValueHolder. _read(InputStream i)
void
PolicyValueSeqHolder. _read(InputStream i)
void
PriorityRangeHolder. _read(InputStream i)
void
QueueOrderPolicyHolder. _read(InputStream i)
void
RebindPolicyHolder. _read(InputStream i)
void
RelativeRequestTimeoutPolicyHolder. _read(InputStream i)
void
RelativeRoundtripTimeoutPolicyHolder. _read(InputStream i)
void
ReplyEndTimePolicyHolder. _read(InputStream i)
void
ReplyPriorityPolicyHolder. _read(InputStream i)
void
ReplyStartTimePolicyHolder. _read(InputStream i)
void
RequestEndTimePolicyHolder. _read(InputStream i)
void
RequestPriorityPolicyHolder. _read(InputStream i)
void
RequestStartTimePolicyHolder. _read(InputStream i)
void
RoutingPolicyHolder. _read(InputStream i)
void
RoutingTypeRangeHolder. _read(InputStream i)
void
SyncScopePolicyHolder. _read(InputStream i)
static MaxHopsPolicy
MaxHopsPolicyHelper. read(InputStream istream)
static short
OrderingHelper. read(InputStream istream)
static PolicyValue
PolicyValueHelper. read(InputStream istream)
static PolicyValue[]
PolicyValueSeqHelper. read(InputStream istream)
static short
PriorityHelper. read(InputStream istream)
static PriorityRange
PriorityRangeHelper. read(InputStream istream)
static QueueOrderPolicy
QueueOrderPolicyHelper. read(InputStream istream)
static short
RebindModeHelper. read(InputStream istream)
static RebindPolicy
RebindPolicyHelper. read(InputStream istream)
static RelativeRequestTimeoutPolicy
RelativeRequestTimeoutPolicyHelper. read(InputStream istream)
static RelativeRoundtripTimeoutPolicy
RelativeRoundtripTimeoutPolicyHelper. read(InputStream istream)
static ReplyEndTimePolicy
ReplyEndTimePolicyHelper. read(InputStream istream)
static ReplyPriorityPolicy
ReplyPriorityPolicyHelper. read(InputStream istream)
static ReplyStartTimePolicy
ReplyStartTimePolicyHelper. read(InputStream istream)
static RequestEndTimePolicy
RequestEndTimePolicyHelper. read(InputStream istream)
static RequestPriorityPolicy
RequestPriorityPolicyHelper. read(InputStream istream)
static RequestStartTimePolicy
RequestStartTimePolicyHelper. read(InputStream istream)
static RoutingPolicy
RoutingPolicyHelper. read(InputStream istream)
static short
RoutingTypeHelper. read(InputStream istream)
static RoutingTypeRange
RoutingTypeRangeHelper. read(InputStream istream)
static short
SyncScopeHelper. read(InputStream istream)
static SyncScopePolicy
SyncScopePolicyHelper. 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 void
ClientRequestInfoHolder. _read(InputStream i)
void
ClientRequestInterceptorHolder. _read(InputStream i)
void
CurrentHolder. _read(InputStream i)
void
ForwardRequestHolder. _read(InputStream i)
void
InterceptorHolder. _read(InputStream i)
void
InvalidSlotHolder. _read(InputStream i)
void
IORInfoHolder. _read(InputStream i)
void
IORInterceptor_3_0Holder. _read(InputStream i)
void
IORInterceptorHolder. _read(InputStream i)
void
ObjectReferenceFactoryHolder. _read(InputStream i)
void
ObjectReferenceTemplateHolder. _read(InputStream i)
void
ObjectReferenceTemplateSeqHolder. _read(InputStream i)
void
ORBInitializerHolder. _read(InputStream i)
void
ORBInitInfoHolder. _read(InputStream i)
void
PolicyFactoryHolder. _read(InputStream i)
void
RequestInfoHolder. _read(InputStream i)
void
ServerRequestInfoHolder. _read(InputStream i)
void
ServerRequestInterceptorHolder. _read(InputStream i)
static int
AdapterManagerIdHelper. read(InputStream istream)
static java.lang.String[]
AdapterNameHelper. read(InputStream istream)
static short
AdapterStateHelper. read(InputStream istream)
static ClientRequestInfo
ClientRequestInfoHelper. read(InputStream istream)
static ClientRequestInterceptor
ClientRequestInterceptorHelper. read(InputStream istream)
static Current
CurrentHelper. read(InputStream istream)
static ForwardRequest
ForwardRequestHelper. read(InputStream istream)
static Interceptor
InterceptorHelper. read(InputStream istream)
static InvalidSlot
InvalidSlotHelper. read(InputStream istream)
static IORInfo
IORInfoHelper. read(InputStream istream)
static IORInterceptor_3_0
IORInterceptor_3_0Helper. read(InputStream istream)
static IORInterceptor
IORInterceptorHelper. read(InputStream istream)
static byte[]
ObjectIdHelper. read(InputStream istream)
static ObjectReferenceFactory
ObjectReferenceFactoryHelper. read(InputStream istream)
static ObjectReferenceTemplate
ObjectReferenceTemplateHelper. read(InputStream istream)
static ObjectReferenceTemplate[]
ObjectReferenceTemplateSeqHelper. read(InputStream istream)
static java.lang.String
ORBIdHelper. read(InputStream istream)
static ORBInitializer
ORBInitializerHelper. read(InputStream istream)
static ORBInitInfo
ORBInitInfoHelper. read(InputStream istream)
static PolicyFactory
PolicyFactoryHelper. read(InputStream istream)
static short
ReplyStatusHelper. read(InputStream istream)
static RequestInfo
RequestInfoHelper. read(InputStream istream)
static java.lang.String
ServerIdHelper. read(InputStream istream)
static ServerRequestInfo
ServerRequestInfoHelper. read(InputStream istream)
static ServerRequestInterceptor
ServerRequestInterceptorHelper. read(InputStream istream)
static int
SlotIdHelper. 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 void
DuplicateNameHolder. _read(InputStream i)
void
InvalidNameHolder. _read(InputStream i)
static DuplicateName
DuplicateNameHelper. read(InputStream istream)
static InvalidName
InvalidNameHelper. read(InputStream istream)
static java.lang.String
ObjectIdHelper. 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 OutputStream
ServantActivatorPOA. _invoke(java.lang.String $method, InputStream in, ResponseHandler $rh)
OutputStream
ServantLocatorPOA. _invoke(java.lang.String $method, InputStream in, ResponseHandler $rh)
void
ForwardRequestHolder. _read(InputStream i)
void
IdAssignmentPolicyValueHolder. _read(InputStream i)
void
IdUniquenessPolicyValueHolder. _read(InputStream i)
void
ImplicitActivationPolicyValueHolder. _read(InputStream i)
void
LifespanPolicyValueHolder. _read(InputStream i)
void
ObjectIdHolder. _read(InputStream i)
void
POAListHolder. _read(InputStream i)
void
RequestProcessingPolicyValueHolder. _read(InputStream i)
void
ServantActivatorHolder. _read(InputStream i)
void
ServantLocatorHolder. _read(InputStream i)
void
ServantRetentionPolicyValueHolder. _read(InputStream i)
void
ThreadPolicyValueHolder. _read(InputStream i)
static ForwardRequest
ForwardRequestHelper. read(InputStream istream)
static IdAssignmentPolicyValue
IdAssignmentPolicyValueHelper. read(InputStream istream)
static IdUniquenessPolicyValue
IdUniquenessPolicyValueHelper. read(InputStream istream)
static ImplicitActivationPolicyValue
ImplicitActivationPolicyValueHelper. read(InputStream istream)
static LifespanPolicyValue
LifespanPolicyValueHelper. read(InputStream istream)
static byte[]
ObjectIdHelper. read(InputStream istream)
static POA
POAHelper. read(InputStream istream)
static POA[]
POAListHelper. read(InputStream istream)
static RequestProcessingPolicyValue
RequestProcessingPolicyValueHelper. read(InputStream istream)
static ServantActivator
ServantActivatorHelper. read(InputStream istream)
static ServantLocator
ServantLocatorHelper. read(InputStream istream)
static ServantRetentionPolicyValue
ServantRetentionPolicyValueHelper. read(InputStream istream)
static ThreadPolicyValue
ThreadPolicyValueHelper. 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 void
NoContextHolder. _read(InputStream i)
static NoContext
NoContextHelper. 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 void
AdapterInactiveHolder. _read(InputStream i)
void
StateHolder. _read(InputStream i)
static AdapterInactive
AdapterInactiveHelper. read(InputStream istream)
static State
StateHelper. 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 void
AdapterAlreadyExistsHolder. _read(InputStream i)
void
AdapterNonExistentHolder. _read(InputStream i)
void
InvalidPolicyHolder. _read(InputStream i)
void
NoServantHolder. _read(InputStream i)
void
ObjectAlreadyActiveHolder. _read(InputStream i)
void
ObjectNotActiveHolder. _read(InputStream i)
void
ServantAlreadyActiveHolder. _read(InputStream i)
void
ServantNotActiveHolder. _read(InputStream i)
void
WrongAdapterHolder. _read(InputStream i)
void
WrongPolicyHolder. _read(InputStream i)
static AdapterAlreadyExists
AdapterAlreadyExistsHelper. read(InputStream istream)
static AdapterNonExistent
AdapterNonExistentHelper. read(InputStream istream)
static InvalidPolicy
InvalidPolicyHelper. read(InputStream istream)
static NoServant
NoServantHelper. read(InputStream istream)
static ObjectAlreadyActive
ObjectAlreadyActiveHelper. read(InputStream istream)
static ObjectNotActive
ObjectNotActiveHelper. read(InputStream istream)
static ServantAlreadyActive
ServantAlreadyActiveHelper. read(InputStream istream)
static ServantNotActive
ServantNotActiveHelper. read(InputStream istream)
static WrongAdapter
WrongAdapterHelper. read(InputStream istream)
static WrongPolicy
WrongPolicyHelper. 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 void
CookieHolder. _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 OutputStream
CodeBasePOA. _invoke(java.lang.String $method, InputStream in, ResponseHandler $rh)
OutputStream
RunTimePOA. _invoke(java.lang.String $method, InputStream in, ResponseHandler $rh)
void
CodeBaseHolder. _read(InputStream i)
void
RunTimeHolder. _read(InputStream i)
static CodeBase
CodeBaseHelper. read(InputStream istream)
static RunTime
RunTimeHelper. 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 void
URLSeqHolder. _read(InputStream i)
void
ValueDescSeqHolder. _read(InputStream i)
static java.lang.String
URLHelper. 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 void
IntervalTHolder. _read(InputStream i)
void
UtcTHolder. _read(InputStream i)
static long
InaccuracyTHelper. read(InputStream istream)
static IntervalT
IntervalTHelper. read(InputStream istream)
static short
TdfTHelper. read(InputStream istream)
static long
TimeTHelper. read(InputStream istream)
static UtcT
UtcTHelper. read(InputStream istream)
-