Uses of Class
com.sun.tools.xjc.ErrorReceiver
Packages that use ErrorReceiver
Package
Description
Schema to Java compiler
implementation of the XJC API for schema to java.
Implementation of the
com.sun.xml.bind.v2.model.core
package for XJC.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.
Front-end that reads schema(s) and produce BGM.
Object Model that represents DTD binding information.
internalization of external binding files and <jaxb:bindings> customizations.
-
Uses of ErrorReceiver in com.sun.tools.xjc
Subclasses of ErrorReceiver in com.sun.tools.xjcMethods in com.sun.tools.xjc with parameters of type ErrorReceiverModifier and TypeMethodDescriptionstatic Model
ModelLoader.load
(Options opt, JCodeModel codeModel, ErrorReceiver er) A convenience method to load schemas into aModel
.Constructors in com.sun.tools.xjc with parameters of type ErrorReceiver -
Uses of ErrorReceiver in com.sun.tools.xjc.api.impl.s2j
Subclasses of ErrorReceiver in com.sun.tools.xjc.api.impl.s2j -
Uses of ErrorReceiver in com.sun.tools.xjc.generator.bean
Methods in com.sun.tools.xjc.generator.bean that return ErrorReceiverMethods in com.sun.tools.xjc.generator.bean with parameters of type ErrorReceiverModifier and TypeMethodDescriptionstatic Outline
BeanGenerator.generate
(Model model, ErrorReceiver _errorReceiver) Generates beans into code model according to the BGM, and produces the reflection model. -
Uses of ErrorReceiver in com.sun.tools.xjc.model
Methods in com.sun.tools.xjc.model with parameters of type ErrorReceiverModifier and TypeMethodDescriptionModel.generateCode
(Options opt, ErrorReceiver receiver) Fully-generate the source code into the given model. -
Uses of ErrorReceiver in com.sun.tools.xjc.outline
Methods in com.sun.tools.xjc.outline that return ErrorReceiverModifier and TypeMethodDescriptionOutline.getErrorReceiver()
Any error during the back-end proccessing should be sent to this object. -
Uses of ErrorReceiver in com.sun.tools.xjc.reader
Methods in com.sun.tools.xjc.reader with parameters of type ErrorReceiverModifier and TypeMethodDescriptionstatic JType
TypeUtil.getType
(JCodeModel codeModel, String typeName, ErrorReceiver errorHandler, Locator errorSource) Obtains aJType
object for the string representation of a type. -
Uses of ErrorReceiver in com.sun.tools.xjc.reader.dtd
Methods in com.sun.tools.xjc.reader.dtd with parameters of type ErrorReceiverModifier and TypeMethodDescriptionstatic Model
TDTDReader.parse
(InputSource dtd, InputSource bindingInfo, ErrorReceiver errorReceiver, Options opts) Parses DTD grammar and a binding information into BGM.Constructors in com.sun.tools.xjc.reader.dtd with parameters of type ErrorReceiverModifierConstructorDescriptionprotected
TDTDReader
(ErrorReceiver errorReceiver, Options opts, InputSource _bindInfo) -
Uses of ErrorReceiver in com.sun.tools.xjc.reader.dtd.bindinfo
Fields in com.sun.tools.xjc.reader.dtd.bindinfo declared as ErrorReceiverModifier and TypeFieldDescriptionprotected final ErrorReceiver
BindInfo.errorReceiver
Controller object that can be used to report errors.Constructors in com.sun.tools.xjc.reader.dtd.bindinfo with parameters of type ErrorReceiverModifierConstructorDescriptionBindInfo
(Model model, Document _dom, ErrorReceiver _errorReceiver) BindInfo
(Model model, InputSource source, ErrorReceiver _errorReceiver) -
Uses of ErrorReceiver in com.sun.tools.xjc.reader.internalizer
Methods in com.sun.tools.xjc.reader.internalizer that return ErrorReceiverMethods in com.sun.tools.xjc.reader.internalizer with parameters of type ErrorReceiverModifier and TypeMethodDescriptionvoid
SCDBasedBindingSet.apply
(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) -
Uses of ErrorReceiver in com.sun.tools.xjc.reader.xmlschema
Methods in com.sun.tools.xjc.reader.xmlschema with parameters of type ErrorReceiverModifier and TypeMethodDescriptionstatic Model
BGMBuilder.build
(XSSchemaSet _schemas, JCodeModel codeModel, ErrorReceiver _errorReceiver, Options opts) Entry point. -
Uses of ErrorReceiver in com.sun.tools.xjc.reader.xmlschema.parser
Methods in com.sun.tools.xjc.reader.xmlschema.parser with parameters of type ErrorReceiverModifier and TypeMethodDescriptionstatic boolean
SchemaConstraintChecker.check
(InputSource[] schemas, ErrorReceiver errorHandler, EntityResolver entityResolver, boolean disableXmlSecurity) -
Uses of ErrorReceiver in com.sun.tools.xjc.util
Subclasses of ErrorReceiver in com.sun.tools.xjc.utilModifier and TypeClassDescriptionclass
Filter implementation of the ErrorReceiver.Constructors in com.sun.tools.xjc.util with parameters of type ErrorReceiver