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

java.lang.Object
  extended by org.apache.tuscany.sca.binding.corba.impl.types.util.TypeHelpersProxy

public class TypeHelpersProxy
extends java.lang.Object


Constructor Summary
TypeHelpersProxy()
           
 
Method Summary
static java.lang.Object read(TypeTreeNode node, org.omg.CORBA.portable.InputStream is)
          Proxies read method invocation to appropriate TypeHelper implementation.
static void write(TypeTreeNode node, org.omg.CORBA.portable.OutputStream os, java.lang.Object data)
          Proxies write method invocation to appropriate TypeHelper implementation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypeHelpersProxy

public TypeHelpersProxy()
Method Detail

read

public static final java.lang.Object read(TypeTreeNode node,
                                          org.omg.CORBA.portable.InputStream is)
Proxies read method invocation to appropriate TypeHelper implementation.

Parameters:
node -
is -
Returns:

write

public static final void write(TypeTreeNode node,
                               org.omg.CORBA.portable.OutputStream os,
                               java.lang.Object data)
Proxies write method invocation to appropriate TypeHelper implementation.

Parameters:
node -
os -
data -