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, embeddedCode, emitter, fileName, message, namespaces, packageName, pw, qname, rootName, type |
Method Summary |
protected void |
writeFileBody()
Write the body of the Fault file. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JavaFaultWriter
protected JavaFaultWriter(Emitter emitter,
javax.wsdl.QName qname,
javax.wsdl.Fault fault,
SymbolTable symbolTable)
- Constructor.
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.