org.apache.geronimo.ews.ws4j2ee.toWs.handlers
Class HandlerWriter

java.lang.Object
  extended byorg.apache.geronimo.ews.ws4j2ee.toWs.AbstractWriter
      extended byorg.apache.geronimo.ews.ws4j2ee.toWs.handlers.HandlerWriter
All Implemented Interfaces:
Writer

public class HandlerWriter
extends AbstractWriter

Simpley print the Handler without much mess.

Author:
Srinath perera(hemapani@opensource.lk)

Field Summary
 
Fields inherited from class org.apache.geronimo.ews.ws4j2ee.toWs.AbstractWriter
j2eewscontext, log, out
 
Constructor Summary
HandlerWriter(J2EEWebServiceContext j2eewscontext, WSCFHandler handler)
           
 
Method Summary
 java.lang.String getFileName()
           
 void writeCode()
          just print it out
 
Methods inherited from class org.apache.geronimo.ews.ws4j2ee.toWs.AbstractWriter
cleanUp, isOverWrite, prepare, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HandlerWriter

public HandlerWriter(J2EEWebServiceContext j2eewscontext,
                     WSCFHandler handler)
              throws GenerationFault
Parameters:
j2eewscontext -
Throws:
GenerationFault
Method Detail

getFileName

public java.lang.String getFileName()

writeCode

public void writeCode()
               throws GenerationFault
just print it out

Specified by:
writeCode in class AbstractWriter
Throws:
GenerationFault


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