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

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

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

A factory implementation for the value type AbstractA2.

Author:
Chris Wood

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

Constructor Detail

AbstractA2Factory

public AbstractA2Factory()
Creates new AbstractA2Factory

Method Detail

read_value

public java.io.Serializable read_value(org.omg.CORBA_2_3.portable.InputStream is)
Reads a value from an input stream.

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