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

java.lang.Object
  extended by org.apache.axis2.wsdl.codegen.writer.ClassWriter
      extended by org.apache.axis2.wsdl.codegen.writer.SkeletonWriter

public class SkeletonWriter
extends ClassWriter


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

Constructor Detail

SkeletonWriter

public SkeletonWriter(String outputFileLocation)

SkeletonWriter

public SkeletonWriter(File outputFileLocation,
                      String language)