Class CSvcSkeletonWriter
- java.lang.Object
-
- org.apache.axis2.wsdl.codegen.writer.FileWriter
-
- org.apache.axis2.wsdl.codegen.writer.CSvcSkeletonWriter
-
public class CSvcSkeletonWriter 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
Constructors Constructor Description CSvcSkeletonWriter(File outputFileLocation, String language)
CSvcSkeletonWriter(String outputFileLocation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
createOutFile(String packageName, String fileName)
Creates the output file.void
parse(Document doc, URIResolver resolver)
Writes the output file.-
Methods inherited from class org.apache.axis2.wsdl.codegen.writer.FileWriter
findTemplate, getFileExtensionForLanguage, getOutputFile, isOverride, loadTemplate, setLanguage, setOutputFile, setOverride
-
-
-
-
Method Detail
-
createOutFile
public void createOutFile(String packageName, String fileName) throws Exception
Description copied from class:FileWriter
Creates the output file.- Overrides:
createOutFile
in classFileWriter
- Throws:
Exception
-
parse
public void parse(Document doc, URIResolver resolver) throws Exception
Writes the output file.- Overrides:
parse
in classFileWriter
- Parameters:
doc
-- Throws:
Exception
-
-