org.apache.tuscany.sca.binding.corba.impl.types.util
Class StructTypeHelper

java.lang.Object
  extended by org.apache.tuscany.sca.binding.corba.impl.types.util.StructTypeHelper
All Implemented Interfaces:
TypeHelper

public class StructTypeHelper
extends java.lang.Object
implements TypeHelper


Constructor Summary
StructTypeHelper()
           
 
Method Summary
 java.lang.Object read(TypeTreeNode node, org.omg.CORBA.portable.InputStream is)
          Reads CORBA object
 void write(TypeTreeNode node, org.omg.CORBA.portable.OutputStream os, java.lang.Object data)
          Writes CORBA object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StructTypeHelper

public StructTypeHelper()
Method Detail

read

public java.lang.Object read(TypeTreeNode node,
                             org.omg.CORBA.portable.InputStream is)
Description copied from interface: TypeHelper
Reads CORBA object

Specified by:
read in interface TypeHelper
Returns:

write

public void write(TypeTreeNode node,
                  org.omg.CORBA.portable.OutputStream os,
                  java.lang.Object data)
Description copied from interface: TypeHelper
Writes CORBA object

Specified by:
write in interface TypeHelper