org.openorb.orb.test.iiop.value
Class ValueEFactory

java.lang.Object
  extended by org.openorb.orb.test.iiop.value.ValueEFactory
All Implemented Interfaces:
org.omg.CORBA.portable.ValueFactory

public class ValueEFactory
extends java.lang.Object
implements org.omg.CORBA.portable.ValueFactory

The factory for value type ValueE.

Author:
Chris Wood

Constructor Summary
ValueEFactory()
          Constructor.
 
Method Summary
 java.io.Serializable read_value(org.omg.CORBA_2_3.portable.InputStream is)
          Read the value from the input stream.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValueEFactory

public ValueEFactory()
Constructor.

Method Detail

read_value

public java.io.Serializable read_value(org.omg.CORBA_2_3.portable.InputStream is)
Read the value from the input stream.

Specified by:
read_value in interface org.omg.CORBA.portable.ValueFactory
Parameters:
is - The input stream to read the value from.
Returns:
The value type read from the stream.