com.sun.tools.ws.wscompile
Class WSCodeWriter

java.lang.Object
  extended by com.sun.codemodel.CodeWriter
      extended by com.sun.codemodel.writer.FileCodeWriter
          extended by 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.


Constructor Summary
WSCodeWriter(File outDir, Options options)
           
 
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
 

Constructor Detail

WSCodeWriter

public WSCodeWriter(File outDir,
                    Options options)
             throws IOException
Throws:
IOException
Method Detail

getFile

protected File getFile(com.sun.codemodel.JPackage pkg,
                       String fileName)
                throws IOException
Overrides:
getFile in class com.sun.codemodel.writer.FileCodeWriter
Throws:
IOException