Package | Description |
---|---|
com.sun.tools.xjc |
Schema to Java compiler
|
com.sun.tools.xjc.api.impl.s2j |
implementation of the XJC API for schema to java.
|
com.sun.tools.xjc.generator.bean | |
com.sun.tools.xjc.model |
Implementation of the
com.sun.xml.bind.v2.model.core package for XJC. |
com.sun.tools.xjc.outline |
Provides the outline of the generated Java source code so that
additional processing (such as adding more annotations) can be
done on the generated code.
|
com.sun.tools.xjc.reader |
Front-end that reads schema(s) and produce BGM.
|
com.sun.tools.xjc.reader.dtd | |
com.sun.tools.xjc.reader.dtd.bindinfo |
Object Model that represents DTD binding information.
|
com.sun.tools.xjc.reader.internalizer |
internalization of external binding files and <jaxb:bindings> customizations.
|
com.sun.tools.xjc.reader.xmlschema | |
com.sun.tools.xjc.reader.xmlschema.parser | |
com.sun.tools.xjc.util |
Modifier and Type | Class and Description |
---|---|
class |
ConsoleErrorReporter
ErrorReceiver that prints to a PrintStream . |
Modifier and Type | Method and Description |
---|---|
static Model |
ModelLoader.load(Options opt,
JCodeModel codeModel,
ErrorReceiver er)
A convenience method to load schemas into a
Model . |
Constructor and Description |
---|
ModelLoader(Options _opt,
JCodeModel _codeModel,
ErrorReceiver er) |
Modifier and Type | Class and Description |
---|---|
class |
SchemaCompilerImpl
SchemaCompiler implementation. |
Modifier and Type | Method and Description |
---|---|
ErrorReceiver |
BeanGenerator.getErrorReceiver() |
Modifier and Type | Method and Description |
---|---|
static Outline |
BeanGenerator.generate(Model model,
ErrorReceiver _errorReceiver)
Generates beans into code model according to the BGM,
and produces the reflection model.
|
Modifier and Type | Method and Description |
---|---|
Outline |
Model.generateCode(Options opt,
ErrorReceiver receiver)
Fully-generate the source code into the given model.
|
Modifier and Type | Method and Description |
---|---|
ErrorReceiver |
Outline.getErrorReceiver()
Any error during the back-end proccessing should be
sent to this object.
|
Modifier and Type | Method and Description |
---|---|
static JType |
TypeUtil.getType(JCodeModel codeModel,
String typeName,
ErrorReceiver errorHandler,
Locator errorSource)
Obtains a
JType object for the string representation
of a type. |
Modifier and Type | Method and Description |
---|---|
static Model |
TDTDReader.parse(InputSource dtd,
InputSource bindingInfo,
ErrorReceiver errorReceiver,
Options opts)
Parses DTD grammar and a binding information into BGM.
|
Constructor and Description |
---|
TDTDReader(ErrorReceiver errorReceiver,
Options opts,
InputSource _bindInfo) |
Modifier and Type | Field and Description |
---|---|
protected ErrorReceiver |
BindInfo.errorReceiver
Controller object that can be used to report errors.
|
Constructor and Description |
---|
BindInfo(Model model,
Document _dom,
ErrorReceiver _errorReceiver) |
BindInfo(Model model,
InputSource source,
ErrorReceiver _errorReceiver) |
Modifier and Type | Method and Description |
---|---|
ErrorReceiver |
DOMForest.getErrorHandler() |
Modifier and Type | Method and Description |
---|---|
void |
SCDBasedBindingSet.apply(com.sun.xml.xsom.XSSchemaSet schema,
ErrorReceiver errorReceiver)
Applies the additional binding customizations.
|
boolean |
DOMForest.checkSchemaCorrectness(ErrorReceiver errorHandler)
Checks the correctness of the XML Schema documents and return true
if it's OK.
|
void |
DOMForest.setErrorHandler(ErrorReceiver errorHandler) |
Modifier and Type | Method and Description |
---|---|
static Model |
BGMBuilder.build(com.sun.xml.xsom.XSSchemaSet _schemas,
JCodeModel codeModel,
ErrorReceiver _errorReceiver,
Options opts)
Entry point.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
SchemaConstraintChecker.check(InputSource[] schemas,
ErrorReceiver errorHandler,
EntityResolver entityResolver,
boolean disableXmlSecurity) |
Modifier and Type | Class and Description |
---|---|
class |
ErrorReceiverFilter
Filter implementation of the ErrorReceiver.
|
Constructor and Description |
---|
CodeModelClassFactory(ErrorReceiver _errorReceiver) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.