org.apache.geronimo.ews.jaxrpcmapping
Class J2eeFaultWriter

java.lang.Object
  extended byorg.apache.axis.wsdl.toJava.JavaWriter
      extended byorg.apache.axis.wsdl.toJava.JavaClassWriter
          extended byorg.apache.geronimo.ews.jaxrpcmapping.J2eeFaultWriter
All Implemented Interfaces:
org.apache.axis.wsdl.gen.Generator

Deprecated. no more used by J2eeGeneratorFactory

public class J2eeFaultWriter
extends org.apache.axis.wsdl.toJava.JavaClassWriter

This is Wsdl2java's Fault Writer. It writes the .java file. NOTE: This only writes simple type faults, the JavaTypeWriter emits faults that are complex types.

Author:
Ias (iasandcb@tmax.co.kr)

Field Summary
 
Fields inherited from class org.apache.axis.wsdl.toJava.JavaClassWriter
className, namespaces, packageName
 
Fields inherited from class org.apache.axis.wsdl.toJava.JavaWriter
emitter, LINE_LENGTH, type
 
Constructor Summary
protected J2eeFaultWriter(J2eeEmitter emitter, org.apache.axis.wsdl.symbolTable.SymbolTable symbolTable, org.apache.axis.wsdl.symbolTable.FaultInfo faultInfo)
          Deprecated. Constructor.
 
Method Summary
protected  java.lang.String getExtendsText()
          Deprecated. Return "extends org.apache.axis.AxisFault ".
protected  void writeFileBody(java.io.PrintWriter pw)
          Deprecated. Write the body of the Fault file.
 
Methods inherited from class org.apache.axis.wsdl.toJava.JavaClassWriter
getClassModifiers, getClassName, getClassText, getFileName, getImplementsText, getPackage, registerFile, writeFileFooter, writeFileHeader, writeHeaderComments, writePackage
 
Methods inherited from class org.apache.axis.wsdl.toJava.JavaWriter
closePrintWriter, generate, getJavadocDescriptionPart, getPrintWriter, isFileGenerated, verboseMessage, writeComment, writeComment
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

J2eeFaultWriter

protected J2eeFaultWriter(J2eeEmitter emitter,
                          org.apache.axis.wsdl.symbolTable.SymbolTable symbolTable,
                          org.apache.axis.wsdl.symbolTable.FaultInfo faultInfo)
Deprecated. 
Constructor.

Method Detail

getExtendsText

protected java.lang.String getExtendsText()
Deprecated. 
Return "extends org.apache.axis.AxisFault ".


writeFileBody

protected void writeFileBody(java.io.PrintWriter pw)
                      throws java.io.IOException
Deprecated. 
Write the body of the Fault file.

Throws:
java.io.IOException


Copyright © 2004 Apache Software Foundation. All Rights Reserved.