org.apache.axis.wsdl
Class JavaPortTypeWriter

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

public class JavaPortTypeWriter
extends java.lang.Object
implements Writer

This is Wsdl2java's PortType Writer. It writes the .java file which contains the interface and, when appropriate, the AXIS.java file which contains the server-side interface.


Constructor Summary
JavaPortTypeWriter(Emitter emitter, javax.wsdl.PortType portType, SymbolTable symbolTable)
          Constructor.
 
Method Summary
 void write()
          Write all the portType bindings: .java, AXIS.java.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaPortTypeWriter

public JavaPortTypeWriter(Emitter emitter,
                          javax.wsdl.PortType portType,
                          SymbolTable symbolTable)
Constructor.
Method Detail

write

public void write()
           throws java.io.IOException
Write all the portType bindings: .java, AXIS.java.
Specified by:
write in interface Writer


Copyright © 2001 Apache XML Project. All Rights Reserved.