org.jboss.axis.wsdl.toJava
Class JavaServiceIfaceWriter
java.lang.Object
org.jboss.axis.wsdl.toJava.JavaWriter (src)
org.jboss.axis.wsdl.toJava.JavaClassWriter (src)
org.jboss.axis.wsdl.toJava.JavaServiceIfaceWriter
- All Implemented Interfaces:
- Generator (src)
- public class JavaServiceIfaceWriter
- extends JavaClassWriter (src)
This is Wsdl2java's service writer. It writes the .java file.
Method Summary |
protected java.lang.String |
getClassText()
Returns "interface ". |
protected java.lang.String |
getExtendsText()
Returns "extends javax.xml.rpc.Service ". |
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 |
JavaServiceIfaceWriter
protected JavaServiceIfaceWriter(Emitter (src) emitter,
ServiceEntry (src) sEntry,
SymbolTable (src) symbolTable)
- Constructor.
getClassText
protected java.lang.String getClassText()
- Returns "interface ".
- Overrides:
getClassText
in class JavaClassWriter (src)
getExtendsText
protected java.lang.String getExtendsText()
- Returns "extends javax.xml.rpc.Service ".
- Overrides:
getExtendsText
in class JavaClassWriter (src)
- Returns:
- ""
writeFileBody
protected void writeFileBody(java.io.PrintWriter pw)
throws java.io.IOException
- Write the body of the service file.
- Specified by:
writeFileBody
in class JavaWriter (src)
- Throws:
java.io.IOException