Uses of Interface
com.sun.tools.xjc.api.ErrorListener
-
Packages that use ErrorListener Package Description com.sun.tools.ws.processor.modeler.wsdl com.sun.tools.ws.wscompile com.sun.tools.xjc Schema to Java compilercom.sun.tools.xjc.api API for programmatic invocation of XJC and schemagen.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.ws.processor.modeler.wsdl
Classes in com.sun.tools.ws.processor.modeler.wsdl that implement ErrorListener Modifier and Type Class Description classConsoleErrorReporter -
Uses of ErrorListener in com.sun.tools.ws.wscompile
Classes in com.sun.tools.ws.wscompile that implement ErrorListener Modifier and Type Class Description classErrorReceiverImplemented by the driver of the compiler engine to handle errors found during the compiliation.classErrorReceiverFilterFilter implementation of the ErrorReceiver.classWsimportListenerprotected classWsimportTool.Listenerprotected classWsimportTool.ReceiverMethods in com.sun.tools.ws.wscompile with parameters of type ErrorListener Modifier and Type Method Description voidErrorReceiverFilter. setErrorReceiver(ErrorListener handler)Constructors in com.sun.tools.ws.wscompile with parameters of type ErrorListener Constructor Description ErrorReceiverFilter(ErrorListener h) -
Uses of ErrorListener in com.sun.tools.xjc
Classes in com.sun.tools.xjc that implement ErrorListener Modifier and Type Class Description classConsoleErrorReporterErrorReceiverthat prints to aPrintStream.classErrorReceiverImplemented by the driver of the compiler engine to handle errors found during the compiliation.classXJCListenerCall-back interface that can be implemented by the caller ofDriverto 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 Modifier and Type Method Description JCodeModelS2JJAXBModel. generateCode(Plugin[] extensions, ErrorListener errorListener)Generates artifacts.voidJ2SJAXBModel. generateSchema(SchemaOutputResolver outputResolver, ErrorListener errorListener)Generates the schema documents from the model.voidSchemaCompiler. setErrorListener(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 Modifier and Type Class Description classSchemaCompilerImplSchemaCompilerimplementation.Methods in com.sun.tools.xjc.api.impl.s2j with parameters of type ErrorListener Modifier and Type Method Description voidSchemaCompilerImpl. setErrorListener(ErrorListener errorListener) -
Uses of ErrorListener in com.sun.tools.xjc.util
Classes in com.sun.tools.xjc.util that implement ErrorListener Modifier and Type Class Description classErrorReceiverFilterFilter implementation of the ErrorReceiver.Methods in com.sun.tools.xjc.util with parameters of type ErrorListener Modifier and Type Method Description voidErrorReceiverFilter. setErrorReceiver(ErrorListener handler)Constructors in com.sun.tools.xjc.util with parameters of type ErrorListener Constructor Description ErrorReceiverFilter(ErrorListener h)
-