org.apache.geronimo.ews.ws4j2ee.toWs.misc
Class BuildFileGenerator

java.lang.Object
  extended byorg.apache.geronimo.ews.ws4j2ee.toWs.misc.BuildFileGenerator
All Implemented Interfaces:
Generator

public class BuildFileGenerator
extends java.lang.Object
implements Generator

Author:
Srinath Perera(hemapani@opensource.lk)

Field Summary
protected static org.apache.commons.logging.Log log
           
 
Constructor Summary
BuildFileGenerator(J2EEWebServiceContext j2eewscontext)
           
 
Method Summary
 void generate()
          at the call of the genarate method the Genarator will genarate what it is suppose to be genarate.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected static org.apache.commons.logging.Log log
Constructor Detail

BuildFileGenerator

public BuildFileGenerator(J2EEWebServiceContext j2eewscontext)
                   throws GenerationFault
Method Detail

generate

public void generate()
              throws GenerationFault
Description copied from interface: Generator

at the call of the genarate method the Genarator will genarate what it is suppose to be genarate. Usally the Genarator is a assembly of One or more writers.

Specified by:
generate in interface Generator
Throws:
GenerationFault


Copyright © 2004 Apache Software Foundation. All Rights Reserved.