当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 jaxrpc API Documentation 英文版文档
JavaImplWriter (JAXRPC API) - JBoss 4.0.1 sp1 jaxrpc API Documentation 英文版文档
org.apache.axis.wsdl.toJava
Class JavaImplWriter
java.lang.Object
org.apache.axis.wsdl.toJava.JavaWriter
org.apache.axis.wsdl.toJava.JavaClassWriter
org.apache.axis.wsdl.toJava.JavaImplWriter
- All Implemented Interfaces:
- Generator
- public class JavaImplWriter
- extends JavaClassWriter
This is Wsdl2java's implementation template writer. It writes the Impl.java
file which contains the Impl class.
Methods inherited from class org.apache.axis.wsdl.toJava.JavaClassWriter |
getClassModifiers, getClassName, getClassText, getExtendsText, getFileName, getPackage, registerFile, writeFileFooter, writeFileHeader, writeHeaderComments, writePackage |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
binding
protected javax.wsdl.Binding binding
symbolTable
protected SymbolTable symbolTable
bEntry
protected BindingEntry bEntry
JavaImplWriter
protected JavaImplWriter(Emitter emitter,
BindingEntry bEntry,
SymbolTable symbolTable)
- Constructor.
writeFileBody
protected void writeFileBody(PrintWriter pw)
throws IOException
- Write the body of the binding's stub file.
- Specified by:
writeFileBody
in class JavaWriter
- Throws:
IOException
getImplementsText
protected String getImplementsText()
- Returns the appropriate implements text
- Overrides:
getImplementsText
in class JavaClassWriter
- Returns:
- " implements "
writeOperation
protected void writeOperation(PrintWriter pw,
Parameters parms)
throws IOException
- Write the implementation template for the given operation.
- Throws:
IOException
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.