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

java.lang.Object
  extended byorg.apache.axis2.wsdl.codegen.writer.ClassWriter
      extended byorg.apache.axis2.wsdl.codegen.writer.TestSkeletonImplWriter

public class TestSkeletonImplWriter
extends ClassWriter


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

Constructor Detail

TestSkeletonImplWriter

public TestSkeletonImplWriter(java.lang.String outputFileLocation)

TestSkeletonImplWriter

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