org.apache.geronimo.ews.ws4j2ee.toWs.dd
Class JaxRpcMappingFileWriter

java.lang.Object
  extended byorg.apache.geronimo.ews.ws4j2ee.toWs.dd.JaxRpcMappingFileWriter
All Implemented Interfaces:
Writer

public class JaxRpcMappingFileWriter
extends java.lang.Object
implements Writer

Author:
Srinath Perera(hemapani@opensource.lk)

Constructor Summary
JaxRpcMappingFileWriter(java.io.Writer out, org.apache.axis.wsdl.fromJava.Emitter emitter, J2EEWebServiceContext j2eewscontext)
           
 
Method Summary
 void write()
          The method writeCode() of the Writer should write the file Associated with this writer.
 void writeServiceMapping()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JaxRpcMappingFileWriter

public JaxRpcMappingFileWriter(java.io.Writer out,
                               org.apache.axis.wsdl.fromJava.Emitter emitter,
                               J2EEWebServiceContext j2eewscontext)
Method Detail

writeServiceMapping

public void writeServiceMapping()
                         throws java.io.IOException
Throws:
java.io.IOException

write

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

Specified by:
write in interface Writer
Throws:
GenerationFault


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