|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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 |
definition
|
Fields inherited from class org.apache.axis.wsdl.toJava.JavaWriter |
emitter, type |
Constructor Summary | |
JavaUndeployWriter(Emitter emitter,
javax.wsdl.Definition definition,
SymbolTable notUsed)
Constructor. |
Method Summary | |
void |
generate()
Generate undeploy.wsdd. |
protected String |
getFileName()
Return the fully-qualified name of the undeploy.wsdd file to be generated. |
protected PrintWriter |
getPrintWriter(String filename)
You should not need to override this method. |
protected void |
writeFileBody(PrintWriter pw)
Write the body of the deploy.wsdd file. |
protected void |
writeFileHeader(PrintWriter pw)
Replace the default file header with the deployment doc file header. |
Methods inherited from class org.apache.axis.wsdl.toJava.JavaWriter |
closePrintWriter, isFileGenerated, registerFile, verboseMessage, 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)
Method Detail |
public void generate() throws IOException
generate
in interface Generator
generate
in class JavaWriter
IOException
protected String getFileName()
getFileName
in class JavaWriter
protected void writeFileHeader(PrintWriter pw) throws IOException
writeFileHeader
in class JavaWriter
IOException
protected void writeFileBody(PrintWriter pw) throws IOException
writeFileBody
in class JavaWriter
IOException
protected PrintWriter getPrintWriter(String filename) throws IOException
JavaWriter
getPrintWriter
in class JavaWriter
IOException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |