Uses of Interface
com.sun.tools.xjc.api.J2SJAXBModel

Packages that use J2SJAXBModel
com.sun.tools.xjc.api API for programatic invocation of XJC and schemagen. 
com.sun.tools.xjc.api.impl.j2s   
 

Uses of J2SJAXBModel in com.sun.tools.xjc.api
 

Methods in com.sun.tools.xjc.api that return J2SJAXBModel
 J2SJAXBModel JavaCompiler.bind(java.util.Collection<Reference> rootTypes, java.util.Map<javax.xml.namespace.QName,Reference> additionalElementDecls, java.lang.String defaultNamespaceRemap, AnnotationProcessorEnvironment source)
          Compiles the given annotated Java source code.
 

Uses of J2SJAXBModel in com.sun.tools.xjc.api.impl.j2s
 

Methods in com.sun.tools.xjc.api.impl.j2s that return J2SJAXBModel
 J2SJAXBModel JavaCompilerImpl.bind(java.util.Collection<Reference> rootClasses, java.util.Map<javax.xml.namespace.QName,Reference> additionalElementDecls, java.lang.String defaultNamespaceRemap, AnnotationProcessorEnvironment env)