站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 jaxrpc API Documentation 英文版文档

JavaHolderWriter (JAXRPC API) - JBoss 4.0.1 sp1 jaxrpc API Documentation 英文版文档


org.apache.axis.wsdl.toJava
Class JavaHolderWriter

java.lang.Object
  extended byorg.apache.axis.wsdl.toJava.JavaWriter
      extended byorg.apache.axis.wsdl.toJava.JavaClassWriter
          extended byorg.apache.axis.wsdl.toJava.JavaHolderWriter
All Implemented Interfaces:
Generator

public class JavaHolderWriter
extends JavaClassWriter

This is Wsdl2java's Holder Writer. It writes the Holder.java file.


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
 
Constructor Summary
protected JavaHolderWriter(Emitter emitter, TypeEntry type)
          Constructor.
 
Method Summary
protected  String getClassModifiers()
          Return "public final ".
protected  String getImplementsText()
          Return "implements javax.xml.rpc.holders.Holder ".
protected  void writeFileBody(PrintWriter pw)
          Generate the holder for the given complex type.
 
Methods inherited from class org.apache.axis.wsdl.toJava.JavaClassWriter
getClassName, getClassText, getExtendsText, getFileName, 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

JavaHolderWriter

protected JavaHolderWriter(Emitter emitter,
                           TypeEntry type)
Constructor.

Method Detail

getClassModifiers

protected String getClassModifiers()
Return "public final ".

Overrides:
getClassModifiers in class JavaClassWriter

getImplementsText

protected String getImplementsText()
Return "implements javax.xml.rpc.holders.Holder ".

Overrides:
getImplementsText in class JavaClassWriter
Returns:
""

writeFileBody

protected void writeFileBody(PrintWriter pw)
                      throws IOException
Generate the holder for the given complex type.

Specified by:
writeFileBody in class JavaWriter
Throws:
IOException


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.