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

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

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

Implementation of the dafault factory for value type ValueA.

Author:
Chris Wood

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

Constructor Detail

ValueADefaultFactory

public ValueADefaultFactory()
Method Detail

read_value

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

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