| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.axis.wsdl.toJava.JavaWriter
org.apache.axis.wsdl.toJava.JavaUndeployWriter
This is Wsdl2java's deploy Writer. It writes the deploy.java file.
| Field Summary | |
| protected  javax.wsdl.Definition | definitionField definition | 
| Fields inherited from class org.apache.axis.wsdl.toJava.JavaWriter | 
| emitter, LINE_LENGTH, type | 
| Constructor Summary | |
| JavaUndeployWriter(Emitter emitter,
                   javax.wsdl.Definition definition,
                   SymbolTable notUsed)Constructor. | |
| Method Summary | |
|  void | generate()Generate undeploy.wsdd. | 
| protected  java.lang.String | getFileName()Return the fully-qualified name of the undeploy.wsdd file to be generated. | 
| protected  java.io.PrintWriter | getPrintWriter(java.lang.String filename)Method getPrintWriter | 
| protected  void | writeDeployPort(java.io.PrintWriter pw,
                javax.wsdl.Port port)Write out deployment and undeployment instructions for given WSDL port | 
| protected  void | writeDeployServices(java.io.PrintWriter pw)Write out deployment and undeployment instructions for each WSDL service | 
| protected  void | writeFileBody(java.io.PrintWriter pw)Write the body of the deploy.wsdd file. | 
| protected  void | writeFileHeader(java.io.PrintWriter pw)Replace the default file header with the deployment doc file header. | 
| Methods inherited from class org.apache.axis.wsdl.toJava.JavaWriter | 
| closePrintWriter, getJavadocDescriptionPart, isFileGenerated, registerFile, verboseMessage, writeComment, writeComment, writeFileFooter | 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
protected javax.wsdl.Definition definition
| Constructor Detail | 
public JavaUndeployWriter(Emitter emitter,
                          javax.wsdl.Definition definition,
                          SymbolTable notUsed)
emitter - definition - notUsed - | Method Detail | 
public void generate()
              throws java.io.IOException
generate in interface Generatorgenerate in class JavaWriterjava.io.IOExceptionprotected java.lang.String getFileName()
getFileName in class JavaWriter
protected void writeFileHeader(java.io.PrintWriter pw)
                        throws java.io.IOException
writeFileHeader in class JavaWriterpw - 
java.io.IOException
protected void writeFileBody(java.io.PrintWriter pw)
                      throws java.io.IOException
writeFileBody in class JavaWriterpw - 
java.io.IOException
protected void writeDeployServices(java.io.PrintWriter pw)
                            throws java.io.IOException
pw - 
java.io.IOException
protected void writeDeployPort(java.io.PrintWriter pw,
                               javax.wsdl.Port port)
                        throws java.io.IOException
pw - port - 
java.io.IOException
protected java.io.PrintWriter getPrintWriter(java.lang.String filename)
                                      throws java.io.IOException
getPrintWriter in class JavaWriterfilename - 
java.io.IOException| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||