org.apache.axis.wsdl
Class JavaTypeWriter
java.lang.Object
|
+--org.apache.axis.wsdl.JavaTypeWriter
- All Implemented Interfaces:
- Writer
- public class JavaTypeWriter
- extends java.lang.Object
- implements Writer
This is Wsdl2java's Type Writer. It writes the following files, as appropriate:
.java, Holder.java.
Method Summary |
void |
write()
Write all the service bindnigs: service and testcase. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HOLDER_IS_NEEDED
public static final java.lang.String HOLDER_IS_NEEDED
JavaTypeWriter
public JavaTypeWriter(Emitter emitter,
Type type,
SymbolTable symbolTable)
- Constructor.
write
public void write()
throws java.io.IOException
- Write all the service bindnigs: service and testcase.
- Specified by:
write
in interface Writer
Copyright © 2001 Apache XML Project. All Rights Reserved.