com.sun.xml.bind
Class TypeRegistry

java.lang.Object
  extended by com.sun.xml.bind.TypeRegistry

Deprecated. in JAXB1.0.1

public class TypeRegistry
extends java.lang.Object

Since:
JAXB1.0

Constructor Summary
TypeRegistry(GrammarInfo _info)
          Deprecated.  
 
Method Summary
 UnmarshallableObject createInstanceOf(java.lang.Class clazz)
          Deprecated.  
 UnmarshallableObject createRootElement(java.lang.String namespaceUri, java.lang.String localName)
          Deprecated. Creates a new instance of XMLObject from a root element name.
 GrammarInfo getGrammarInfo()
          Deprecated.  
 java.lang.Class getRootElement(java.lang.String namespaceUri, java.lang.String localName)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypeRegistry

public TypeRegistry(GrammarInfo _info)
Deprecated. 
Method Detail

getGrammarInfo

public final GrammarInfo getGrammarInfo()
Deprecated. 

createRootElement

public UnmarshallableObject createRootElement(java.lang.String namespaceUri,
                                              java.lang.String localName)
Deprecated. 
Creates a new instance of XMLObject from a root element name.

Returns:
If there is no associated root element, this method returns null.

getRootElement

public java.lang.Class getRootElement(java.lang.String namespaceUri,
                                      java.lang.String localName)
Deprecated. 

createInstanceOf

public UnmarshallableObject createInstanceOf(java.lang.Class clazz)
Deprecated.