org.apache.axis.wsdl
Class JavaHolderWriter

java.lang.Object
  |
  +--org.apache.axis.wsdl.JavaWriter
        |
        +--org.apache.axis.wsdl.JavaHolderWriter
All Implemented Interfaces:
Writer

public class JavaHolderWriter
extends JavaWriter

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


Fields inherited from class org.apache.axis.wsdl.JavaWriter
className, emitter, fileName, message, namespaces, packageName, pw, qname
 
Constructor Summary
protected JavaHolderWriter(Emitter emitter, Type type)
          Constructor.
 
Method Summary
protected  void writeFileBody()
          Generate the holder for the given complex type.
 
Methods inherited from class org.apache.axis.wsdl.JavaWriter
fileExists, getResponseString, initializeDeploymentDoc, isPrimitiveType, wrapPrimitiveType, write, writeComment, writeFileHeader
 
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,
                           Type type)
Constructor.
Method Detail

writeFileBody

protected void writeFileBody()
                      throws java.io.IOException
Generate the holder for the given complex type.
Overrides:
writeFileBody in class JavaWriter


Copyright © 2001 Apache XML Project. All Rights Reserved.