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

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

public class PolicyFileWriter
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
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.ClassWriter
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

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: ClassWriter
Creates the output file.

Overrides:
createOutFile in class ClassWriter
Parameters:
packageName -
fileName -
Throws:
java.lang.Exception


Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.