Searched refs:CustomValue (Results 1 - 3 of 3) sorted by relevance

/openjdk7/corba/src/share/classes/org/omg/CORBA/portable/
H A DCustomValue.java32 * or CustomValue interface.
43 public interface CustomValue extends ValueBase, CustomMarshal { interface in inherits:ValueBase,CustomMarshal
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/encoding/
H A DCDRInputStream_1_0.java80 import org.omg.CORBA.portable.CustomValue;
1143 else if (value instanceof CustomValue)
1144 ((CustomValue)value).unmarshal(parent);
1366 // in the case of class implementing either StreamableValue or CustomValue,
1377 !CustomValue.class.isAssignableFrom(clazz) &&
H A DCDROutputStream_1_0.java68 import org.omg.CORBA.portable.CustomValue;
1384 } else if (object instanceof CustomValue) {
1385 ((CustomValue)object).marshal(parent);

Completed in 49 milliseconds