com.sun.xml.bind
Class TypeRegistry
java.lang.Object
com.sun.xml.bind.TypeRegistry
Deprecated. in JAXB1.0.1
public class TypeRegistry
- extends java.lang.Object
- Since:
- JAXB1.0
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TypeRegistry
public TypeRegistry(GrammarInfo _info)
- Deprecated.
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.