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

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

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

Implementation of the AbstractA3 value type default factory.

Author:
Chris Wood

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

Constructor Detail

AbstractA3DefaultFactory

public AbstractA3DefaultFactory()
Method Detail

read_value

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

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