| Package | Description |
|---|---|
| com.sun.tools.xjc.api |
API for programmatic invocation of XJC and schemagen.
|
| Modifier and Type | Method | Description |
|---|---|---|
javax.xml.namespace.QName |
J2SJAXBModel.getXmlTypeName(Reference javaType) |
Returns the name of the XML Type bound to the
specified Java type.
|
| Modifier and Type | Method | Description |
|---|---|---|
J2SJAXBModel |
JavaCompiler.bind(java.util.Collection<Reference> rootTypes,
java.util.Map<javax.xml.namespace.QName,Reference> additionalElementDecls,
java.lang.String defaultNamespaceRemap,
javax.annotation.processing.ProcessingEnvironment source) |
Compiles the given annotated Java source code.
|
J2SJAXBModel |
JavaCompiler.bind(java.util.Collection<Reference> rootTypes,
java.util.Map<javax.xml.namespace.QName,Reference> additionalElementDecls,
java.lang.String defaultNamespaceRemap,
javax.annotation.processing.ProcessingEnvironment source) |
Compiles the given annotated Java source code.
|
Copyright © 2018 Oracle Corporation. All rights reserved.