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 Details

    • definition

      protected javax.wsdl.Definition definition
      Field definition
  • Constructor Details

    • JavaUndeployWriter

      public JavaUndeployWriter(Emitter emitter, javax.wsdl.Definition definition, SymbolTable notUsed)
      Constructor.
      Parameters:
      emitter -
      definition -
      notUsed -
  • Method Details