Uses of Interface
org.omg.CORBA.portable.BoxedValueHelper
-
Packages that use BoxedValueHelper Package Description com.sun.corba.ee.impl.encoding com.sun.corba.ee.impl.util com.sun.org.omg.CORBA.portable 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 theorg/omg/CORBA/portablepackage. -
-
Uses of BoxedValueHelper in com.sun.corba.ee.impl.encoding
Methods in com.sun.corba.ee.impl.encoding with parameters of type BoxedValueHelper Modifier and Type Method Description private booleanCDROutputStream_1_0. isCustom(java.io.Serializable object, BoxedValueHelper factory)java.io.SerializableCDRInputObject. read_value(BoxedValueHelper factory)java.io.SerializableCDRInputStream_1_0. read_value(BoxedValueHelper factory)abstract java.io.SerializableCDRInputStreamBase. read_value(BoxedValueHelper factory)private java.lang.StringCDRInputStream_1_0. readRepositoryIds(int valueTag, java.lang.Class<?> expectedType, ClassInfoCache.ClassInfo cinfo, java.lang.String expectedTypeRepId, BoxedValueHelper factory)Examines the valuetag to see how many (if any) repository IDs are present on the wire.voidCDROutputObject. write_value(java.io.Serializable value, BoxedValueHelper factory)voidCDROutputStream_1_0. write_value(java.io.Serializable object, BoxedValueHelper factory)abstract voidCDROutputStreamBase. write_value(java.io.Serializable value, BoxedValueHelper factory) -
Uses of BoxedValueHelper in com.sun.corba.ee.impl.util
Methods in com.sun.corba.ee.impl.util that return BoxedValueHelper Modifier and Type Method Description static BoxedValueHelperUtility. getHelper(java.lang.Class clazz, java.lang.String codebase, java.lang.String repId)Get the helper for an IDLValue Throws MARSHAL exception if no helper found. -
Uses of BoxedValueHelper in com.sun.org.omg.CORBA.portable
Subinterfaces of BoxedValueHelper in com.sun.org.omg.CORBA.portable Modifier and Type Interface Description interfaceValueHelperDeprecated.Deprecated by CORBA 2.3. -
Uses of BoxedValueHelper in org.omg.CORBA
Classes in org.omg.CORBA that implement BoxedValueHelper Modifier and Type Class Description classStringValueHelperThe Helper for StringValue.classWStringValueHelperorg/omg/CORBA/WStringValueHelper.java Generated by the IDL-to-Java compiler (portable), version "3.0" from orb.idl 31 May 1999 22:27:30 o'clock GMT+00:00 The class definition has been modified to conform to the following OMG specifications : ORB core as defined by CORBA 2.3.1 (formal/99-10-07) IDL/Java Language Mapping as defined in ptc/00-01-08 -
Uses of BoxedValueHelper in org.omg.CORBA_2_3.portable
Methods in org.omg.CORBA_2_3.portable with parameters of type BoxedValueHelper Modifier and Type Method Description java.io.SerializableInputStream. read_value(BoxedValueHelper factory)Unmarshalls a value type from the input stream.voidOutputStream. write_value(java.io.Serializable value, BoxedValueHelper factory)Marshals a value type to the output stream.
-