|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.tools.ws.wscompile.WsimportListener
public class WsimportListener
| Constructor Summary | |
|---|---|
WsimportListener()
|
|
| Method Summary | |
|---|---|
void |
debug(SAXParseException exception)
|
void |
error(SAXParseException exception)
|
void |
fatalError(SAXParseException exception)
|
void |
generatedFile(String fileName)
Called for each file generated by wsimport or wsgen. |
void |
info(SAXParseException exception)
|
boolean |
isCanceled()
wsimport will periodically invoke this method to see if it should cancel a compilation. |
void |
message(String msg)
Other miscellenous messages that do not have structures will be reported through this method. |
void |
warning(SAXParseException exception)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WsimportListener()
| Method Detail |
|---|
public void generatedFile(String fileName)
The file name includes the path portions that correspond with the package name.
When generating files into a directory, file names will be relative to the output directory.
fileName - file names like "org/acme/foo/Foo.java"public void message(String msg)
PrintStream.println(String).
The callee is expected to add '\n'.
public void error(SAXParseException exception)
error in interface com.sun.xml.bind.api.ErrorListenererror in interface ErrorHandlerpublic void fatalError(SAXParseException exception)
fatalError in interface com.sun.xml.bind.api.ErrorListenerfatalError in interface ErrorHandlerpublic void warning(SAXParseException exception)
warning in interface com.sun.xml.bind.api.ErrorListenerwarning in interface ErrorHandlerpublic void info(SAXParseException exception)
info in interface com.sun.xml.bind.api.ErrorListenerpublic void debug(SAXParseException exception)
public boolean isCanceled()
WsimportListener wants to abort the processing.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||