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

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

public class PropertyFileGenerator
extends java.lang.Object
implements Generator

Author:
hemapani@opensource.lk

Constructor Summary
PropertyFileGenerator(J2EEWebServiceContext context)
           
 
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
 

Constructor Detail

PropertyFileGenerator

public PropertyFileGenerator(J2EEWebServiceContext context)
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 © 2003-2005 Apache Software Foundation. All Rights Reserved.