org.apache.axis.wsdl.toJava
Class JavaUndeployWriter
java.lang.Object
|
+--org.apache.axis.wsdl.toJava.JavaWriter
|
+--org.apache.axis.wsdl.toJava.JavaUndeployWriter
- All Implemented Interfaces:
- Generator
- public class JavaUndeployWriter
- extends JavaWriter
This is Wsdl2java's deploy Writer. It writes the deploy.java file.
Field Summary |
protected javax.wsdl.Definition |
definition
|
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)
You should not need to override this method. |
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
definition
protected javax.wsdl.Definition definition
JavaUndeployWriter
public JavaUndeployWriter(Emitter emitter,
javax.wsdl.Definition definition,
SymbolTable notUsed)
- Constructor.
generate
public void generate()
throws java.io.IOException
- Generate undeploy.wsdd. Only generate it if the emitter
is generating server-side mappings.
- Overrides:
generate
in class JavaWriter
getFileName
protected java.lang.String getFileName()
- Return the fully-qualified name of the undeploy.wsdd file
to be generated.
- Overrides:
getFileName
in class JavaWriter
writeFileHeader
protected void writeFileHeader(java.io.PrintWriter pw)
throws java.io.IOException
- Replace the default file header with the deployment doc file header.
- Overrides:
writeFileHeader
in class JavaWriter
writeFileBody
protected void writeFileBody(java.io.PrintWriter pw)
throws java.io.IOException
- Write the body of the deploy.wsdd file.
- Overrides:
writeFileBody
in class JavaWriter
getPrintWriter
protected java.io.PrintWriter getPrintWriter(java.lang.String filename)
throws java.io.IOException
- Description copied from class:
JavaWriter
- You should not need to override this method.
Given the file name, it creates a PrintWriter for it.
- Overrides:
getPrintWriter
in class JavaWriter
Copyright © 2003 Apache Web Services Project. All Rights Reserved.