Class AnnotationParserFactoryImpl

  • All Implemented Interfaces:
    com.sun.xml.xsom.parser.AnnotationParserFactory

    public class AnnotationParserFactoryImpl
    extends Object
    implements com.sun.xml.xsom.parser.AnnotationParserFactory
    Implementation of XSOM AnnotationParserFactory that parses JAXB customization declarations.
    Author:
    Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com)
    • 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