Class JavaCompilerImpl

  • All Implemented Interfaces:
    com.sun.tools.xjc.api.JavaCompiler

    public class JavaCompilerImpl
    extends Object
    implements com.sun.tools.xjc.api.JavaCompiler
    Author:
    Kohsuke Kawaguchi (kk@kohsuke.org)
    • Constructor Detail

      • JavaCompilerImpl

        public JavaCompilerImpl()
    • Method Detail

      • bind

        public com.sun.tools.xjc.api.J2SJAXBModel bind​(Collection<com.sun.tools.xjc.api.Reference> rootClasses,
                                                       Map<QName,​com.sun.tools.xjc.api.Reference> additionalElementDecls,
                                                       String defaultNamespaceRemap,
                                                       ProcessingEnvironment env)
        Specified by:
        bind in interface com.sun.tools.xjc.api.JavaCompiler