org.apache.geronimo.jaxws.builder
Class JAXWSEJBModuleBuilderExtension

java.lang.Object
  extended by org.apache.geronimo.jaxws.builder.JAXWSEJBModuleBuilderExtension
All Implemented Interfaces:
ModuleBuilderExtension

public class JAXWSEJBModuleBuilderExtension
extends Object
implements ModuleBuilderExtension


Field Summary
protected  Environment defaultEnvironment
           
static GBeanInfo GBEAN_INFO
           
protected  WebServiceBuilder jaxwsBuilder
           
protected  AbstractNameQuery listener
           
protected  GBeanInfo wsGBeanInfo
           
 
Constructor Summary
JAXWSEJBModuleBuilderExtension()
           
JAXWSEJBModuleBuilderExtension(WebServiceBuilder wsBuilder, Environment defaultEnvironment, AbstractNameQuery listener, Object dataLink, Kernel kernel)
           
 
Method Summary
 void addGBeans(EARContext earContext, Module module, ClassLoader cl, Collection repository)
           
 void createModule(Module module, Object plan, JarFile moduleFile, String targetPath, URL specDDUrl, Environment environment, Object moduleContextInfo, AbstractName earName, Naming naming, ModuleIDBuilder idBuilder)
           
static GBeanInfo getGBeanInfo()
           
 void initContext(EARContext earContext, Module module, ClassLoader cl)
           
 void installModule(JarFile earFile, EARContext earContext, Module module, Collection configurationStores, ConfigurationStore targetConfigurationStore, Collection repository)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

jaxwsBuilder

protected WebServiceBuilder jaxwsBuilder

listener

protected AbstractNameQuery listener

wsGBeanInfo

protected GBeanInfo wsGBeanInfo

defaultEnvironment

protected Environment defaultEnvironment

GBEAN_INFO

public static final GBeanInfo GBEAN_INFO
Constructor Detail

JAXWSEJBModuleBuilderExtension

public JAXWSEJBModuleBuilderExtension()
                               throws Exception
Throws:
Exception

JAXWSEJBModuleBuilderExtension

public JAXWSEJBModuleBuilderExtension(WebServiceBuilder wsBuilder,
                                      Environment defaultEnvironment,
                                      AbstractNameQuery listener,
                                      Object dataLink,
                                      Kernel kernel)
                               throws Exception
Throws:
Exception
Method Detail

createModule

public void createModule(Module module,
                         Object plan,
                         JarFile moduleFile,
                         String targetPath,
                         URL specDDUrl,
                         Environment environment,
                         Object moduleContextInfo,
                         AbstractName earName,
                         Naming naming,
                         ModuleIDBuilder idBuilder)
                  throws DeploymentException
Specified by:
createModule in interface ModuleBuilderExtension
Throws:
DeploymentException

installModule

public void installModule(JarFile earFile,
                          EARContext earContext,
                          Module module,
                          Collection configurationStores,
                          ConfigurationStore targetConfigurationStore,
                          Collection repository)
                   throws DeploymentException
Specified by:
installModule in interface ModuleBuilderExtension
Throws:
DeploymentException

initContext

public void initContext(EARContext earContext,
                        Module module,
                        ClassLoader cl)
                 throws DeploymentException
Specified by:
initContext in interface ModuleBuilderExtension
Throws:
DeploymentException

addGBeans

public void addGBeans(EARContext earContext,
                      Module module,
                      ClassLoader cl,
                      Collection repository)
               throws DeploymentException
Specified by:
addGBeans in interface ModuleBuilderExtension
Throws:
DeploymentException

getGBeanInfo

public static GBeanInfo getGBeanInfo()


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