org.apache.axis.wsdl.toJava
Class JavaFaultWriter

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

public class JavaFaultWriter
extends JavaWriter

This is Wsdl2java's Fault Writer. It writes the .java file. NOTE: this must be rewritten. It doesn't follow JAX-RPC.


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

Constructor Detail

JavaFaultWriter

protected JavaFaultWriter(Emitter emitter,
                          javax.wsdl.QName qname,
                          javax.wsdl.Fault fault,
                          SymbolTable symbolTable)
Constructor.
Method Detail

writeFileBody

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


Copyright © 2001 Apache XML Project. All Rights Reserved.