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:
JavaCompiler

public class JavaCompilerImpl
extends Object
implements JavaCompiler

Author:
Kohsuke Kawaguchi (kk@kohsuke.org)

Constructor Summary
JavaCompilerImpl()
           
 
Method Summary
 J2SJAXBModel bind(Collection<Reference> rootClasses, Map<QName,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 J2SJAXBModel bind(Collection<Reference> rootClasses,
                         Map<QName,Reference> additionalElementDecls,
                         String defaultNamespaceRemap,
                         ProcessingEnvironment env)
Specified by:
bind in interface JavaCompiler


Copyright © 2014 Oracle Corporation. All Rights Reserved.