org.apache.axis2.wsdl.codegen.writer
Class CStubSourceWriter
java.lang.Object
org.apache.axis2.wsdl.codegen.writer.ClassWriter
org.apache.axis2.wsdl.codegen.writer.CStubSourceWriter
- Direct Known Subclasses:
- CSkelSourceWriter
- public class CStubSourceWriter
- extends ClassWriter
Method Summary |
void |
createOutFile(java.lang.String packageName,
java.lang.String fileName)
Creates the output file. |
void |
parse(org.w3c.dom.Document doc,
javax.xml.transform.URIResolver resolver)
Writes the output file. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CStubSourceWriter
public CStubSourceWriter(java.lang.String outputFileLocation)
CStubSourceWriter
public CStubSourceWriter(java.io.File outputFileLocation,
java.lang.String language)
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
parse
public void parse(org.w3c.dom.Document doc,
javax.xml.transform.URIResolver resolver)
throws java.lang.Exception
- Writes the output file.
- Overrides:
parse
in class ClassWriter
- Parameters:
doc
-
- Throws:
java.lang.Exception
Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.