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

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

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

An implementation for the value factory of value type AbstractA3.

Author:
Chris Wood

Constructor Summary
AbstractA3Factory()
          Creates new AbstractA3Factory.
 
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

AbstractA3Factory

public AbstractA3Factory()
Creates new AbstractA3Factory.

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.