org.apache.axis2.wsdl.codegen.writer
Class AntBuildWriter
java.lang.Object
org.apache.axis2.wsdl.codegen.writer.FileWriter
org.apache.axis2.wsdl.codegen.writer.AntBuildWriter
public class AntBuildWriter
- extends FileWriter
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AntBuildWriter
public AntBuildWriter(String outputFileLocation)
AntBuildWriter
public AntBuildWriter(File outputFileLocation,
String language)
setDatabindingFramework
public void setDatabindingFramework(String databindingFramework)
createOutFile
public void createOutFile(String packageName,
String fileName)
throws Exception
- Description copied from class:
FileWriter
- Creates the output file.
- Overrides:
createOutFile
in class FileWriter
- Throws:
Exception
findTemplate
protected String findTemplate(Map languageSpecificPropertyMap)
- Overrides:
findTemplate
in class FileWriter
parse
public void parse(Document doc,
URIResolver resolver)
throws Exception
- Writes the output file.
- Overrides:
parse
in class FileWriter
- Parameters:
doc
-
- Throws:
Exception
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.