org.apache.axis.wsdl.toJava
Class JavaServiceImplWriter
java.lang.Object
|
+--org.apache.axis.wsdl.toJava.JavaWriter
|
+--org.apache.axis.wsdl.toJava.JavaClassWriter
|
+--org.apache.axis.wsdl.toJava.JavaServiceImplWriter
- All Implemented Interfaces:
- Generator
- public class JavaServiceImplWriter
- extends JavaClassWriter
This is Wsdl2java's service implementation writer.
It writes the Locator.java file.
Method Summary |
protected java.lang.String |
getExtendsText()
Returns "extends org.apache.axis.client.Service ". |
protected java.lang.String |
getImplementsText()
Returns "implements ". |
protected void |
writeFileBody(java.io.PrintWriter pw)
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.
getExtendsText
protected java.lang.String getExtendsText()
- Returns "extends org.apache.axis.client.Service ".
- Overrides:
getExtendsText
in class JavaClassWriter
- Following copied from class:
org.apache.axis.wsdl.toJava.JavaClassWriter
- Returns:
- ""
getImplementsText
protected java.lang.String getImplementsText()
- Returns "implements ".
- Overrides:
getImplementsText
in class JavaClassWriter
- Following copied from class:
org.apache.axis.wsdl.toJava.JavaClassWriter
- Returns:
- ""
writeFileBody
protected void writeFileBody(java.io.PrintWriter pw)
throws java.io.IOException
- Write the body of the service file.
- Overrides:
writeFileBody
in class JavaWriter
Copyright © 2002 Apache XML Project. All Rights Reserved.