org.apache.axis.wsdl.toJava
Class JavaServiceWriter

java.lang.Object
  |
  +--org.apache.axis.wsdl.toJava.JavaServiceWriter
All Implemented Interfaces:
Generator

public class JavaServiceWriter
extends java.lang.Object
implements Generator

This is Wsdl2java's Service Writer. It writes the following files, as appropriate: .java, TestCase.java.


Constructor Summary
JavaServiceWriter(Emitter emitter, javax.wsdl.Service service, SymbolTable symbolTable)
          Constructor.
 
Method Summary
 void generate()
          Write all the service bindnigs: service and testcase.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaServiceWriter

public JavaServiceWriter(Emitter emitter,
                         javax.wsdl.Service service,
                         SymbolTable symbolTable)
Constructor.
Method Detail

generate

public void generate()
              throws java.io.IOException
Write all the service bindnigs: service and testcase.
Specified by:
generate in interface Generator


Copyright © 2002 Apache XML Project. All Rights Reserved.