org.apache.axis.wsdl
Class JavaInterfaceWriter

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

public class JavaInterfaceWriter
extends JavaWriter

This is Wsdl2java's PortType Writer. It writes the .java file which contains the interface.


Fields inherited from class org.apache.axis.wsdl.JavaWriter
className, emitter, fileName, message, namespaces, packageName, pw, qname
 
Constructor Summary
protected JavaInterfaceWriter(Emitter emitter, PortTypeEntry ptEntry, SymbolTable symbolTable)
          Constructor.
 
Method Summary
protected  void writeFileBody()
          Write the body of the portType interface 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

JavaInterfaceWriter

protected JavaInterfaceWriter(Emitter emitter,
                              PortTypeEntry ptEntry,
                              SymbolTable symbolTable)
Constructor.
Method Detail

writeFileBody

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


Copyright © 2001 Apache XML Project. All Rights Reserved.