Uses of Interface org.omg.CORBA.portable.BoxedValueHelper

Uses in package org.omg.CORBA_2_3.portable

Methods with parameter type org.omg.CORBA.portable.BoxedValueHelper

Serializable
Use the provided boxed value helper to read the value.
void
Write value to the stream using the boxed value helper.

Uses in package gnu.CORBA.CDR

Classes implementing org.omg.CORBA.portable.BoxedValueHelper

class
Handles case when the CORBA IDL type with the known helper is wrapped into Value type.

Methods with parameter type org.omg.CORBA.portable.BoxedValueHelper

Object
Vio.read(InputStream input, Object value_instance, BoxedValueHelper helper)
Read the value base from the given input stream when the unitialised instance is available.
Serializable
Read using provided boxed value helper.
Serializable
Vio.readValue(InputStream input, int position, Object value, BoxedValueHelper helper, String id, String[] ids, String codebase)
Read the value (the header must be behind).
Serializable
Tries to read using boxed value helper.
void
Write standard value type header, followed by contents, produced by the boxed value helper.

Methods with return type org.omg.CORBA.portable.BoxedValueHelper

BoxedValueHelper
Get the helper that could write the given object, or null if no pre-defined helper available for this object.
BoxedValueHelper
Get the helper that could write the given object, or null if no pre-defined helper available for this object.

Uses in package org.omg.CORBA

Classes implementing org.omg.CORBA.portable.BoxedValueHelper

class
Provides helper operations for the String value type, treating a String as a CORBA value type rather than as a primitive type.
class
Provides helper operations for the Wide String value type, treating a Wide String as a CORBA value type rather than as a primitive type.