org.apache.tuscany.sca.binding.corba.impl.types
Class TypeTreeCreator

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

public class TypeTreeCreator
extends java.lang.Object


Constructor Summary
TypeTreeCreator()
           
 
Method Summary
static TypeTree createTypeTree(java.lang.Class<?> forClass, java.lang.annotation.Annotation[] notes)
          Creates tree for given type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypeTreeCreator

public TypeTreeCreator()
Method Detail

createTypeTree

public static TypeTree createTypeTree(java.lang.Class<?> forClass,
                                      java.lang.annotation.Annotation[] notes)
                               throws RequestConfigurationException
Creates tree for given type.

Parameters:
forClass -
Returns:
type tree
Throws:
RequestConfigurationException