VisiBroker for Java

org.omg.CORBA
Interface CustomMarshal

All Superinterfaces:
IDLEntity, java.io.Serializable, ValueBase
All Known Subinterfaces:
CustomValue

public interface CustomMarshal
extends ValueBase

An abstract value type that is meant to be used by the ORB. Semantically it is treated as a custom valuetype's implicit base class, although the custom valuetype does not actually inherit it in IDL. The implementor of a custom value type provides an implementation of the CustomMarshal operations. The manner in which this is done is specified for each language mapping. Each custom marshaled value type has its own implementation.


Method Summary
 void marshal(DataOutputStream os)
           
 void unmarshal(DataInputStream is)
           
 
Methods inherited from interface org.omg.CORBA.portable.ValueBase
_truncatable_ids
 

Method Detail

unmarshal

void unmarshal(DataInputStream is)

marshal

void marshal(DataOutputStream os)

Borland Software Corporation
http://www.borland.com
100 Enterprise Way
Scotts Valley, CA 95066
Voice: (831) 431-1000
pubsweb@borland.com

Read the latest documentation online