Uses of Interface
com.sun.tools.xjc.api.J2SJAXBModel
-
Packages that use J2SJAXBModel Package Description com.sun.tools.jxc.api.impl.j2s com.sun.tools.xjc.api API for programmatic invocation of XJC and schemagen. -
-
Uses of J2SJAXBModel in com.sun.tools.jxc.api.impl.j2s
Methods in com.sun.tools.jxc.api.impl.j2s that return J2SJAXBModel Modifier and Type Method Description J2SJAXBModel
JavaCompilerImpl. bind(Collection<Reference> rootClasses, Map<QName,Reference> additionalElementDecls, String defaultNamespaceRemap, ProcessingEnvironment env)
-
Uses of J2SJAXBModel in com.sun.tools.xjc.api
Methods in com.sun.tools.xjc.api that return J2SJAXBModel Modifier and Type Method Description J2SJAXBModel
JavaCompiler. bind(Collection<Reference> rootTypes, Map<QName,Reference> additionalElementDecls, String defaultNamespaceRemap, ProcessingEnvironment source)
Compiles the given annotated Java source code.
-