com.sun.xml.bind
Class GrammarInfo

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

Deprecated. in JAXB1.0.1

public abstract class GrammarInfo
extends java.lang.Object

Keeps the information about the grammar as a whole. Implementation of this interface is provided by the generated code.

Since:
JAXB1.0

Constructor Summary
GrammarInfo()
          Deprecated.  
 
Method Summary
abstract  java.lang.Class getDefaultImplementation(java.lang.Class javaContentInterface)
          Deprecated. Gets the default implementation for the given public content interface.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GrammarInfo

public GrammarInfo()
Deprecated. 
Method Detail

getDefaultImplementation

public abstract java.lang.Class getDefaultImplementation(java.lang.Class javaContentInterface)
Deprecated. 
Gets the default implementation for the given public content interface.

Parameters:
javaContentInterface - the Class object of the public interface.
Returns:
null If the interface is not found.