org.apache.axis.wsdl.toJava
Class JavaDefinitionWriter

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

public class JavaDefinitionWriter
extends java.lang.Object
implements Writer

This is Wsdl2java's Definition Writer. It currently writes the following files: deploy.xml, undeploy.xml and Faults as needed.


Constructor Summary
JavaDefinitionWriter(Emitter emitter, javax.wsdl.Definition definition, SymbolTable symbolTable)
          Constructor.
 
Method Summary
 void write()
          Write other items from the definition as needed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaDefinitionWriter

public JavaDefinitionWriter(Emitter emitter,
                            javax.wsdl.Definition definition,
                            SymbolTable symbolTable)
Constructor.
Method Detail

write

public void write()
           throws java.io.IOException
Write other items from the definition as needed.
Specified by:
write in interface Writer


Copyright © 2001 Apache XML Project. All Rights Reserved.