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

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

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

The default factory implementation of the value type ValueG.

Author:
Chris Wood

Constructor Summary
ValueGDefaultFactory()
           
 
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

ValueGDefaultFactory

public ValueGDefaultFactory()
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.