org.apache.axis.wsdl.toJava
Class JavaServiceImplWriter
java.lang.Object
|
+--org.apache.axis.wsdl.toJava.JavaWriter
|
+--org.apache.axis.wsdl.toJava.JavaServiceImplWriter
- All Implemented Interfaces:
- Writer
- public class JavaServiceImplWriter
- extends JavaWriter
This is Wsdl2java's service implementation writer.
It writes the Locator.java file.
Fields inherited from class org.apache.axis.wsdl.toJava.JavaWriter |
className, embeddedCode, emitter, fileName, message, namespaces, packageName, pw, qname, rootName, type |
Method Summary |
protected void |
writeFileBody()
Write the body of the service file. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JavaServiceImplWriter
protected JavaServiceImplWriter(Emitter emitter,
ServiceEntry sEntry,
SymbolTable symbolTable)
- Constructor.
writeFileBody
protected void writeFileBody()
throws java.io.IOException
- Write the body of the service file.
- Overrides:
writeFileBody
in class JavaWriter
Copyright © 2001 Apache XML Project. All Rights Reserved.