org.apache.axis.wsdl
Class JavaUndeployWriter

java.lang.Object
  |
  +--org.apache.axis.wsdl.JavaWriter
        |
        +--org.apache.axis.wsdl.JavaUndeployWriter
All Implemented Interfaces:
Writer

public class JavaUndeployWriter
extends JavaWriter

This is Wsdl2java's deploy Writer. It writes the deploy.java file.


Fields inherited from class org.apache.axis.wsdl.JavaWriter
className, emitter, fileName, message, namespaces, packageName, pw, qname
 
Constructor Summary
protected JavaUndeployWriter(Emitter emitter, javax.wsdl.Definition definition, SymbolTable symbolTable)
          Constructor.
 
Method Summary
protected  void writeFileBody()
          Write the body of the deploy.xml file.
protected  void writeFileHeader()
          Replace the default file header with the deployment doc file header.
 
Methods inherited from class org.apache.axis.wsdl.JavaWriter
fileExists, getResponseString, initializeDeploymentDoc, isPrimitiveType, wrapPrimitiveType, write, writeComment
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaUndeployWriter

protected JavaUndeployWriter(Emitter emitter,
                             javax.wsdl.Definition definition,
                             SymbolTable symbolTable)
Constructor.
Method Detail

writeFileHeader

protected void writeFileHeader()
                        throws java.io.IOException
Replace the default file header with the deployment doc file header.
Overrides:
writeFileHeader in class JavaWriter

writeFileBody

protected void writeFileBody()
                      throws java.io.IOException
Write the body of the deploy.xml file.
Overrides:
writeFileBody in class JavaWriter


Copyright © 2001 Apache XML Project. All Rights Reserved.