org.apache.axis.wsdl
Class JavaServiceWriter
java.lang.Object
|
+--org.apache.axis.wsdl.JavaServiceWriter
- All Implemented Interfaces:
- Writer
- public class JavaServiceWriter
- extends java.lang.Object
- implements Writer
This is Wsdl2java's Service Writer. It writes the following files, as appropriate:
.java, TestCase.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 |
JavaServiceWriter
public JavaServiceWriter(Emitter emitter,
javax.wsdl.Service service,
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.