org.apache.axis.wsdl
Class JavaServiceImplWriter

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

public class JavaServiceImplWriter
extends JavaWriter

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


Fields inherited from class org.apache.axis.wsdl.JavaWriter
className, emitter, fileName, message, namespaces, packageName, pw, qname
 
Constructor Summary
protected JavaServiceImplWriter(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.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

JavaServiceImplWriter

protected JavaServiceImplWriter(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.