org.apache.axis.wsdl.toJava
Class JavaImplWriter

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

public class JavaImplWriter
extends JavaWriter

This is Wsdl2java's implementation template writer. It writes the Impl.java file which contains the Impl class.


Fields inherited from class org.apache.axis.wsdl.toJava.JavaWriter
className, embeddedCode, emitter, fileName, message, namespaces, packageName, pw, qname, rootName, type
 
Constructor Summary
protected JavaImplWriter(Emitter emitter, BindingEntry bEntry, SymbolTable symbolTable)
          Constructor.
 
Method Summary
protected  void writeFileBody()
          Write the body of the binding's stub file.
 
Methods inherited from class org.apache.axis.wsdl.toJava.JavaWriter
fileExists, getResponseString, initializeDeploymentDoc, isPrimitiveType, wrapPrimitiveType, write, write, writeComment, writeFileHeader
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaImplWriter

protected JavaImplWriter(Emitter emitter,
                         BindingEntry bEntry,
                         SymbolTable symbolTable)
Constructor.
Method Detail

writeFileBody

protected void writeFileBody()
                      throws java.io.IOException
Write the body of the binding's stub file.
Overrides:
writeFileBody in class JavaWriter


Copyright © 2001 Apache XML Project. All Rights Reserved.