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

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

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


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

Constructor Detail

ValueHDefaultFactory

public ValueHDefaultFactory()
Method Detail

read_value

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

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