Class Axis2ModuleRegistry

java.lang.Object
org.wso2.carbon.utils.deployment.Axis2ModuleRegistry

public class Axis2ModuleRegistry extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
    Axis2ModuleRegistry(org.apache.axis2.engine.AxisConfiguration axisConfiguration)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    bundleChanged(org.osgi.framework.BundleEvent event)
     
    void
    register(org.osgi.framework.Bundle bundle)
    Deploy the module inside the bundle and gloabally engaged them, if specified
    void
    register(org.osgi.framework.Bundle[] bundles)
     
    void
    unRegister(org.osgi.framework.Bundle bundle)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Axis2ModuleRegistry

      public Axis2ModuleRegistry(org.apache.axis2.engine.AxisConfiguration axisConfiguration)
  • Method Details

    • register

      public void register(org.osgi.framework.Bundle[] bundles)
    • register

      public void register(org.osgi.framework.Bundle bundle)
      Deploy the module inside the bundle and gloabally engaged them, if specified
      Parameters:
      bundle - from which the module should be looked for.
    • unRegister

      public void unRegister(org.osgi.framework.Bundle bundle)
    • bundleChanged

      public void bundleChanged(org.osgi.framework.BundleEvent event)