org.apache.axis.wsdl.toJava
Class JavaImplWriter
- Generator
public class JavaImplWriter
This is Wsdl2java's implementation template writer. It writes the Impl.java
file which contains the Impl class.
protected String | getImplementsText() - Returns the appropriate implements text
|
protected void | writeFileBody(PrintWriter pw) - Write the body of the binding's stub file.
|
protected void | writeOperation(PrintWriter pw, Parameters parms) - Write the implementation template for the given operation.
|
getClassModifiers , getClassName , getClassText , getExtendsText , getFileName , getImplementsText , getPackage , registerFile , writeFileFooter , writeFileHeader , writeHeaderComments , writePackage |
closePrintWriter , generate , getFileName , getJavadocDescriptionPart , getPrintWriter , isFileGenerated , registerFile , verboseMessage , writeComment , writeComment , writeFileBody , writeFileFooter , writeFileHeader |
binding
protected Binding binding
Field binding
symbolTable
protected SymbolTable symbolTable
Field symbolTable
getImplementsText
protected String getImplementsText()
Returns the appropriate implements text
- getImplementsText in interface JavaClassWriter
- " implements "
writeFileBody
protected void writeFileBody(PrintWriter pw)
throws IOException
Write the body of the binding's stub file.
- writeFileBody in interface JavaWriter
pw
-
writeOperation
protected void writeOperation(PrintWriter pw,
Parameters parms)
throws IOException
Write the implementation template for the given operation.
pw
- parms
-
Copyright B) 2005 Apache Web Services Project. All Rights Reserved.