Searched refs:BoxedValueHelper (Results 1 - 15 of 15) sorted by relevance

/openjdk10/corba/src/java.corba/share/classes/com/sun/org/omg/CORBA/portable/
H A DValueHelper.java29 import org.omg.CORBA.portable.BoxedValueHelper;
39 public interface ValueHelper extends BoxedValueHelper {
/openjdk10/corba/src/java.corba/share/classes/org/omg/CORBA/portable/
H A DBoxedValueHelper.java35 public interface BoxedValueHelper { interface
/openjdk10/corba/src/java.corba/share/classes/org/omg/CORBA_2_3/portable/
H A DOutputStream.java118 public void write_value(java.io.Serializable value, org.omg.CORBA.portable.BoxedValueHelper factory) {
H A DInputStream.java111 public java.io.Serializable read_value(org.omg.CORBA.portable.BoxedValueHelper factory) {
/openjdk10/corba/src/java.corba/share/classes/org/omg/CORBA/
H A DWStringValueHelper.java60 public class WStringValueHelper implements org.omg.CORBA.portable.BoxedValueHelper
H A DStringValueHelper.java56 public class StringValueHelper implements org.omg.CORBA.portable.BoxedValueHelper
/openjdk10/corba/src/java.corba/share/classes/com/sun/corba/se/impl/encoding/
H A DCDROutputStreamBase.java114 org.omg.CORBA.portable.BoxedValueHelper factory);
H A DCDRInputStreamBase.java104 public abstract java.io.Serializable read_value(org.omg.CORBA.portable.BoxedValueHelper factory);
H A DCDRInputStream_1_0.java78 import org.omg.CORBA.portable.BoxedValueHelper;
876 * BoxedValueHelper to obtain the repository ID, as a last resort.
881 BoxedValueHelper factory) {
1046 public Serializable read_value(BoxedValueHelper factory) {
1380 BoxedValueHelper helper = Utility.getHelper(clazz, codebase, repId);
H A DCDRInputStream.java274 public final java.io.Serializable read_value(org.omg.CORBA.portable.BoxedValueHelper factory) {
H A DCDROutputStream.java258 org.omg.CORBA.portable.BoxedValueHelper factory) {
H A DCDROutputStream_1_0.java70 import org.omg.CORBA.portable.BoxedValueHelper;
873 public void write_value(Serializable object, org.omg.CORBA.portable.BoxedValueHelper factory)
1388 BoxedValueHelper helper = Utility.getHelper(object.getClass(), null, repID);
H A DIDLJavaSerializationOutputStream.java497 org.omg.CORBA.portable.BoxedValueHelper factory) {
H A DIDLJavaSerializationInputStream.java701 org.omg.CORBA.portable.BoxedValueHelper factory) {
/openjdk10/corba/src/java.corba/share/classes/com/sun/corba/se/impl/util/
H A DUtility.java46 import org.omg.CORBA.portable.BoxedValueHelper;
388 public static BoxedValueHelper getHelper(Class clazz, String codebase,
410 return (BoxedValueHelper)helperClass.newInstance();

Completed in 206 milliseconds