org.apache.axis.wsdl.toJava
Class JavaServiceIfaceWriter

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

public class JavaServiceIfaceWriter
extends JavaWriter

This is Wsdl2java's service writer. It writes the .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 JavaServiceIfaceWriter(Emitter emitter, ServiceEntry sEntry, SymbolTable symbolTable)
          Constructor.
 
Method Summary
protected  void writeFileBody()
          Write the body of the service 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

JavaServiceIfaceWriter

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

writeFileBody

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


Copyright © 2001 Apache XML Project. All Rights Reserved.