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.
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 |
deployWriter
protected Writer deployWriter
undeployWriter
protected Writer undeployWriter
emitter
protected Emitter emitter
definition
protected javax.wsdl.Definition definition
symbolTable
protected SymbolTable symbolTable
JavaDefinitionWriter
public JavaDefinitionWriter(Emitter emitter,
javax.wsdl.Definition definition,
SymbolTable symbolTable)
- Constructor.
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.