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

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

public class BeanWriter
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
BeanWriter(java.io.File outputFileLocation, java.lang.String language)
           
BeanWriter(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

BeanWriter

public BeanWriter(java.lang.String outputFileLocation)

BeanWriter

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