org.apache.axis.wsdl.toJava
Class JavaTestCaseWriter

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

public class JavaTestCaseWriter
extends JavaWriter

This is Wsdl2java's TestCase writer. It writes the TestCase.java file.


Fields inherited from class org.apache.axis.wsdl.toJava.JavaWriter
className, embeddedCode, emitter, fileName, message, namespaces, packageName, pw, qname, rootName, type
 
Constructor Summary
protected JavaTestCaseWriter(Emitter emitter, ServiceEntry sEntry, SymbolTable symbolTable)
          Constructor.
 
Method Summary
 void finish()
           
 void writeBindingAssignment(java.lang.String bindingType, java.lang.String portName)
           
protected  void writeFileBody()
          Write the body of the TestCase file.
protected  void writeFileHeader()
          Write the common header plus the ctors.
 
Methods inherited from class org.apache.axis.wsdl.toJava.JavaWriter
fileExists, getResponseString, initializeDeploymentDoc, isPrimitiveType, wrapPrimitiveType, write, write, writeComment
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaTestCaseWriter

protected JavaTestCaseWriter(Emitter emitter,
                             ServiceEntry sEntry,
                             SymbolTable symbolTable)
Constructor.
Method Detail

writeFileHeader

protected void writeFileHeader()
                        throws java.io.IOException
Write the common header plus the ctors.
Overrides:
writeFileHeader in class JavaWriter

writeFileBody

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

finish

public final void finish()

writeBindingAssignment

public final void writeBindingAssignment(java.lang.String bindingType,
                                         java.lang.String portName)
                                  throws java.io.IOException


Copyright © 2001 Apache XML Project. All Rights Reserved.