|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.axis.wsdl.toJava.JavaWriter org.apache.axis.wsdl.toJava.JavaClassWriter org.apache.axis.wsdl.toJava.JavaServiceIfaceWriter
This is Wsdl2java's service writer. It writes the
Field Summary
Fields inherited from class org.apache.axis.wsdl.toJava.JavaClassWriter
className, namespaces, packageName
Fields inherited from class org.apache.axis.wsdl.toJava.JavaWriter
emitter, type
Constructor Summary
protected
JavaServiceIfaceWriter(Emitter emitter,
ServiceEntry sEntry,
SymbolTable symbolTable)
Constructor.
Method Summary
protected String
getClassText()
Returns "interface ".
protected String
getExtendsText()
Returns "extends javax.xml.rpc.Service ".
protected void
writeFileBody(PrintWriter pw)
Write the body of the service file.
Methods inherited from class org.apache.axis.wsdl.toJava.JavaClassWriter
getClassModifiers, getClassName, getFileName, getImplementsText, getPackage, registerFile, writeFileFooter, writeFileHeader, writeHeaderComments, writePackage
Methods inherited from class org.apache.axis.wsdl.toJava.JavaWriter
closePrintWriter, generate, getPrintWriter, isFileGenerated, verboseMessage, writeComment
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Constructor Detail
JavaServiceIfaceWriter
protected JavaServiceIfaceWriter(Emitter emitter,
ServiceEntry sEntry,
SymbolTable symbolTable)
Method Detail
getClassText
protected String getClassText()
getClassText
in class JavaClassWriter
getExtendsText
protected String getExtendsText()
getExtendsText
in class JavaClassWriter
writeFileBody
protected void writeFileBody(PrintWriter pw)
throws IOException
writeFileBody
in class JavaWriter
IOException
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD