org.apache.axis2.osgi.deployment
Interface Registry
- All Known Implementing Classes:
- AbstractRegistry, ModuleRegistry, ServiceRegistry
public interface Registry
This interface will be used to register the extension/file
that needed be processed and create the relevant Axis* object.
Method Summary |
void |
register(org.osgi.framework.Bundle bundle)
|
void |
remove(org.osgi.framework.Bundle bundle)
|
void |
resolve()
|
void |
unRegister(org.osgi.framework.Bundle bundle,
boolean uninstall)
|
register
void register(org.osgi.framework.Bundle bundle)
unRegister
void unRegister(org.osgi.framework.Bundle bundle,
boolean uninstall)
resolve
void resolve()
remove
void remove(org.osgi.framework.Bundle bundle)
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.