org.apache.axis.wsdl.toJava
Class JavaSkelWriter
- Generator
public class JavaSkelWriter
This is Wsdl2java's skeleton writer. It writes the Skeleton.java
file which contains the Skeleton class.
protected String | getImplementsText() - Returns "implements , org.apache.axis.wsdl.Skeleton ".
|
protected void | writeFileBody(PrintWriter pw) - Write the body of the binding's stub file.
|
protected void | writeOperation(PrintWriter pw, BindingOperation operation, Parameters parms, String soapAction, String namespace) - Write the skeleton code 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 |
writeFileBody
protected void writeFileBody(PrintWriter pw)
throws IOException
Write the body of the binding's stub file.
- writeFileBody in interface JavaWriter
writeOperation
protected void writeOperation(PrintWriter pw,
BindingOperation operation,
Parameters parms,
String soapAction,
String namespace)
Write the skeleton code for the given operation.
pw
- operation
- parms
- soapAction
- namespace
-
Copyright © 2005 Apache Web Services Project. All Rights Reserved.