summaryrefslogtreecommitdiffstats
path: root/sca-cpp/branches/lightweight-sca/hosting/server/data/palettes/http/palette.composite
blob: f4d0c2bdf5e7cc1aea02baa09a40b87fe6063a6d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
<?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" name="palette" targetNamespace="http://palette">
 <service name="app" promote="app"/>
 <service name="delete" promote="delete"/>
 <service name="email" promote="email"/>
 <service name="get" promote="get"/>
 <service name="host" promote="host"/>
 <service name="keychain" promote="keychain"/>
 <service name="param" promote="param"/>
 <service name="params" promote="params"/>
 <service name="patch" promote="patch"/>
 <service name="path" promote="path"/>
 <service name="post" promote="post"/>
 <service name="put" promote="put"/>
 <service name="url" promote="url"/>
 <service name="user" promote="user"/>
 <component x="80" y="10" name="app" title="app" color="green1">
  <implementation.python script="nuvem/app.py"/>
  <service name="app"/>
  <property name="app" visible="false"/>
 </component>
 <component x="80" y="220" name="delete" title="delete" color="green1">
  <implementation.cpp path="lib/http" library="libhttpdelete"/>
  <service name="delete"/>
  <property name="timeout" visible="false"/>
  <reference name="url"/>
 </component>
 <component x="140" y="110" name="email" title="email" color="green1">
  <implementation.python script="nuvem/email.py"/>
  <service name="email"/>
  <property name="email" visible="false"/>
 </component>
 <component x="80" y="170" name="get" title="get" color="green1">
  <implementation.cpp path="lib/http" library="libhttpget"/>
  <service name="get"/>
  <property name="timeout" visible="false"/>
  <reference name="url"/>
 </component>
 <component x="130" y="10" name="host" title="host" color="green1">
  <implementation.python script="nuvem/host.py"/>
  <service name="host"/>
  <property name="host" visible="false"/>
 </component>
 <component x="210" y="110" name="keychain" title="keychain" color="green1">
  <implementation.python script="nuvem/keychain.py"/>
  <service name="keychain"/>
  <reference name="name"/>
  <reference name="account" target="Accounts" visible="false"/>
 </component>
 <component x="150" y="60" name="param" title="?param" color="green1">
  <implementation.python script="nuvem/param.py"/>
  <service name="param"/>
  <property>x</property>
  <property name="query" visible="false"/>
 </component>
 <component x="80" y="60" name="params" title="?params" color="green1">
  <implementation.python script="nuvem/params.py"/>
  <service name="params"/>
  <property name="query" visible="false"/>
 </component>
 <component x="260" y="170" name="patch" title="patch" color="green1">
  <implementation.cpp path="lib/http" library="libhttppatch"/>
  <service name="patch"/>
  <property name="timeout" visible="false"/>
  <reference name="url"/>
  <reference name="content"/>
 </component>
 <component x="190" y="10" name="path" title="path" color="green1">
  <implementation.python script="nuvem/path.py"/>
  <service name="path"/>
  <property name="path" visible="false"/>
 </component>
 <component x="200" y="170" name="post" title="post" color="green1">
  <implementation.cpp path="lib/http" library="libhttppost"/>
  <service name="post"/>
  <property name="timeout" visible="false"/>
  <reference name="url"/>
  <reference name="content"/>
 </component>
 <component x="140" y="170" name="put" title="put" color="green1">
  <implementation.cpp path="lib/http" library="libhttpput"/>
  <service name="put"/>
  <property name="timeout" visible="false"/>
  <reference name="url"/>
  <reference name="content"/>
 </component>
 <component x="250" y="10" name="url" title="url" color="green1">
  <implementation.python script="nuvem/url.py"/>
  <service name="url"/>
  <reference name="address"/>
  <reference name="args"/>
 </component>
 <component x="80" y="110" name="user" title="user" color="green1">
  <implementation.python script="nuvem/user.py"/>
  <service name="user"/>
  <property name="user" visible="false"/>
 </component>
</composite>