org.apache.geronimo.ews.ws4j2ee.toWs
Class Ws4J2eeEmitter

java.lang.Object
  extended byorg.apache.geronimo.ews.ws4j2ee.toWs.Ws4J2eeEmitter

public class Ws4J2eeEmitter
extends java.lang.Object

Author:
hemapani@opensource.lk

Field Summary
protected  Ws4J2eeFactory factory
           
protected static org.apache.commons.logging.Log log
           
protected  J2EEWebServiceContext wscontext
           
 
Constructor Summary
Ws4J2eeEmitter(J2EEWebServiceContext wscontext)
           
 
Method Summary
 void emmit()
           
 void executeAnt()
           
 void generateBuildFile()
           
 void generatedHandlers()
           
 void generatedSEIandtypes()
           
 void generateEJB()
           
 void generateWrapperWs()
           
 void prepareOutPutDir()
           
 void validateTheContext()
           
 
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

factory

protected Ws4J2eeFactory factory

wscontext

protected J2EEWebServiceContext wscontext
Constructor Detail

Ws4J2eeEmitter

public Ws4J2eeEmitter(J2EEWebServiceContext wscontext)
Method Detail

prepareOutPutDir

public void prepareOutPutDir()

generatedSEIandtypes

public void generatedSEIandtypes()
                          throws GenerationFault
Throws:
GenerationFault

validateTheContext

public void validateTheContext()
                        throws GenerationFault
Throws:
GenerationFault

generateEJB

public void generateEJB()
                 throws GenerationFault
Throws:
GenerationFault

generateWrapperWs

public void generateWrapperWs()
                       throws GenerationFault
Throws:
GenerationFault

generatedHandlers

public void generatedHandlers()
                       throws GenerationFault
Throws:
GenerationFault

generateBuildFile

public void generateBuildFile()
                       throws GenerationFault
Throws:
GenerationFault

executeAnt

public void executeAnt()
                throws GenerationFault
Throws:
GenerationFault

emmit

public void emmit()
           throws GenerationFault
Throws:
GenerationFault


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