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 FileCodeWriter

FileCodeWriter implementation that notifies JAX-WS about newly created files.

Author:
Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com)

Constructor Summary
WSCodeWriter(java.io.File outDir, Options options)
           
 
Method Summary
protected  java.io.File getFile(JPackage pkg, java.lang.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(java.io.File outDir,
                    Options options)
             throws java.io.IOException
Throws:
java.io.IOException
Method Detail

getFile

protected java.io.File getFile(JPackage pkg,
                               java.lang.String fileName)
                        throws java.io.IOException
Overrides:
getFile in class FileCodeWriter
Throws:
java.io.IOException


Copyright © 2005-2011 Oracle Corporation. All Rights Reserved.