| Package | Description | 
|---|---|
| javax.rmi.CORBA | Contains portability APIs for RMI-IIOP. | 
| org.omg.CORBA | Provides the mapping of the OMG CORBA APIs to the JavaTM
programming language, including the class ORB, which is implemented
so that a programmer can use it as a fully-functional Object Request Broker
(ORB). | 
| org.omg.CORBA_2_3.portable | Provides methods for the input and output of value types, and contains 
 other updates to the  org/omg/CORBA/portablepackage. | 
| org.omg.CORBA.portable | Provides a portability layer, that is, a set of ORB APIs
that makes it possible for code generated
by one vendor to run on another vendor's ORB. | 
| org.omg.CosNaming | Provides a naming service for Java IDL. | 
| org.omg.CosNaming.NamingContextExtPackage | This package contains the following classes, which are used in 
org.omg.CosNaming.NamingContextExt: | 
| org.omg.CosNaming.NamingContextPackage | This package contains Exception classes for the org.omg.CosNaming
 package. | 
| org.omg.DynamicAny | Provides classes and interfaces that enable traversal of the data value
 associated with an  anyat
runtime, and extraction of the primitive constituents of the data value. | 
| org.omg.DynamicAny.DynAnyFactoryPackage | 
This package contains classes and exceptions from the DynAnyFactory
interface of the
DynamicAny module
specified in the OMG The Common Object Request Broker: Architecture and
Specification,
http://cgi.omg.org/cgi-bin/doc?formal/99-10-07, section 9.2.2. | 
| org.omg.DynamicAny.DynAnyPackage | This package contains classes and exceptions from the DynAny
 interface of the DynamicAny module
specified in the OMG The Common Object Request Broker: Architecture and
Specification,
http://cgi.omg.org/cgi-bin/doc?formal/99-10-07, section 9.2. | 
| org.omg.IOP | This package contains the IOP module specified in the OMG document
The Common
Object Request Broker: Architecture and Specification,
http://cgi.omg.org/cgi-bin/doc?formal/99-10-07, section 13.6. | 
| org.omg.IOP.CodecFactoryPackage | This package contains the exceptions
specified in the IOP::CodeFactory interface (as part of the Portable
 Interceptors spec). | 
| org.omg.IOP.CodecPackage | This package is generated from the IOP::Codec IDL interface
definition. | 
| org.omg.Messaging | This package contains the Messaging module specified in the OMG CORBA
Messaging specification, 
http://cgi.omg.org/cgi-bin/doc?formal/99-10-07. | 
| org.omg.PortableInterceptor | Provides a mechanism to register ORB hooks through which ORB services
can intercept the normal flow of execution of the ORB. | 
| org.omg.PortableInterceptor.ORBInitInfoPackage | This package contains the exceptions and typedefs from the ORBInitInfo
local interface of the PortableInterceptor module specified in the OMG
Portable Interceptor specification,
http://cgi.omg.org/cgi-bin/doc?ptc/2000-08-06, section 21.7.2. | 
| org.omg.PortableServer | Provides classes and interfaces for making the server side of your applications 
portable across multivendor ORBs. | 
| org.omg.PortableServer.CurrentPackage |  Provides method implementations with 
 access to the identity of the object on which the 
 method was invoked. | 
| org.omg.PortableServer.POAManagerPackage | 
Encapsulates the processing 
 state of the POAs it is associated with. | 
| org.omg.PortableServer.POAPackage | Allows programmers to construct object implementations that are portable
between different ORB products. | 
| org.omg.PortableServer.ServantLocatorPackage | Provides classes and interfaces for locating the servant. | 
| Modifier and Type | Method and Description | 
|---|---|
| static Object | Util. readAny(InputStream in)Reads a java.lang.Object as a CORBA any. | 
| Object | UtilDelegate. readAny(InputStream in)Delegation call for  Util.readAny(org.omg.CORBA.portable.InputStream). | 
| Serializable | ValueHandler. readValue(InputStream in,
         int offset,
         Class clz,
         String repositoryID,
         RunTime sender)Reads a value from the stream using Java semantics. | 
| Modifier and Type | Method and Description | 
|---|---|
| InputStream | LocalObject. _invoke(OutputStream output)Throws an  org.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 InputStream | Any. create_input_stream()Creates an input stream from which this  Anyobject's value
 can be unmarshalled. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | PolicyErrorHolder. _read(InputStream i) | 
| void | WStringSeqHolder. _read(InputStream i) | 
| void | StringSeqHolder. _read(InputStream i) | 
| void | ParameterModeHolder. _read(InputStream i) | 
| void | WrongTransactionHolder. _read(InputStream i) | 
| void | ValueBaseHolder. _read(InputStream input)Reads from  inputand initalizes the value in the Holder
 with the unmarshalled data. | 
| void | UnknownUserExceptionHolder. _read(InputStream i) | 
| void | TypeCodeHolder. _read(InputStream input)Reads from  inputand initalizes the value in
 thisTypeCodeHolderobject
 with the unmarshalled data. | 
| void | StringHolder. _read(InputStream input)Reads the unmarshalled data from  inputand assigns it to
 thevaluefield of thisStringHolderobject. | 
| void | ShortHolder. _read(InputStream input)Reads from  inputand initalizes the value in
 thisShortHolderobject
 with the unmarshalled data. | 
| void | PrincipalHolder. _read(InputStream input)Deprecated.  | 
| void | PolicyListHolder. _read(InputStream i) | 
| void | PolicyHolder. _read(InputStream i) | 
| void | ObjectHolder. _read(InputStream input)Reads from  inputand initalizes the value in
 thisObjectHolderobject
 with the unmarshalled data. | 
| void | LongHolder. _read(InputStream input)Reads from  inputand initalizes the value in the Holder
 with the unmarshalled data. | 
| void | IntHolder. _read(InputStream input)Reads unmarshalled data from  inputand assigns it to
 thevaluefield in thisIntHolderobject. | 
| void | FloatHolder. _read(InputStream input)Read a float from an input stream and initialize the value
 member with the float value. | 
| void | FixedHolder. _read(InputStream input)Read a fixed point value from the input stream and store it in
 the value member. | 
| void | DoubleHolder. _read(InputStream input)Read a double value from the input stream and store it in the
 value member. | 
| void | CurrentHolder. _read(InputStream i) | 
| void | CharHolder. _read(InputStream input)Reads from  inputand initalizes the value in
 thisCharHolderobject
 with the unmarshalled data. | 
| void | ByteHolder. _read(InputStream input)Reads from  inputand initalizes the value in
 thisByteHolderobject
 with the unmarshalled data. | 
| void | BooleanHolder. _read(InputStream input)Reads unmarshalled data from  inputand assigns it to thisBooleanHolderobject'svaluefield. | 
| void | AnyHolder. _read(InputStream input)Reads from  inputand initalizes the value in the Holder
 with the unmarshalled data. | 
| void | DoubleSeqHolder. _read(InputStream i) | 
| void | FloatSeqHolder. _read(InputStream i) | 
| void | LongLongSeqHolder. _read(InputStream i) | 
| void | ULongLongSeqHolder. _read(InputStream i) | 
| void | ULongSeqHolder. _read(InputStream i) | 
| void | LongSeqHolder. _read(InputStream i) | 
| void | UShortSeqHolder. _read(InputStream i) | 
| void | ShortSeqHolder. _read(InputStream i) | 
| void | OctetSeqHolder. _read(InputStream i) | 
| void | WCharSeqHolder. _read(InputStream i) | 
| void | CharSeqHolder. _read(InputStream i) | 
| void | BooleanSeqHolder. _read(InputStream i) | 
| void | AnySeqHolder. _read(InputStream i) | 
| void | ServiceInformationHolder. _read(InputStream in)Reads unmarshalled data from the input stream  inand assigns it to
 thevaluefield in thisServiceInformationHolderobject. | 
| void | LocalObject. _releaseReply(InputStream input)Throws an  org.omg.CORBA.NO_IMPLEMENTexception with
 the message "This is a locally constrained object."
 This method is the default implementation of theorg.omg.CORBA.Objectmethod. | 
| Serializable | WStringValueHelper. read_value(InputStream istream) | 
| Serializable | StringValueHelper. read_value(InputStream istream) | 
| abstract void | Any. read_value(InputStream is,
          TypeCode t)Reads off (unmarshals) the value of an  Anyobject from
 the given input stream using the given typecode. | 
| static PolicyError | PolicyErrorHelper. read(InputStream istream) | 
| static short | PolicyErrorCodeHelper. read(InputStream istream) | 
| static String[] | WStringSeqHelper. read(InputStream istream) | 
| static String[] | StringSeqHelper. read(InputStream istream) | 
| static ParameterMode | ParameterModeHelper. read(InputStream istream) | 
| static WrongTransaction | WrongTransactionHelper. read(InputStream istream) | 
| static String | WStringValueHelper. read(InputStream istream) | 
| static char[] | WCharSeqHelper. read(InputStream istream) | 
| static short | VisibilityHelper. read(InputStream istream) | 
| static String | VersionSpecHelper. read(InputStream istream) | 
| static ValueMember | ValueMemberHelper. read(InputStream istream) | 
| static Serializable | ValueBaseHelper. read(InputStream istream) | 
| static UnknownUserException | UnknownUserExceptionHelper. read(InputStream istream) | 
| static UnionMember | UnionMemberHelper. read(InputStream istream) | 
| static short[] | UShortSeqHelper. read(InputStream istream) | 
| static int[] | ULongSeqHelper. read(InputStream istream) | 
| static long[] | ULongLongSeqHelper. read(InputStream istream) | 
| static StructMember | StructMemberHelper. read(InputStream istream) | 
| static String | StringValueHelper. read(InputStream istream) | 
| static short[] | ShortSeqHelper. read(InputStream istream) | 
| static SetOverrideType | SetOverrideTypeHelper. read(InputStream istream) | 
| static ServiceInformation | ServiceInformationHelper. read(InputStream in) | 
| static ServiceDetail | ServiceDetailHelper. read(InputStream in) | 
| static String | RepositoryIdHelper. read(InputStream istream) | 
| static int | PolicyTypeHelper. read(InputStream istream) | 
| static Policy[] | PolicyListHelper. read(InputStream istream) | 
| static Policy | PolicyHelper. read(InputStream istream) | 
| static byte[] | OctetSeqHelper. read(InputStream istream) | 
| static Object | ObjectHelper. read(InputStream istream) | 
| static NameValuePair | NameValuePairHelper. read(InputStream istream) | 
| static int[] | LongSeqHelper. read(InputStream istream) | 
| static long[] | LongLongSeqHelper. read(InputStream istream) | 
| static String | IdentifierHelper. read(InputStream istream) | 
| static IDLType | IDLTypeHelper. read(InputStream istream) | 
| static float[] | FloatSeqHelper. read(InputStream istream) | 
| static String | FieldNameHelper. read(InputStream istream) | 
| static double[] | DoubleSeqHelper. read(InputStream istream) | 
| static DefinitionKind | DefinitionKindHelper. read(InputStream istream) | 
| static Current | CurrentHelper. read(InputStream istream) | 
| static CompletionStatus | CompletionStatusHelper. read(InputStream istream) | 
| static char[] | CharSeqHelper. read(InputStream istream) | 
| static boolean[] | BooleanSeqHelper. read(InputStream istream) | 
| static Any[] | AnySeqHelper. read(InputStream istream) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | InputStreamInputStream provides for the reading of all of the mapped IDL types
 from the stream. | 
| Modifier and Type | Method and Description | 
|---|---|
| InputStream | ObjectImpl. _invoke(OutputStream output)Invokes an operation and returns an  InputStreamobject 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| OutputStream | InvokeHandler. _invoke(String method,
       InputStream input,
       ResponseHandler handler)Invoked by the ORB to dispatch a request to the servant. | 
| void | Streamable. _read(InputStream istream)Reads data from  istreamand initalizes thevaluefield 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. | 
| 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. | 
| Constructor and Description | 
|---|
| ApplicationException(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. | 
| Modifier and Type | Method and Description | 
|---|---|
| OutputStream | NamingContextPOA. _invoke(String $method,
       InputStream in,
       ResponseHandler $rh) | 
| OutputStream | NamingContextExtPOA. _invoke(String $method,
       InputStream in,
       ResponseHandler $rh) | 
| OutputStream | BindingIteratorPOA. _invoke(String $method,
       InputStream in,
       ResponseHandler $rh) | 
| void | NamingContextExtHolder. _read(InputStream i) | 
| void | NamingContextHolder. _read(InputStream i) | 
| void | NameHolder. _read(InputStream i) | 
| void | NameComponentHolder. _read(InputStream i) | 
| void | BindingIteratorHolder. _read(InputStream i) | 
| void | BindingTypeHolder. _read(InputStream i) | 
| void | BindingListHolder. _read(InputStream i) | 
| void | BindingHolder. _read(InputStream i) | 
| static NamingContextExt | NamingContextExtHelper. read(InputStream istream) | 
| static NamingContext | NamingContextHelper. read(InputStream istream) | 
| static BindingIterator | BindingIteratorHelper. read(InputStream istream) | 
| static Binding[] | BindingListHelper. read(InputStream istream) | 
| static Binding | BindingHelper. read(InputStream istream) | 
| static BindingType | BindingTypeHelper. read(InputStream istream) | 
| static NameComponent[] | NameHelper. read(InputStream istream) | 
| static NameComponent | NameComponentHelper. read(InputStream istream) | 
| static String | IstringHelper. read(InputStream istream) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | InvalidAddressHolder. _read(InputStream i) | 
| static InvalidAddress | InvalidAddressHelper. read(InputStream istream) | 
| static String | URLStringHelper. read(InputStream istream) | 
| static String | AddressHelper. read(InputStream istream) | 
| static String | StringNameHelper. read(InputStream istream) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | NotEmptyHolder. _read(InputStream i) | 
| void | AlreadyBoundHolder. _read(InputStream i) | 
| void | InvalidNameHolder. _read(InputStream i) | 
| void | CannotProceedHolder. _read(InputStream i) | 
| void | NotFoundHolder. _read(InputStream i) | 
| void | NotFoundReasonHolder. _read(InputStream i) | 
| static NotEmpty | NotEmptyHelper. read(InputStream istream) | 
| static AlreadyBound | AlreadyBoundHelper. read(InputStream istream) | 
| static InvalidName | InvalidNameHelper. read(InputStream istream) | 
| static CannotProceed | CannotProceedHelper. read(InputStream istream) | 
| static NotFound | NotFoundHelper. read(InputStream istream) | 
| static NotFoundReason | NotFoundReasonHelper. read(InputStream istream) | 
| Modifier and Type | Method and Description | 
|---|---|
| static DynAnyFactory | DynAnyFactoryHelper. read(InputStream istream) | 
| static DynValue | DynValueHelper. read(InputStream istream) | 
| static DynArray | DynArrayHelper. read(InputStream istream) | 
| static DynSequence | DynSequenceHelper. read(InputStream istream) | 
| static DynAny[] | DynAnySeqHelper. read(InputStream istream) | 
| static Any[] | AnySeqHelper. read(InputStream istream) | 
| static DynUnion | DynUnionHelper. read(InputStream istream) | 
| static DynStruct | DynStructHelper. read(InputStream istream) | 
| static NameDynAnyPair[] | NameDynAnyPairSeqHelper. read(InputStream istream) | 
| static NameDynAnyPair | NameDynAnyPairHelper. read(InputStream istream) | 
| static NameValuePair[] | NameValuePairSeqHelper. read(InputStream istream) | 
| static NameValuePair | NameValuePairHelper. read(InputStream istream) | 
| static String | FieldNameHelper. read(InputStream istream) | 
| static DynEnum | DynEnumHelper. read(InputStream istream) | 
| static DynFixed | DynFixedHelper. read(InputStream istream) | 
| static DynAny | DynAnyHelper. read(InputStream istream) | 
| Modifier and Type | Method and Description | 
|---|---|
| static InconsistentTypeCode | InconsistentTypeCodeHelper. read(InputStream istream) | 
| Modifier and Type | Method and Description | 
|---|---|
| static TypeMismatch | TypeMismatchHelper. read(InputStream istream) | 
| static InvalidValue | InvalidValueHelper. read(InputStream istream) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ServiceContextListHolder. _read(InputStream i) | 
| void | ServiceContextHolder. _read(InputStream i) | 
| void | MultipleComponentProfileHolder. _read(InputStream i) | 
| void | TaggedComponentHolder. _read(InputStream i) | 
| void | IORHolder. _read(InputStream i) | 
| void | TaggedProfileHolder. _read(InputStream i) | 
| static CodecFactory | CodecFactoryHelper. read(InputStream istream) | 
| static ServiceContext[] | ServiceContextListHelper. read(InputStream istream) | 
| static ServiceContext | ServiceContextHelper. read(InputStream istream) | 
| static int | ServiceIdHelper. read(InputStream istream) | 
| static TaggedComponent[] | MultipleComponentProfileHelper. read(InputStream istream) | 
| static TaggedComponent | TaggedComponentHelper. read(InputStream istream) | 
| static int | ComponentIdHelper. read(InputStream istream) | 
| static IOR | IORHelper. read(InputStream istream) | 
| static TaggedProfile | TaggedProfileHelper. read(InputStream istream) | 
| static int | ProfileIdHelper. read(InputStream istream) | 
| Modifier and Type | Method and Description | 
|---|---|
| static UnknownEncoding | UnknownEncodingHelper. read(InputStream istream) | 
| Modifier and Type | Method and Description | 
|---|---|
| static TypeMismatch | TypeMismatchHelper. read(InputStream istream) | 
| static FormatMismatch | FormatMismatchHelper. read(InputStream istream) | 
| static InvalidTypeForEncoding | InvalidTypeForEncodingHelper. read(InputStream istream) | 
| Modifier and Type | Method and Description | 
|---|---|
| static short | SyncScopeHelper. read(InputStream istream) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | IORInterceptor_3_0Holder. _read(InputStream i) | 
| void | ObjectReferenceTemplateSeqHolder. _read(InputStream i) | 
| void | ObjectReferenceTemplateHolder. _read(InputStream i) | 
| void | ObjectReferenceFactoryHolder. _read(InputStream i) | 
| static IORInterceptor_3_0 | IORInterceptor_3_0Helper. read(InputStream istream) | 
| static short | AdapterStateHelper. read(InputStream istream) | 
| static int | AdapterManagerIdHelper. read(InputStream istream) | 
| static ObjectReferenceTemplate[] | ObjectReferenceTemplateSeqHelper. read(InputStream istream) | 
| static ObjectReferenceTemplate | ObjectReferenceTemplateHelper. read(InputStream istream) | 
| static ObjectReferenceFactory | ObjectReferenceFactoryHelper. read(InputStream istream) | 
| static byte[] | ObjectIdHelper. read(InputStream istream) | 
| static String[] | AdapterNameHelper. read(InputStream istream) | 
| static String | ORBIdHelper. read(InputStream istream) | 
| static String | ServerIdHelper. read(InputStream istream) | 
| static Current | CurrentHelper. read(InputStream istream) | 
| static InvalidSlot | InvalidSlotHelper. read(InputStream istream) | 
| static ForwardRequest | ForwardRequestHelper. read(InputStream istream) | 
| Modifier and Type | Method and Description | 
|---|---|
| static InvalidName | InvalidNameHelper. read(InputStream istream) | 
| static DuplicateName | DuplicateNameHelper. read(InputStream istream) | 
| static String | ObjectIdHelper. read(InputStream istream) | 
| Modifier and Type | Method and Description | 
|---|---|
| OutputStream | ServantLocatorPOA. _invoke(String $method,
       InputStream in,
       ResponseHandler $rh) | 
| OutputStream | ServantActivatorPOA. _invoke(String $method,
       InputStream in,
       ResponseHandler $rh) | 
| static ServantLocator | ServantLocatorHelper. read(InputStream istream) | 
| static ServantActivator | ServantActivatorHelper. read(InputStream istream) | 
| static ForwardRequest | ForwardRequestHelper. read(InputStream istream) | 
| static POA | POAHelper. read(InputStream istream) | 
| static Current | CurrentHelper. read(InputStream istream) | 
| Modifier and Type | Method and Description | 
|---|---|
| static NoContext | NoContextHelper. read(InputStream istream) | 
| Modifier and Type | Method and Description | 
|---|---|
| static AdapterInactive | AdapterInactiveHelper. read(InputStream istream) | 
| Modifier and Type | Method and Description | 
|---|---|
| static WrongPolicy | WrongPolicyHelper. read(InputStream istream) | 
| static WrongAdapter | WrongAdapterHelper. read(InputStream istream) | 
| static ServantNotActive | ServantNotActiveHelper. read(InputStream istream) | 
| static ServantAlreadyActive | ServantAlreadyActiveHelper. read(InputStream istream) | 
| static ObjectNotActive | ObjectNotActiveHelper. read(InputStream istream) | 
| static ObjectAlreadyActive | ObjectAlreadyActiveHelper. read(InputStream istream) | 
| static NoServant | NoServantHelper. read(InputStream istream) | 
| static InvalidPolicy | InvalidPolicyHelper. read(InputStream istream) | 
| static AdapterNonExistent | AdapterNonExistentHelper. read(InputStream istream) | 
| static AdapterAlreadyExists | AdapterAlreadyExistsHelper. read(InputStream istream) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | CookieHolder. _read(InputStream is) | 
 Submit a bug or feature 
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
 Copyright © 1993, 2025, Oracle and/or its affiliates.  All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.