org.apache.geronimo.axis2.osgi
Class Axis2ModuleRegistry

java.lang.Object
  extended by org.apache.geronimo.axis2.osgi.Axis2ModuleRegistry
All Implemented Interfaces:
EventListener, GBeanLifecycle, org.osgi.framework.BundleListener

@GBean
@OsgiService
public class Axis2ModuleRegistry
extends Object
implements org.osgi.framework.BundleListener, GBeanLifecycle

Version:
$Rev: 1084159 $ $Date: 2011-03-22 21:10:17 +0800 (Tue, 22 Mar 2011) $

Constructor Summary
Axis2ModuleRegistry(org.osgi.framework.BundleContext bundleContext)
           
 
Method Summary
 void bundleChanged(org.osgi.framework.BundleEvent event)
           
 void configureModules(org.apache.axis2.context.ConfigurationContext configurationContext)
           
 void doFail()
           
 void doStart()
           
 void doStop()
           
 Map<org.osgi.framework.Bundle,List<URL>> getBundleModuleXmlURLsMap()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Axis2ModuleRegistry

public Axis2ModuleRegistry(@ParamSpecial(type=bundleContext)
                           org.osgi.framework.BundleContext bundleContext)
Method Detail

doFail

public void doFail()
Specified by:
doFail in interface GBeanLifecycle

bundleChanged

public void bundleChanged(org.osgi.framework.BundleEvent event)
Specified by:
bundleChanged in interface org.osgi.framework.BundleListener

doStart

public void doStart()
             throws Exception
Specified by:
doStart in interface GBeanLifecycle
Throws:
Exception

doStop

public void doStop()
            throws Exception
Specified by:
doStop in interface GBeanLifecycle
Throws:
Exception

getBundleModuleXmlURLsMap

public Map<org.osgi.framework.Bundle,List<URL>> getBundleModuleXmlURLsMap()

configureModules

public void configureModules(org.apache.axis2.context.ConfigurationContext configurationContext)


Copyright © 2003-2011 The Apache Geronimo development community. All Rights Reserved.