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

All Known Implementing Classes:
GenerationFactoryImpl

public interface GenerationFactory

Author:
hemapani@opensource.lk

Method Summary
 Generator createBuildFileGenerator(J2EEWebServiceContext j2eewscontext)
           
 Generator createClientSideWsGenerator(J2EEWebServiceContext j2eewscontext)
           
 Generator createContainerSpecificDDGenerator(J2EEWebServiceContext j2eewscontext)
           
 Generator createEJBGenerator(J2EEWebServiceContext j2eewscontext)
           
 Writer createEJBWriter(J2EEWebServiceContext j2eewscontext, EJBContext ejbcontext, int writerType)
           
 Generator createHandlerGenerator(J2EEWebServiceContext j2eewscontext)
           
 Generator createJaxrpcMapperGenerator(J2EEWebServiceContext j2eewscontext)
           
 Generator createServerSideWsGenerator(J2EEWebServiceContext j2eewscontext)
           
 Generator createWebContainerDDGenerator(J2EEWebServiceContext j2eewscontext)
           
 Generator createWrapperWsGenerator(J2EEWebServiceContext j2eewscontext)
           
 Generator createWSDLGenerator(J2EEWebServiceContext wscontext, org.apache.axis.wsdl.fromJava.Emitter emitter, Ws4J2eeDeployContext clparser)
           
 

Method Detail

createEJBWriter

public Writer createEJBWriter(J2EEWebServiceContext j2eewscontext,
                              EJBContext ejbcontext,
                              int writerType)
                       throws GenerationFault
Throws:
GenerationFault

createEJBGenerator

public Generator createEJBGenerator(J2EEWebServiceContext j2eewscontext)
                             throws GenerationFault
Throws:
GenerationFault

createWrapperWsGenerator

public Generator createWrapperWsGenerator(J2EEWebServiceContext j2eewscontext)
                                   throws GenerationFault
Throws:
GenerationFault

createClientSideWsGenerator

public Generator createClientSideWsGenerator(J2EEWebServiceContext j2eewscontext)
                                      throws GenerationFault
Throws:
GenerationFault

createWSDLGenerator

public Generator createWSDLGenerator(J2EEWebServiceContext wscontext,
                                     org.apache.axis.wsdl.fromJava.Emitter emitter,
                                     Ws4J2eeDeployContext clparser)
                              throws GenerationFault
Throws:
GenerationFault

createServerSideWsGenerator

public Generator createServerSideWsGenerator(J2EEWebServiceContext j2eewscontext)
                                      throws GenerationFault
Throws:
GenerationFault

createHandlerGenerator

public Generator createHandlerGenerator(J2EEWebServiceContext j2eewscontext)
                                 throws GenerationFault
Throws:
GenerationFault

createJaxrpcMapperGenerator

public Generator createJaxrpcMapperGenerator(J2EEWebServiceContext j2eewscontext)
                                      throws GenerationFault
Throws:
GenerationFault

createContainerSpecificDDGenerator

public Generator createContainerSpecificDDGenerator(J2EEWebServiceContext j2eewscontext)
                                             throws GenerationFault
Throws:
GenerationFault

createBuildFileGenerator

public Generator createBuildFileGenerator(J2EEWebServiceContext j2eewscontext)
                                   throws GenerationFault
Throws:
GenerationFault

createWebContainerDDGenerator

public Generator createWebContainerDDGenerator(J2EEWebServiceContext j2eewscontext)
                                        throws GenerationFault
Throws:
GenerationFault


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