Name

ValueFactory

Synopsis

A ValueFactory is used by the ORB to unmarshal value types from an input stream.

public interface ValueFactory {
// Public Instance Methods
   public abstract Serializable read_value(
        org.omg.CORBA_2_3.portable.InputStream is);  
}

Passed To

org.omg.CORBA_2_3.ORB.register_value_factory()

Returned By

org.omg.CORBA_2_3.ORB.{lookup_value_factory(), register_value_factory()}

Get Java Enterprise in a Nutshell, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.