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

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

public class PolicyFileWriter
extends FileWriter


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
PolicyFileWriter(java.io.File outputFileLocation)
           
 
Method Summary
 void createOutFile(java.lang.String packageName, java.lang.String fileName)
          Creates the output file.
 
Methods inherited from class org.apache.axis2.wsdl.codegen.writer.FileWriter
findTemplate, getFileExtensionForLanguage, getOutputFile, isOverride, loadTemplate, parse, setLanguage, setOutputFile, setOverride
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PolicyFileWriter

public PolicyFileWriter(java.io.File outputFileLocation)
Method Detail

createOutFile

public void createOutFile(java.lang.String packageName,
                          java.lang.String fileName)
                   throws java.lang.Exception
Description copied from class: FileWriter
Creates the output file.

Overrides:
createOutFile in class FileWriter
Throws:
java.lang.Exception


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