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

Uses in package gnu.CORBA

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

ValueFactory
Register the value factory under the given repository id.

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

ValueFactory
Look for the value factory for the value, having the given repository id.
ValueFactory
Register the value factory under the given repository id.

Uses in package org.omg.CORBA_2_3

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

ValueFactory
ORB.register_value_factory(String repository_id, ValueFactory factory)
This should register the given value factory under the given repository id.

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

ValueFactory
This should find a suitable value factory to create an instance of the value type when is being read (unmarshaled) from the stream.
ValueFactory
ORB.register_value_factory(String repository_id, ValueFactory factory)
This should register the given value factory under the given repository id.