org.apache.geronimo.axis2.osgi
Class Axis2ModuleRegistry
java.lang.Object
org.apache.geronimo.axis2.osgi.Axis2ModuleRegistry
- All Implemented Interfaces:
- java.util.EventListener, GBeanLifecycle, org.osgi.framework.BundleListener
@GBean
@OsgiService
public class Axis2ModuleRegistry
- extends java.lang.Object
- implements org.osgi.framework.BundleListener, GBeanLifecycle
- Version:
- $Rev: 1084159 $ $Date: 2011-03-22 21:10:17 +0800 (Tue, 22 Mar 2011) $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Axis2ModuleRegistry
public Axis2ModuleRegistry(@ParamSpecial(type=bundleContext)
org.osgi.framework.BundleContext bundleContext)
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 java.lang.Exception
- Specified by:
doStart in interface GBeanLifecycle
- Throws:
java.lang.Exception
doStop
public void doStop()
throws java.lang.Exception
- Specified by:
doStop in interface GBeanLifecycle
- Throws:
java.lang.Exception
getBundleModuleXmlURLsMap
public java.util.Map<org.osgi.framework.Bundle,java.util.List<java.net.URL>> getBundleModuleXmlURLsMap()
configureModules
public void configureModules(org.apache.axis2.context.ConfigurationContext configurationContext)
Copyright © 2003-2012 The Apache Geronimo development community. All Rights Reserved.