Class TypesCodeWriter

java.lang.Object
com.sun.codemodel.CodeWriter
org.apache.cxf.tools.wsdlto.databinding.jaxb.TypesCodeWriter

public class TypesCodeWriter extends com.sun.codemodel.CodeWriter
  • Constructor Details

  • Method Details

    • openBinary

      public OutputStream openBinary(com.sun.codemodel.JPackage pkg, String fileName) throws IOException
      Specified by:
      openBinary in class com.sun.codemodel.CodeWriter
      Throws:
      IOException
    • getGeneratedFiles

      public List<File> getGeneratedFiles()
    • getFile

      protected File getFile(com.sun.codemodel.JPackage pkg, String fileName) throws IOException
      Throws:
      IOException
    • close

      public void close() throws IOException
      Specified by:
      close in class com.sun.codemodel.CodeWriter
      Throws:
      IOException
    • getExcludeFileList

      public List<String> getExcludeFileList()