org.apache.geronimo.ews.ws4j2ee.toWs
Interface Writer

All Known Implementing Classes:
AbstractWriter, JaxRpcMappingFileWriter

public interface Writer

for each single classs to be written there should be an associated writer instance. The writer instances of a single module, (e.g. writer instances of the EJB say RemoteInterface Writer,HomeInterfaceWriter, ImplementationBeanWriter) are bundeled by a single Genarator instance. The writer instaces should extend from the AbstractWriter unless it is required to have it otherwise.


Method Summary
 void write()
          The method writeCode() of the Writer should write the file Associated with this writer.
 

Method Detail

write

public void write()
           throws GenerationFault
The method writeCode() of the Writer should write the file Associated with this writer.

Throws:
GenerationFault


Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.