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

.camel.camel-example-cxf.1.4.1.source-code.cxf-registry.xml Maven / Gradle / Ivy

There is a newer version: 1.7.0
Show newest version
<?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: cxf-registry.xml 18835 2009-10-02 16:47:36Z alitokmen $
  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-->
<registry xmlns="http://jonas.ow2.org/camel-file-registry-1.0"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="http://jonas.ow2.org/camel-file-registry-1.0 http://jonas.ow2.org/ns/camel-registry/file-registry-1.0.xsd">
  <entry>
    <logicalName>helloService</logicalName>
    <technicalName>
    <![CDATA[
        cxf://http://localhost:$http.port/services/SayHello?
        serviceClass=org.ow2.jonas.camel.example.cxf.webservice.api.ISayHello&
        bus=#cxfBus
    ]]>
    </technicalName>
  </entry>
</registry>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy