public class Axis2ModuleRegistry extends Object
| Constructor and Description |
|---|
Axis2ModuleRegistry(org.apache.axis2.engine.AxisConfiguration axisConfiguration) |
| Modifier and Type | Method and 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) |
public Axis2ModuleRegistry(org.apache.axis2.engine.AxisConfiguration axisConfiguration)
public void register(org.osgi.framework.Bundle[] bundles)
public void register(org.osgi.framework.Bundle bundle)
bundle - from which the module should be looked for.public void unRegister(org.osgi.framework.Bundle bundle)
public void bundleChanged(org.osgi.framework.BundleEvent event)
Copyright © 2018 WSO2 Inc. All rights reserved.