com.sun.tools.xjc.reader.xmlschema.bindinfo
Class AnnotationParserFactoryImpl

java.lang.Object
  extended by com.sun.tools.xjc.reader.xmlschema.bindinfo.AnnotationParserFactoryImpl
All Implemented Interfaces:
com.sun.xml.xsom.parser.AnnotationParserFactory

public class AnnotationParserFactoryImpl
extends java.lang.Object
implements com.sun.xml.xsom.parser.AnnotationParserFactory

Implementation of XSOM AnnotationParserFactory that parses JAXB customization declarations.


Constructor Summary
AnnotationParserFactoryImpl(Options opts)
           
 
Method Summary
 com.sun.xml.xsom.parser.AnnotationParser create()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotationParserFactoryImpl

public AnnotationParserFactoryImpl(Options opts)
Method Detail

create

public com.sun.xml.xsom.parser.AnnotationParser create()
Specified by:
create in interface com.sun.xml.xsom.parser.AnnotationParserFactory