com.sun.tools.ws.wscompile
Class WSCodeWriter
java.lang.Object
com.sun.codemodel.CodeWriter
com.sun.codemodel.writer.FileCodeWriter
com.sun.tools.ws.wscompile.WSCodeWriter
- Direct Known Subclasses:
- FilerCodeWriter
public class WSCodeWriter
- extends com.sun.codemodel.writer.FileCodeWriter
FileCodeWriter
implementation that notifies
JAX-WS about newly created files.
Method Summary |
protected File |
getFile(com.sun.codemodel.JPackage pkg,
String fileName)
|
Methods inherited from class com.sun.codemodel.writer.FileCodeWriter |
close, openBinary |
Methods inherited from class com.sun.codemodel.CodeWriter |
openSource |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WSCodeWriter
public WSCodeWriter(File outDir,
Options options)
throws IOException
- Throws:
IOException
getFile
protected File getFile(com.sun.codemodel.JPackage pkg,
String fileName)
throws IOException
- Overrides:
getFile
in class com.sun.codemodel.writer.FileCodeWriter
- Throws:
IOException