All Downloads are FREE. Search and download functionalities are using the official Maven repository.

stra.orchestra-core.4.9.0-M1.source-code.metadata.xml Maven / Gradle / Ivy

There is a newer version: 4.9.1
Show newest version
<?xml version="1.0" encoding="UTF-8"?>
<ipojo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:schemaLocation="org.apache.felix.ipojo http://felix.apache.org/ipojo/schemas/CURRENT/core.xsd"
	xmlns="org.apache.felix.ipojo">

	<component name="org.ow2.orchestra.osgi.OrchestraOSGiEngine" classname="org.ow2.orchestra.osgi.OrchestraOSGiEngine">
		<requires specification="org.osgi.service.http.HttpService">
      <callback type="bind" method="setHttpService"/>
      <callback type="unbind" method="unsetHttpService"/>
    </requires>
    <requires aggregate="true" optional="true" specification="org.ow2.orchestra.osgi.OrchestraExtensionService">
      <callback type="bind" method="setOrchestraExtensionService"/>
      <callback type="unbind" method="unsetOrchestraExtensionService"/>
    </requires>
    <requires specification="org.ow2.orchestra.osgi.EnvironmentProviderService" id="environmentProvider">
      <callback type="bind" method="setEnvironmentProviderService"/>
    </requires>
    
		<callback transition="validate" method="start"/>
    <callback transition="invalidate" method="stop"/>
	</component>

</ipojo>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy