Uses of Interface
com.sun.tools.xjc.api.J2SJAXBModel
-
Packages that use J2SJAXBModel Package Description com.sun.tools.jxc.api com.sun.tools.xjc.api API for programmatic invocation of XJC and schemagen. -
-
Uses of J2SJAXBModel in com.sun.tools.jxc.api
Subinterfaces of J2SJAXBModel in com.sun.tools.jxc.api Modifier and Type Interface Description interfaceJ2SJAXBModelJAXBModelthat exposes additional information available only for thejava -> schemadirection. -
Uses of J2SJAXBModel in com.sun.tools.xjc.api
Methods in com.sun.tools.xjc.api that return J2SJAXBModel Modifier and Type Method Description J2SJAXBModelJavaCompiler. bind(Collection<Reference> rootTypes, Map<QName,Reference> additionalElementDecls, String defaultNamespaceRemap, ProcessingEnvironment source)Deprecated, for removal: This API element is subject to removal in a future version.Compiles the given annotated Java source code.
-