org.ow2.orchestra.osgi
Class OrchestraWSEngineActivator
java.lang.Object
org.ow2.orchestra.osgi.OrchestraWSEngineActivator
public class OrchestraWSEngineActivator
- extends java.lang.Object
- Author:
- Guillaume Porcher
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
httpService
protected org.osgi.service.http.HttpService httpService
orchestraExtensionService
protected OrchestraExtensionService orchestraExtensionService
configAdmin
protected org.osgi.service.cm.ConfigurationAdmin configAdmin
OrchestraWSEngineActivator
public OrchestraWSEngineActivator(org.osgi.framework.BundleContext context)
setHttpService
public void setHttpService(org.osgi.service.http.HttpService httpService)
- Parameters:
httpService - the httpService to set
setOrchestraExtensionService
public void setOrchestraExtensionService(OrchestraExtensionService orchestraExtensionService)
- Parameters:
orchestraExtensionService - the orchestraExtensionService to set
unsetOrchestraExtensionService
public void unsetOrchestraExtensionService(OrchestraExtensionService orchestraExtensionService)
setConfigAdmin
public void setConfigAdmin(org.osgi.service.cm.ConfigurationAdmin configAdmin)
- Parameters:
configAdmin - the configAdmin to set
unsetConfigAdmin
public void unsetConfigAdmin(org.osgi.service.cm.ConfigurationAdmin configAdmin)
throws java.io.IOException
- Throws:
java.io.IOException
start
public void start()
throws java.lang.Exception
- Throws:
java.lang.Exception
stop
public void stop()
throws java.lang.Exception
- Throws:
java.lang.Exception
Copyright © 2010 OW2 Consortium. All Rights Reserved.