.camel.camel-service-for-jonas.1.6.0.source-code.metadata.xml Maven / Gradle / Ivy
<?xml version="1.0" encoding="UTF-8"?> <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - JOnAS: Java(TM) Open Application Server - Copyright (C) 2009 Bull S.A.S. - Contact: [email protected] - - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2.1 of the License, or any later version. - - This library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser General Public License for more details. - - You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 - USA - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - $Id: metadata.xml 19004 2009-11-19 14:05:03Z alitokmen $ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - --> <ipojo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="org.apache.felix.ipojo" xsi:schemaLocation="org.apache.felix.ipojo http://felix.apache.org/ipojo/schemas/1.4.0/core.xsd" > <component classname="org.ow2.jonas.camel.jonas_service.CamelService" immediate="false"> <provides specifications="org.ow2.jonas.camel.jonas_service.CamelService" /> <requires optional="false"> <callback type="bind" method="setJmxService" /> </requires> <requires optional="false"> <callback type="bind" method="setCamelService" /> </requires> <requires optional="false" specification="org.ow2.jonas.properties.ServerProperties"> <!-- @specification is required here because only the abstract JOnAS service reference that class, and iPOJO cannot introspect bytecode of that class that is not inside this bundle --> <callback type="bind" method="setServerProperties" /> </requires> <callback transition="validate" method="start" /> <callback transition="invalidate" method="stop" /> <properties propagation="true"> </properties> </component> <!-- Do not create instances using iPOJO as this is a JOnAS service --> </ipojo>