.camel.camel-example-cxf.1.5.1.source-code.metadata.xml Maven / Gradle / Ivy
<?xml version="1.0" encoding="UTF-8"?> <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - JOnAS: Java(TM) Open Application Server - Copyright (C) 2009-2010 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 19784 2010-04-28 17:05:13Z 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.example.cxf.route.ExampleCXF" name="ExampleCXF" public="false" immediate="true"> <requires optional="false" specification="org.ow2.jonas.camel.service.api.ICamelService"> <callback type="bind" method="setCamelService" /> </requires> <callback transition="validate" method="start" /> <callback transition="invalidate" method="stop" /> </component> <instance component="ExampleCXF" /> </ipojo>