uddi4r 0.7 → 0.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (58) hide show
  1. data/doc/classes/Uddi4r.html +36 -0
  2. data/doc/classes/Uddi4r/BindingDetail.html +52 -0
  3. data/doc/classes/Uddi4r/BindingTemplate.html +67 -0
  4. data/doc/classes/Uddi4r/BusinessDetail.html +47 -0
  5. data/doc/classes/Uddi4r/BusinessEntity.html +47 -0
  6. data/doc/classes/Uddi4r/BusinessInfo.html +57 -0
  7. data/doc/classes/Uddi4r/BusinessList.html +52 -0
  8. data/doc/classes/Uddi4r/BusinessService.html +47 -0
  9. data/doc/classes/Uddi4r/CategoryBag.html +47 -0
  10. data/doc/classes/Uddi4r/Client.html +119 -26
  11. data/doc/classes/Uddi4r/Connection.html +70 -36
  12. data/doc/classes/Uddi4r/DiscoveryURLs.html +41 -7
  13. data/doc/classes/Uddi4r/FindQualifiers.html +35 -1
  14. data/doc/classes/Uddi4r/IdentifierBag.html +47 -0
  15. data/doc/classes/Uddi4r/KeyedReference.html +72 -0
  16. data/doc/classes/Uddi4r/Model.html +40 -3
  17. data/doc/classes/Uddi4r/OverviewDoc.html +34 -0
  18. data/doc/classes/Uddi4r/RelatedBusinessesList.html +47 -0
  19. data/doc/classes/Uddi4r/ServiceDetail.html +52 -0
  20. data/doc/classes/Uddi4r/ServiceInfo.html +52 -0
  21. data/doc/classes/Uddi4r/ServiceList.html +52 -0
  22. data/doc/classes/Uddi4r/SoapBuilder.html +34 -0
  23. data/doc/classes/Uddi4r/TModel.html +67 -0
  24. data/doc/classes/Uddi4r/TModelBag.html +41 -7
  25. data/doc/classes/Uddi4r/TModelDetail.html +47 -0
  26. data/doc/classes/Uddi4r/TModelInfo.html +167 -0
  27. data/doc/classes/Uddi4r/TModelInstanceInfo.html +52 -0
  28. data/doc/classes/Uddi4r/TModelList.html +167 -0
  29. data/doc/created.rid +1 -1
  30. data/doc/dot/f_0.dot +14 -0
  31. data/doc/dot/f_0.png +0 -0
  32. data/doc/dot/f_1.dot +386 -0
  33. data/doc/dot/f_1.png +0 -0
  34. data/doc/dot/f_2.dot +386 -0
  35. data/doc/dot/f_2.png +0 -0
  36. data/doc/dot/f_3.dot +386 -0
  37. data/doc/dot/f_3.png +0 -0
  38. data/doc/dot/f_4.dot +386 -0
  39. data/doc/dot/f_4.png +0 -0
  40. data/doc/dot/m_1_0.dot +386 -0
  41. data/doc/dot/m_1_0.png +0 -0
  42. data/doc/dot/m_2_0.dot +386 -0
  43. data/doc/dot/m_2_0.png +0 -0
  44. data/doc/dot/m_3_0.dot +386 -0
  45. data/doc/dot/m_3_0.png +0 -0
  46. data/doc/dot/m_4_0.dot +386 -0
  47. data/doc/dot/m_4_0.png +0 -0
  48. data/doc/files/README.html +5 -0
  49. data/doc/files/lib/client_rb.html +35 -1
  50. data/doc/files/lib/connection_rb.html +34 -0
  51. data/doc/files/lib/models_rb.html +35 -1
  52. data/doc/files/lib/soap_builder_rb.html +34 -0
  53. data/doc/fr_class_index.html +2 -0
  54. data/doc/fr_method_index.html +13 -12
  55. data/lib/client.rb +20 -1
  56. data/lib/models.rb +12 -0
  57. data/test/test_client.rb +54 -42
  58. metadata +23 -2
@@ -0,0 +1,167 @@
1
+ <?xml version="1.0" encoding="iso-8859-1"?>
2
+ <!DOCTYPE html
3
+ PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
4
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5
+
6
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
7
+ <head>
8
+ <title>Class: Uddi4r::TModelInfo</title>
9
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
10
+ <meta http-equiv="Content-Script-Type" content="text/javascript" />
11
+ <link rel="stylesheet" href="../.././rdoc-style.css" type="text/css" media="screen" />
12
+ <script type="text/javascript">
13
+ // <![CDATA[
14
+
15
+ function popupCode( url ) {
16
+ window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
17
+ }
18
+
19
+ function toggleCode( id ) {
20
+ if ( document.getElementById )
21
+ elem = document.getElementById( id );
22
+ else if ( document.all )
23
+ elem = eval( "document.all." + id );
24
+ else
25
+ return false;
26
+
27
+ elemStyle = elem.style;
28
+
29
+ if ( elemStyle.display != "block" ) {
30
+ elemStyle.display = "block"
31
+ } else {
32
+ elemStyle.display = "none"
33
+ }
34
+
35
+ return true;
36
+ }
37
+
38
+ // Make codeblocks hidden by default
39
+ document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
40
+
41
+ // ]]>
42
+ </script>
43
+
44
+ </head>
45
+ <body>
46
+
47
+
48
+
49
+ <div id="classHeader">
50
+ <table class="header-table">
51
+ <tr class="top-aligned-row">
52
+ <td><strong>Class</strong></td>
53
+ <td class="class-name-in-header">Uddi4r::TModelInfo</td>
54
+ </tr>
55
+ <tr class="top-aligned-row">
56
+ <td><strong>In:</strong></td>
57
+ <td>
58
+ <a href="../../files/lib/models_rb.html">
59
+ lib/models.rb
60
+ </a>
61
+ <br />
62
+ </td>
63
+ </tr>
64
+
65
+ <tr class="top-aligned-row">
66
+ <td><strong>Parent:</strong></td>
67
+ <td>
68
+ <a href="Model.html">
69
+ Model
70
+ </a>
71
+ </td>
72
+ </tr>
73
+ </table>
74
+ </div>
75
+ <!-- banner header -->
76
+
77
+ <div id="bodyContent">
78
+
79
+
80
+
81
+ <div id="contextContent">
82
+ <div id="diagram">
83
+ <map id="map" name="map">
84
+ <area shape="RECT" coords="1378,135,1450,183" href="Model.html" alt="Model">
85
+ <area shape="RECT" coords="27,234,118,282" href="BindingDetail.html" alt="BindingDetail">
86
+ <area shape="RECT" coords="142,234,222,282" href="ServiceList.html" alt="ServiceList">
87
+ <area shape="RECT" coords="246,234,336,282" href="BusinessList.html" alt="BusinessList">
88
+ <area shape="RECT" coords="360,234,456,282" href="FindQualifiers.html" alt="FindQualifiers">
89
+ <area shape="RECT" coords="480,234,568,282" href="IdentifierBag.html" alt="IdentifierBag">
90
+ <area shape="RECT" coords="592,234,683,282" href="OverviewDoc.html" alt="OverviewDoc">
91
+ <area shape="RECT" coords="707,234,814,282" href="KeyedReference.html" alt="KeyedReference">
92
+ <area shape="RECT" coords="838,234,944,282" href="BindingTemplate.html" alt="BindingTemplate">
93
+ <area shape="RECT" coords="968,234,1091,282" href="TModelInstanceInfo.html" alt="TModelInstanceInfo">
94
+ <area shape="RECT" coords="1115,234,1214,282" href="BusinessEntity.html" alt="BusinessEntity">
95
+ <area shape="RECT" coords="1238,234,1344,282" href="BusinessService.html" alt="BusinessService">
96
+ <area shape="RECT" coords="1368,234,1459,282" href="BusinessInfo.html" alt="BusinessInfo">
97
+ <area shape="RECT" coords="1483,234,1566,282" href="ServiceInfo.html" alt="ServiceInfo">
98
+ <area shape="RECT" coords="1590,234,1726,282" href="RelatedBusinessesList.html" alt="RelatedBusinessesList">
99
+ <area shape="RECT" coords="1750,234,1840,282" href="ServiceDetail.html" alt="ServiceDetail">
100
+ <area shape="RECT" coords="1864,234,1955,282" href="TModelDetail.html" alt="TModelDetail">
101
+ <area shape="RECT" coords="1979,234,2062,282" href="TModelInfo.html" alt="TModelInfo">
102
+ <area shape="RECT" coords="2086,234,2168,282" href="TModelList.html" alt="TModelList">
103
+ <area shape="RECT" coords="2192,234,2275,282" href="TModelBag.html" alt="TModelBag">
104
+ <area shape="RECT" coords="2299,234,2400,282" href="DiscoveryURLs.html" alt="DiscoveryURLs">
105
+ <area shape="RECT" coords="2424,234,2496,282" href="TModel.html" alt="TModel">
106
+ <area shape="RECT" coords="2520,234,2611,282" href="CategoryBag.html" alt="CategoryBag">
107
+ <area shape="RECT" coords="2635,234,2734,282" href="BusinessDetail.html" alt="BusinessDetail">
108
+ <area shape="RECT" coords="1378,6,1450,54" href="../ROXML.html" alt="ROXML">
109
+ <area shape="RECT" coords="2758,234,2840,282" href="Connection.html" alt="Connection">
110
+ <area shape="RECT" coords="335,135,407,183" href="Client.html" alt="Client">
111
+ <area shape="RECT" coords="2747,124,2840,171" href="SoapBuilder.html" alt="SoapBuilder">
112
+ <area shape="RECT" coords="16,91,2851,292" href="../Uddi4r.html" alt="Uddi4r">
113
+ </map>
114
+ <img src="../../dot/m_4_0.png" usemap="#map" border=0 alt="Module: Uddi4r">
115
+ </div>
116
+
117
+ <div id="description">
118
+ <p>
119
+ UDDI tModelInfo, for more information, see <a
120
+ href="Model.html">Uddi4r::Model</a>.
121
+ </p>
122
+
123
+ </div>
124
+
125
+
126
+ </div>
127
+
128
+
129
+ </div>
130
+
131
+
132
+ <!-- if includes -->
133
+
134
+ <div id="section">
135
+
136
+
137
+
138
+
139
+
140
+ <div id="attribute-list">
141
+ <h3 class="section-bar">Attributes</h3>
142
+
143
+ <div class="name-list">
144
+ <table>
145
+ <tr class="top-aligned-row context-row">
146
+ <td class="context-item-name">t_model_key</td>
147
+ <td class="context-item-value">&nbsp;&nbsp;</td>
148
+ <td class="context-item-desc"></td>
149
+ </tr>
150
+ </table>
151
+ </div>
152
+ </div>
153
+
154
+
155
+
156
+ <!-- if method_list -->
157
+
158
+
159
+ </div>
160
+
161
+
162
+ <div id="validator-badges">
163
+ <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
164
+ </div>
165
+
166
+ </body>
167
+ </html>
@@ -79,6 +79,40 @@
79
79
 
80
80
 
81
81
  <div id="contextContent">
82
+ <div id="diagram">
83
+ <map id="map" name="map">
84
+ <area shape="RECT" coords="1378,135,1450,183" href="Model.html" alt="Model">
85
+ <area shape="RECT" coords="27,234,118,282" href="BindingDetail.html" alt="BindingDetail">
86
+ <area shape="RECT" coords="142,234,222,282" href="ServiceList.html" alt="ServiceList">
87
+ <area shape="RECT" coords="246,234,336,282" href="BusinessList.html" alt="BusinessList">
88
+ <area shape="RECT" coords="360,234,456,282" href="FindQualifiers.html" alt="FindQualifiers">
89
+ <area shape="RECT" coords="480,234,568,282" href="IdentifierBag.html" alt="IdentifierBag">
90
+ <area shape="RECT" coords="592,234,683,282" href="OverviewDoc.html" alt="OverviewDoc">
91
+ <area shape="RECT" coords="707,234,814,282" href="KeyedReference.html" alt="KeyedReference">
92
+ <area shape="RECT" coords="838,234,944,282" href="BindingTemplate.html" alt="BindingTemplate">
93
+ <area shape="RECT" coords="968,234,1091,282" href="TModelInstanceInfo.html" alt="TModelInstanceInfo">
94
+ <area shape="RECT" coords="1115,234,1214,282" href="BusinessEntity.html" alt="BusinessEntity">
95
+ <area shape="RECT" coords="1238,234,1344,282" href="BusinessService.html" alt="BusinessService">
96
+ <area shape="RECT" coords="1368,234,1459,282" href="BusinessInfo.html" alt="BusinessInfo">
97
+ <area shape="RECT" coords="1483,234,1566,282" href="ServiceInfo.html" alt="ServiceInfo">
98
+ <area shape="RECT" coords="1590,234,1726,282" href="RelatedBusinessesList.html" alt="RelatedBusinessesList">
99
+ <area shape="RECT" coords="1750,234,1840,282" href="ServiceDetail.html" alt="ServiceDetail">
100
+ <area shape="RECT" coords="1864,234,1955,282" href="TModelDetail.html" alt="TModelDetail">
101
+ <area shape="RECT" coords="1979,234,2062,282" href="TModelInfo.html" alt="TModelInfo">
102
+ <area shape="RECT" coords="2086,234,2168,282" href="TModelList.html" alt="TModelList">
103
+ <area shape="RECT" coords="2192,234,2275,282" href="TModelBag.html" alt="TModelBag">
104
+ <area shape="RECT" coords="2299,234,2400,282" href="DiscoveryURLs.html" alt="DiscoveryURLs">
105
+ <area shape="RECT" coords="2424,234,2496,282" href="TModel.html" alt="TModel">
106
+ <area shape="RECT" coords="2520,234,2611,282" href="CategoryBag.html" alt="CategoryBag">
107
+ <area shape="RECT" coords="2635,234,2734,282" href="BusinessDetail.html" alt="BusinessDetail">
108
+ <area shape="RECT" coords="1378,6,1450,54" href="../ROXML.html" alt="ROXML">
109
+ <area shape="RECT" coords="2758,234,2840,282" href="Connection.html" alt="Connection">
110
+ <area shape="RECT" coords="335,135,407,183" href="Client.html" alt="Client">
111
+ <area shape="RECT" coords="2747,124,2840,171" href="SoapBuilder.html" alt="SoapBuilder">
112
+ <area shape="RECT" coords="16,91,2851,292" href="../Uddi4r.html" alt="Uddi4r">
113
+ </map>
114
+ <img src="../../dot/m_4_0.png" usemap="#map" border=0 alt="Module: Uddi4r">
115
+ </div>
82
116
 
83
117
  <div id="description">
84
118
  <p>
@@ -103,6 +137,24 @@ information, see <a href="Model.html">Uddi4r::Model</a>.
103
137
 
104
138
 
105
139
 
140
+ <div id="attribute-list">
141
+ <h3 class="section-bar">Attributes</h3>
142
+
143
+ <div class="name-list">
144
+ <table>
145
+ <tr class="top-aligned-row context-row">
146
+ <td class="context-item-name">tModelKey</td>
147
+ <td class="context-item-value">&nbsp;&nbsp;</td>
148
+ <td class="context-item-desc"></td>
149
+ </tr>
150
+ <tr class="top-aligned-row context-row">
151
+ <td class="context-item-name">t_model_key</td>
152
+ <td class="context-item-value">&nbsp;&nbsp;</td>
153
+ <td class="context-item-desc"></td>
154
+ </tr>
155
+ </table>
156
+ </div>
157
+ </div>
106
158
 
107
159
 
108
160
 
@@ -0,0 +1,167 @@
1
+ <?xml version="1.0" encoding="iso-8859-1"?>
2
+ <!DOCTYPE html
3
+ PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
4
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5
+
6
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
7
+ <head>
8
+ <title>Class: Uddi4r::TModelList</title>
9
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
10
+ <meta http-equiv="Content-Script-Type" content="text/javascript" />
11
+ <link rel="stylesheet" href="../.././rdoc-style.css" type="text/css" media="screen" />
12
+ <script type="text/javascript">
13
+ // <![CDATA[
14
+
15
+ function popupCode( url ) {
16
+ window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
17
+ }
18
+
19
+ function toggleCode( id ) {
20
+ if ( document.getElementById )
21
+ elem = document.getElementById( id );
22
+ else if ( document.all )
23
+ elem = eval( "document.all." + id );
24
+ else
25
+ return false;
26
+
27
+ elemStyle = elem.style;
28
+
29
+ if ( elemStyle.display != "block" ) {
30
+ elemStyle.display = "block"
31
+ } else {
32
+ elemStyle.display = "none"
33
+ }
34
+
35
+ return true;
36
+ }
37
+
38
+ // Make codeblocks hidden by default
39
+ document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
40
+
41
+ // ]]>
42
+ </script>
43
+
44
+ </head>
45
+ <body>
46
+
47
+
48
+
49
+ <div id="classHeader">
50
+ <table class="header-table">
51
+ <tr class="top-aligned-row">
52
+ <td><strong>Class</strong></td>
53
+ <td class="class-name-in-header">Uddi4r::TModelList</td>
54
+ </tr>
55
+ <tr class="top-aligned-row">
56
+ <td><strong>In:</strong></td>
57
+ <td>
58
+ <a href="../../files/lib/models_rb.html">
59
+ lib/models.rb
60
+ </a>
61
+ <br />
62
+ </td>
63
+ </tr>
64
+
65
+ <tr class="top-aligned-row">
66
+ <td><strong>Parent:</strong></td>
67
+ <td>
68
+ <a href="Model.html">
69
+ Model
70
+ </a>
71
+ </td>
72
+ </tr>
73
+ </table>
74
+ </div>
75
+ <!-- banner header -->
76
+
77
+ <div id="bodyContent">
78
+
79
+
80
+
81
+ <div id="contextContent">
82
+ <div id="diagram">
83
+ <map id="map" name="map">
84
+ <area shape="RECT" coords="1378,135,1450,183" href="Model.html" alt="Model">
85
+ <area shape="RECT" coords="27,234,118,282" href="BindingDetail.html" alt="BindingDetail">
86
+ <area shape="RECT" coords="142,234,222,282" href="ServiceList.html" alt="ServiceList">
87
+ <area shape="RECT" coords="246,234,336,282" href="BusinessList.html" alt="BusinessList">
88
+ <area shape="RECT" coords="360,234,456,282" href="FindQualifiers.html" alt="FindQualifiers">
89
+ <area shape="RECT" coords="480,234,568,282" href="IdentifierBag.html" alt="IdentifierBag">
90
+ <area shape="RECT" coords="592,234,683,282" href="OverviewDoc.html" alt="OverviewDoc">
91
+ <area shape="RECT" coords="707,234,814,282" href="KeyedReference.html" alt="KeyedReference">
92
+ <area shape="RECT" coords="838,234,944,282" href="BindingTemplate.html" alt="BindingTemplate">
93
+ <area shape="RECT" coords="968,234,1091,282" href="TModelInstanceInfo.html" alt="TModelInstanceInfo">
94
+ <area shape="RECT" coords="1115,234,1214,282" href="BusinessEntity.html" alt="BusinessEntity">
95
+ <area shape="RECT" coords="1238,234,1344,282" href="BusinessService.html" alt="BusinessService">
96
+ <area shape="RECT" coords="1368,234,1459,282" href="BusinessInfo.html" alt="BusinessInfo">
97
+ <area shape="RECT" coords="1483,234,1566,282" href="ServiceInfo.html" alt="ServiceInfo">
98
+ <area shape="RECT" coords="1590,234,1726,282" href="RelatedBusinessesList.html" alt="RelatedBusinessesList">
99
+ <area shape="RECT" coords="1750,234,1840,282" href="ServiceDetail.html" alt="ServiceDetail">
100
+ <area shape="RECT" coords="1864,234,1955,282" href="TModelDetail.html" alt="TModelDetail">
101
+ <area shape="RECT" coords="1979,234,2062,282" href="TModelInfo.html" alt="TModelInfo">
102
+ <area shape="RECT" coords="2086,234,2168,282" href="TModelList.html" alt="TModelList">
103
+ <area shape="RECT" coords="2192,234,2275,282" href="TModelBag.html" alt="TModelBag">
104
+ <area shape="RECT" coords="2299,234,2400,282" href="DiscoveryURLs.html" alt="DiscoveryURLs">
105
+ <area shape="RECT" coords="2424,234,2496,282" href="TModel.html" alt="TModel">
106
+ <area shape="RECT" coords="2520,234,2611,282" href="CategoryBag.html" alt="CategoryBag">
107
+ <area shape="RECT" coords="2635,234,2734,282" href="BusinessDetail.html" alt="BusinessDetail">
108
+ <area shape="RECT" coords="1378,6,1450,54" href="../ROXML.html" alt="ROXML">
109
+ <area shape="RECT" coords="2758,234,2840,282" href="Connection.html" alt="Connection">
110
+ <area shape="RECT" coords="335,135,407,183" href="Client.html" alt="Client">
111
+ <area shape="RECT" coords="2747,124,2840,171" href="SoapBuilder.html" alt="SoapBuilder">
112
+ <area shape="RECT" coords="16,91,2851,292" href="../Uddi4r.html" alt="Uddi4r">
113
+ </map>
114
+ <img src="../../dot/m_4_0.png" usemap="#map" border=0 alt="Module: Uddi4r">
115
+ </div>
116
+
117
+ <div id="description">
118
+ <p>
119
+ UDDI tModelList, for more information, see <a
120
+ href="Model.html">Uddi4r::Model</a>.
121
+ </p>
122
+
123
+ </div>
124
+
125
+
126
+ </div>
127
+
128
+
129
+ </div>
130
+
131
+
132
+ <!-- if includes -->
133
+
134
+ <div id="section">
135
+
136
+
137
+
138
+
139
+
140
+ <div id="attribute-list">
141
+ <h3 class="section-bar">Attributes</h3>
142
+
143
+ <div class="name-list">
144
+ <table>
145
+ <tr class="top-aligned-row context-row">
146
+ <td class="context-item-name">t_model_infos</td>
147
+ <td class="context-item-value">&nbsp;&nbsp;</td>
148
+ <td class="context-item-desc"></td>
149
+ </tr>
150
+ </table>
151
+ </div>
152
+ </div>
153
+
154
+
155
+
156
+ <!-- if method_list -->
157
+
158
+
159
+ </div>
160
+
161
+
162
+ <div id="validator-badges">
163
+ <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
164
+ </div>
165
+
166
+ </body>
167
+ </html>
data/doc/created.rid CHANGED
@@ -1 +1 @@
1
- Sun Jul 16 23:42:00 EDT 2006
1
+ Sat Dec 09 20:52:23 EST 2006
data/doc/dot/f_0.dot ADDED
@@ -0,0 +1,14 @@
1
+ digraph TopLevel {
2
+ compound = true
3
+ bgcolor = lightcyan1
4
+ fontname = Arial
5
+ fontsize = 8
6
+ label = "README"
7
+ node [
8
+ fontname = Arial,
9
+ fontsize = 8,
10
+ color = black
11
+ ]
12
+
13
+ }
14
+
data/doc/dot/f_0.png ADDED
Binary file
data/doc/dot/f_1.dot ADDED
@@ -0,0 +1,386 @@
1
+ digraph TopLevel {
2
+ compound = true
3
+ bgcolor = lightcyan1
4
+ fontname = Arial
5
+ fontsize = 8
6
+ label = "lib/models.rb"
7
+ node [
8
+ fontname = Arial,
9
+ fontsize = 8,
10
+ color = black
11
+ ]
12
+
13
+ Uddi4r__Model -> Uddi4r__BindingDetail [
14
+
15
+ ]
16
+
17
+ Uddi4r__Model -> Uddi4r__ServiceList [
18
+
19
+ ]
20
+
21
+ Uddi4r__Model -> Uddi4r__BusinessList [
22
+
23
+ ]
24
+
25
+ Uddi4r__Model -> Uddi4r__FindQualifiers [
26
+
27
+ ]
28
+
29
+ Uddi4r__Model -> Uddi4r__IdentifierBag [
30
+
31
+ ]
32
+
33
+ Uddi4r__Model -> Uddi4r__OverviewDoc [
34
+
35
+ ]
36
+
37
+ Uddi4r__Model -> Uddi4r__KeyedReference [
38
+
39
+ ]
40
+
41
+ Uddi4r__Model -> Uddi4r__BindingTemplate [
42
+
43
+ ]
44
+
45
+ Uddi4r__Model -> Uddi4r__TModelInstanceInfo [
46
+
47
+ ]
48
+
49
+ ROXML [
50
+ URL = "classes/ROXML.html",
51
+ shape = box,
52
+ label = "ROXML"
53
+ ]
54
+
55
+ ROXML -> Uddi4r__Model [
56
+
57
+ ]
58
+
59
+ Uddi4r__Model -> Uddi4r__BusinessEntity [
60
+
61
+ ]
62
+
63
+ Uddi4r__Model -> Uddi4r__BusinessService [
64
+
65
+ ]
66
+
67
+ Uddi4r__Model -> Uddi4r__BusinessInfo [
68
+
69
+ ]
70
+
71
+ Uddi4r__Model -> Uddi4r__ServiceInfo [
72
+
73
+ ]
74
+
75
+ Uddi4r__Model -> Uddi4r__RelatedBusinessesList [
76
+
77
+ ]
78
+
79
+ Uddi4r__Model -> Uddi4r__ServiceDetail [
80
+
81
+ ]
82
+
83
+ Uddi4r__Model -> Uddi4r__TModelDetail [
84
+
85
+ ]
86
+
87
+ Uddi4r__Model -> Uddi4r__TModelInfo [
88
+
89
+ ]
90
+
91
+ Uddi4r__SoapBuilder -> Uddi4r__Connection [
92
+ ltail = cluster_Uddi4r__SoapBuilder
93
+ ]
94
+
95
+ Uddi4r__Model -> Uddi4r__TModelList [
96
+
97
+ ]
98
+
99
+ Uddi4r__Model -> Uddi4r__TModelBag [
100
+
101
+ ]
102
+
103
+ Uddi4r__Model -> Uddi4r__DiscoveryURLs [
104
+
105
+ ]
106
+
107
+ Uddi4r__Model -> Uddi4r__TModel [
108
+
109
+ ]
110
+
111
+ Uddi4r__Model -> Uddi4r__CategoryBag [
112
+
113
+ ]
114
+
115
+ Uddi4r__Model -> Uddi4r__BusinessDetail [
116
+
117
+ ]
118
+
119
+ subgraph cluster_Uddi4r {
120
+ fillcolor = palegreen1
121
+ URL = "classes/Uddi4r.html"
122
+ fontname = Arial
123
+ color = blue
124
+ label = "Uddi4r"
125
+ style = filled
126
+ Uddi4r [
127
+ shape = plaintext,
128
+ height = 0.01,
129
+ width = 0.01,
130
+ label = ""
131
+ ]
132
+
133
+ Uddi4r__BindingDetail [
134
+ fontcolor = black,
135
+ URL = "classes/Uddi4r/BindingDetail.html",
136
+ shape = ellipse,
137
+ color = palegoldenrod,
138
+ style = filled,
139
+ label = "BindingDetail"
140
+ ]
141
+
142
+ Uddi4r__ServiceList [
143
+ fontcolor = black,
144
+ URL = "classes/Uddi4r/ServiceList.html",
145
+ shape = ellipse,
146
+ color = palegoldenrod,
147
+ style = filled,
148
+ label = "ServiceList"
149
+ ]
150
+
151
+ Uddi4r__BusinessList [
152
+ fontcolor = black,
153
+ URL = "classes/Uddi4r/BusinessList.html",
154
+ shape = ellipse,
155
+ color = palegoldenrod,
156
+ style = filled,
157
+ label = "BusinessList"
158
+ ]
159
+
160
+ Uddi4r__FindQualifiers [
161
+ fontcolor = black,
162
+ URL = "classes/Uddi4r/FindQualifiers.html",
163
+ shape = ellipse,
164
+ color = palegoldenrod,
165
+ style = filled,
166
+ label = "FindQualifiers"
167
+ ]
168
+
169
+ Uddi4r__IdentifierBag [
170
+ fontcolor = black,
171
+ URL = "classes/Uddi4r/IdentifierBag.html",
172
+ shape = ellipse,
173
+ color = palegoldenrod,
174
+ style = filled,
175
+ label = "IdentifierBag"
176
+ ]
177
+
178
+ Uddi4r__OverviewDoc [
179
+ fontcolor = black,
180
+ URL = "classes/Uddi4r/OverviewDoc.html",
181
+ shape = ellipse,
182
+ color = palegoldenrod,
183
+ style = filled,
184
+ label = "OverviewDoc"
185
+ ]
186
+
187
+ Uddi4r__KeyedReference [
188
+ fontcolor = black,
189
+ URL = "classes/Uddi4r/KeyedReference.html",
190
+ shape = ellipse,
191
+ color = palegoldenrod,
192
+ style = filled,
193
+ label = "KeyedReference"
194
+ ]
195
+
196
+ Uddi4r__BindingTemplate [
197
+ fontcolor = black,
198
+ URL = "classes/Uddi4r/BindingTemplate.html",
199
+ shape = ellipse,
200
+ color = palegoldenrod,
201
+ style = filled,
202
+ label = "BindingTemplate"
203
+ ]
204
+
205
+ Uddi4r__TModelInstanceInfo [
206
+ fontcolor = black,
207
+ URL = "classes/Uddi4r/TModelInstanceInfo.html",
208
+ shape = ellipse,
209
+ color = palegoldenrod,
210
+ style = filled,
211
+ label = "TModelInstanceInfo"
212
+ ]
213
+
214
+ Uddi4r__Model [
215
+ fontcolor = black,
216
+ URL = "classes/Uddi4r/Model.html",
217
+ shape = ellipse,
218
+ color = palegoldenrod,
219
+ style = filled,
220
+ label = "Model"
221
+ ]
222
+
223
+ Uddi4r__BusinessEntity [
224
+ fontcolor = black,
225
+ URL = "classes/Uddi4r/BusinessEntity.html",
226
+ shape = ellipse,
227
+ color = palegoldenrod,
228
+ style = filled,
229
+ label = "BusinessEntity"
230
+ ]
231
+
232
+ Uddi4r__BusinessService [
233
+ fontcolor = black,
234
+ URL = "classes/Uddi4r/BusinessService.html",
235
+ shape = ellipse,
236
+ color = palegoldenrod,
237
+ style = filled,
238
+ label = "BusinessService"
239
+ ]
240
+
241
+ Uddi4r__BusinessInfo [
242
+ fontcolor = black,
243
+ URL = "classes/Uddi4r/BusinessInfo.html",
244
+ shape = ellipse,
245
+ color = palegoldenrod,
246
+ style = filled,
247
+ label = "BusinessInfo"
248
+ ]
249
+
250
+ Uddi4r__ServiceInfo [
251
+ fontcolor = black,
252
+ URL = "classes/Uddi4r/ServiceInfo.html",
253
+ shape = ellipse,
254
+ color = palegoldenrod,
255
+ style = filled,
256
+ label = "ServiceInfo"
257
+ ]
258
+
259
+ Uddi4r__Client [
260
+ fontcolor = black,
261
+ URL = "classes/Uddi4r/Client.html",
262
+ shape = ellipse,
263
+ color = palegoldenrod,
264
+ style = filled,
265
+ label = "Client"
266
+ ]
267
+
268
+ Uddi4r__RelatedBusinessesList [
269
+ fontcolor = black,
270
+ URL = "classes/Uddi4r/RelatedBusinessesList.html",
271
+ shape = ellipse,
272
+ color = palegoldenrod,
273
+ style = filled,
274
+ label = "RelatedBusinessesList"
275
+ ]
276
+
277
+ Uddi4r__ServiceDetail [
278
+ fontcolor = black,
279
+ URL = "classes/Uddi4r/ServiceDetail.html",
280
+ shape = ellipse,
281
+ color = palegoldenrod,
282
+ style = filled,
283
+ label = "ServiceDetail"
284
+ ]
285
+
286
+ Uddi4r__TModelDetail [
287
+ fontcolor = black,
288
+ URL = "classes/Uddi4r/TModelDetail.html",
289
+ shape = ellipse,
290
+ color = palegoldenrod,
291
+ style = filled,
292
+ label = "TModelDetail"
293
+ ]
294
+
295
+ Uddi4r__TModelInfo [
296
+ fontcolor = black,
297
+ URL = "classes/Uddi4r/TModelInfo.html",
298
+ shape = ellipse,
299
+ color = palegoldenrod,
300
+ style = filled,
301
+ label = "TModelInfo"
302
+ ]
303
+
304
+ Uddi4r__Connection [
305
+ fontcolor = black,
306
+ URL = "classes/Uddi4r/Connection.html",
307
+ shape = ellipse,
308
+ color = palegoldenrod,
309
+ style = filled,
310
+ label = "Connection"
311
+ ]
312
+
313
+ Uddi4r__TModelList [
314
+ fontcolor = black,
315
+ URL = "classes/Uddi4r/TModelList.html",
316
+ shape = ellipse,
317
+ color = palegoldenrod,
318
+ style = filled,
319
+ label = "TModelList"
320
+ ]
321
+
322
+ Uddi4r__TModelBag [
323
+ fontcolor = black,
324
+ URL = "classes/Uddi4r/TModelBag.html",
325
+ shape = ellipse,
326
+ color = palegoldenrod,
327
+ style = filled,
328
+ label = "TModelBag"
329
+ ]
330
+
331
+ Uddi4r__DiscoveryURLs [
332
+ fontcolor = black,
333
+ URL = "classes/Uddi4r/DiscoveryURLs.html",
334
+ shape = ellipse,
335
+ color = palegoldenrod,
336
+ style = filled,
337
+ label = "DiscoveryURLs"
338
+ ]
339
+
340
+ Uddi4r__TModel [
341
+ fontcolor = black,
342
+ URL = "classes/Uddi4r/TModel.html",
343
+ shape = ellipse,
344
+ color = palegoldenrod,
345
+ style = filled,
346
+ label = "TModel"
347
+ ]
348
+
349
+ Uddi4r__CategoryBag [
350
+ fontcolor = black,
351
+ URL = "classes/Uddi4r/CategoryBag.html",
352
+ shape = ellipse,
353
+ color = palegoldenrod,
354
+ style = filled,
355
+ label = "CategoryBag"
356
+ ]
357
+
358
+ Uddi4r__BusinessDetail [
359
+ fontcolor = black,
360
+ URL = "classes/Uddi4r/BusinessDetail.html",
361
+ shape = ellipse,
362
+ color = palegoldenrod,
363
+ style = filled,
364
+ label = "BusinessDetail"
365
+ ]
366
+
367
+ subgraph cluster_Uddi4r__SoapBuilder {
368
+ fillcolor = palegreen3
369
+ URL = "classes/Uddi4r/SoapBuilder.html"
370
+ fontname = Arial
371
+ color = blue
372
+ label = "SoapBuilder"
373
+ style = filled
374
+ Uddi4r__SoapBuilder [
375
+ shape = plaintext,
376
+ height = 0.01,
377
+ width = 0.75,
378
+ label = ""
379
+ ]
380
+
381
+ }
382
+
383
+ }
384
+
385
+ }
386
+