|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CustomValue
If the value type provides the user defined methods for reading
and writing its content, it must implement this interface for reading
and writing the content in a user-defined default way. This is done by
implementing the CustomMarshal.marshal(org.omg.CORBA.DataOutputStream)
and
CustomMarshal.unmarshal(org.omg.CORBA.DataInputStream)
. The user must provide the supporting code.
for specifying the IDL compiler generated IO methods.
Method Summary |
---|
Methods inherited from interface org.omg.CORBA.portable.ValueBase |
---|
_truncatable_ids |
Methods inherited from interface org.omg.CORBA.CustomMarshal |
---|
marshal, unmarshal |
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |