2011-03-13 19:24:02 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!--
|
|
|
|
* Licensed to the Apache Software Foundation (ASF) under one
|
|
|
|
* or more contributor license agreements. See the NOTICE file
|
|
|
|
* distributed with this work for additional information
|
|
|
|
* regarding copyright ownership. The ASF licenses this file
|
|
|
|
* to you under the Apache License, Version 2.0 (the
|
|
|
|
* "License"); you may not use this file except in compliance
|
|
|
|
* with the License. You may obtain a copy of the License at
|
|
|
|
*
|
|
|
|
* http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
*
|
|
|
|
* Unless required by applicable law or agreed to in writing,
|
|
|
|
* software distributed under the License is distributed on an
|
|
|
|
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
|
|
* KIND, either express or implied. See the License for the
|
|
|
|
* specific language governing permissions and limitations
|
|
|
|
* under the License.
|
|
|
|
-->
|
|
|
|
<composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200912"
|
|
|
|
targetNamespace="http://tuscany.apache.org/xmlns/sca/components"
|
|
|
|
name="http">
|
|
|
|
|
|
|
|
<component name="httpget">
|
|
|
|
<implementation.cpp path="." library="libhttpget"/>
|
2012-07-16 06:47:59 +00:00
|
|
|
<property name="timeout">0</property>
|
2011-03-13 19:24:02 +00:00
|
|
|
<service name="httpget">
|
2011-05-23 02:29:02 +00:00
|
|
|
<binding.http uri="httpget"/>
|
2011-03-13 19:24:02 +00:00
|
|
|
</service>
|
|
|
|
<reference name="url" target="url-test"/>
|
|
|
|
</component>
|
|
|
|
|
2011-06-13 07:57:13 +00:00
|
|
|
<component name="httppost">
|
|
|
|
<implementation.cpp path="." library="libhttppost"/>
|
2012-07-16 06:47:59 +00:00
|
|
|
<property name="timeout">0</property>
|
2011-06-13 07:57:13 +00:00
|
|
|
<service name="httppost">
|
|
|
|
<binding.http uri="httppost"/>
|
|
|
|
</service>
|
|
|
|
<reference name="url" target="url-test"/>
|
|
|
|
<reference name="content" target="content-test"/>
|
|
|
|
</component>
|
|
|
|
|
|
|
|
<component name="httpput">
|
|
|
|
<implementation.cpp path="." library="libhttpput"/>
|
2012-07-16 06:47:59 +00:00
|
|
|
<property name="timeout">0</property>
|
2011-06-13 07:57:13 +00:00
|
|
|
<service name="httpput">
|
|
|
|
<binding.http uri="httpput"/>
|
|
|
|
</service>
|
|
|
|
<reference name="url" target="url-test"/>
|
|
|
|
<reference name="content" target="content-test"/>
|
|
|
|
</component>
|
|
|
|
|
|
|
|
<component name="httppatch">
|
|
|
|
<implementation.cpp path="." library="libhttppatch"/>
|
2012-07-16 06:47:59 +00:00
|
|
|
<property name="timeout">0</property>
|
2011-06-13 07:57:13 +00:00
|
|
|
<service name="httppatch">
|
|
|
|
<binding.http uri="httppatch"/>
|
|
|
|
</service>
|
|
|
|
<reference name="url" target="url-test"/>
|
|
|
|
<reference name="content" target="content-test"/>
|
|
|
|
</component>
|
|
|
|
|
|
|
|
<component name="httpdelete">
|
|
|
|
<implementation.cpp path="." library="libhttpdelete"/>
|
2012-07-16 06:47:59 +00:00
|
|
|
<property name="timeout">0</property>
|
2011-06-13 07:57:13 +00:00
|
|
|
<service name="httpdelete">
|
|
|
|
<binding.http uri="httpdelete"/>
|
|
|
|
</service>
|
|
|
|
<reference name="url" target="url-test"/>
|
|
|
|
</component>
|
|
|
|
|
2011-03-13 19:24:02 +00:00
|
|
|
<component name="url-test">
|
2011-05-23 02:29:02 +00:00
|
|
|
<implementation.scheme script="url-test.scm"/>
|
2011-03-13 19:24:02 +00:00
|
|
|
<service name="url-test">
|
2011-05-23 02:29:02 +00:00
|
|
|
<binding.http uri="url-test"/>
|
2011-03-13 19:24:02 +00:00
|
|
|
</service>
|
|
|
|
</component>
|
|
|
|
|
2011-06-13 07:57:13 +00:00
|
|
|
<component name="content-test">
|
|
|
|
<implementation.scheme script="content-test.scm"/>
|
|
|
|
<service name="content-test">
|
|
|
|
<binding.http uri="content-test"/>
|
|
|
|
</service>
|
|
|
|
</component>
|
|
|
|
|
|
|
|
<component name="scheme-test">
|
|
|
|
<implementation.scheme script="server-test.scm"/>
|
2012-01-30 15:56:11 +00:00
|
|
|
<service name="scheme">
|
|
|
|
<binding.http uri="scheme"/>
|
2011-06-13 07:57:13 +00:00
|
|
|
</service>
|
|
|
|
</component>
|
|
|
|
|
2011-03-13 19:24:02 +00:00
|
|
|
</composite>
|