org.apache.axis2.wsdl.codegen.writer
Class CSkelSourceWriter

java.lang.Object
  extended by org.apache.axis2.wsdl.codegen.writer.FileWriter
      extended by org.apache.axis2.wsdl.codegen.writer.CStubSourceWriter
          extended by org.apache.axis2.wsdl.codegen.writer.CSkelSourceWriter

public class CSkelSourceWriter
extends CStubSourceWriter


Field Summary
 
Fields inherited from class org.apache.axis2.wsdl.codegen.writer.FileWriter
EXTENSION_SUFFIX, fileExists, isOverride, language, outputFile, outputFileLocation, SEPARATOR_STRING, stream, TEMPLATE_SUFFIX, xsltStream
 
Constructor Summary
CSkelSourceWriter(java.io.File outputFileLocation, java.lang.String language)
           
CSkelSourceWriter(java.lang.String outputFileLocation)
           
 
Method Summary
 
Methods inherited from class org.apache.axis2.wsdl.codegen.writer.CStubSourceWriter
createOutFile, parse
 
Methods inherited from class org.apache.axis2.wsdl.codegen.writer.FileWriter
findTemplate, getFileExtensionForLanguage, getOutputFile, isOverride, loadTemplate, setLanguage, setOutputFile, setOverride
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CSkelSourceWriter

public CSkelSourceWriter(java.lang.String outputFileLocation)

CSkelSourceWriter

public CSkelSourceWriter(java.io.File outputFileLocation,
                         java.lang.String language)


Copyright © 2007 Apache Web Services Project. All Rights Reserved.