Uses of Interface
com.sun.tools.xjc.api.ErrorListener

Packages that use ErrorListener
com.sun.tools.jxc.apt APT related code. 
com.sun.tools.xjc Schema to Java compiler 
com.sun.tools.xjc.api API for programatic invocation of XJC and schemagen. 
com.sun.tools.xjc.api.impl.j2s   
com.sun.tools.xjc.api.impl.s2j implementation of the XJC API for schema to java. 
com.sun.tools.xjc.util   
 

Uses of ErrorListener in com.sun.tools.jxc.apt
 

Classes in com.sun.tools.jxc.apt that implement ErrorListener
(package private)  class ErrorReceiverImpl
           
 

Uses of ErrorListener in com.sun.tools.xjc
 

Classes in com.sun.tools.xjc that implement ErrorListener
 class ConsoleErrorReporter
          ErrorReceiver that prints to a PrintStream.
 class ErrorReceiver
          Implemented by the driver of the compiler engine to handle errors found during the compiliation.
 class XJCListener
          Call-back interface that can be implemented by the caller of Driver to receive output from XJC.
 

Uses of ErrorListener in com.sun.tools.xjc.api
 

Methods in com.sun.tools.xjc.api with parameters of type ErrorListener
 com.sun.codemodel.JCodeModel S2JJAXBModel.generateCode(Plugin[] extensions, ErrorListener errorListener)
          Generates artifacts.
 void J2SJAXBModel.generateSchema(javax.xml.bind.SchemaOutputResolver outputResolver, ErrorListener errorListener)
          Generates the schema documents from the model.
 void SchemaCompiler.setErrorListener(ErrorListener errorListener)
           
 

Uses of ErrorListener in com.sun.tools.xjc.api.impl.j2s
 

Methods in com.sun.tools.xjc.api.impl.j2s with parameters of type ErrorListener
 void JAXBModelImpl.generateSchema(javax.xml.bind.SchemaOutputResolver outputResolver, ErrorListener errorListener)
           
 

Uses of ErrorListener in com.sun.tools.xjc.api.impl.s2j
 

Classes in com.sun.tools.xjc.api.impl.s2j that implement ErrorListener
 class SchemaCompilerImpl
          SchemaCompiler implementation.
 

Methods in com.sun.tools.xjc.api.impl.s2j with parameters of type ErrorListener
 com.sun.codemodel.JCodeModel JAXBModelImpl.generateCode(Plugin[] extensions, ErrorListener errorListener)
           
 void SchemaCompilerImpl.setErrorListener(ErrorListener errorListener)
           
 

Uses of ErrorListener in com.sun.tools.xjc.util
 

Classes in com.sun.tools.xjc.util that implement ErrorListener
 class ErrorReceiverFilter
          Filter implementation of the ErrorReceiver.
 

Methods in com.sun.tools.xjc.util with parameters of type ErrorListener
 void ErrorReceiverFilter.setErrorReceiver(ErrorListener handler)
           
 

Constructors in com.sun.tools.xjc.util with parameters of type ErrorListener
ErrorReceiverFilter(ErrorListener h)