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

Packages that use ErrorListener
com.sun.tools.xjc.api API for programmatic invocation of XJC and schemagen. 
 

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)