Package com.sun.tools.ws.wscompile
Class WsimportTool.Receiver
java.lang.Object
com.sun.tools.ws.wscompile.ErrorReceiver
com.sun.tools.ws.wscompile.ErrorReceiverFilter
com.sun.tools.ws.wscompile.WsimportTool.Receiver
- All Implemented Interfaces:
ErrorListener,com.sun.xml.bind.api.ErrorListener,ErrorHandler
- Enclosing class:
- WsimportTool
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddebug(SAXParseException exception) voidinfo(SAXParseException exception) Reports verbose messages to users.voidThis method will be invoked periodically to allowAbortExceptionto be thrown, especially when this is driven by some kind of GUI.voidwarning(SAXParseException exception) Methods inherited from class com.sun.tools.ws.wscompile.ErrorReceiverFilter
error, fatalError, hadError, reset, setErrorReceiverMethods inherited from class com.sun.tools.ws.wscompile.ErrorReceiver
debug, error, error, error, error, getLocationString, warning
-
Constructor Details
-
Receiver
-
-
Method Details
-
info
Description copied from class:ErrorReceiverReports verbose messages to users. This method can be used to report additional non-essential messages. The implementation usually discards them unless some specific debug option is turned on.- Specified by:
infoin interfaceErrorListener- Specified by:
infoin interfacecom.sun.xml.bind.api.ErrorListener- Overrides:
infoin classErrorReceiverFilter
-
warning
- Specified by:
warningin interfaceErrorHandler- Specified by:
warningin interfaceErrorListener- Specified by:
warningin interfacecom.sun.xml.bind.api.ErrorListener- Overrides:
warningin classErrorReceiverFilter
-
pollAbort
Description copied from class:ErrorReceiverThis method will be invoked periodically to allowAbortExceptionto be thrown, especially when this is driven by some kind of GUI.- Overrides:
pollAbortin classErrorReceiver- Throws:
AbortException
-
debug
- Overrides:
debugin classErrorReceiverFilter
-