com.sun.tools.jxc.api.impl.j2s
Class JavaCompilerImpl

java.lang.Object
  extended by com.sun.tools.jxc.api.impl.j2s.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 Summary
JavaCompilerImpl()
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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


Copyright © 2014 Oracle Corporation. All Rights Reserved.