uddi4r 0.8 → 0.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (67) hide show
  1. data/lib/uddi4r.rb +7 -0
  2. data/lib/{client.rb → uddi4r/client.rb} +121 -3
  3. data/lib/{connection.rb → uddi4r/connection.rb} +0 -1
  4. data/lib/{models.rb → uddi4r/models.rb} +94 -5
  5. data/lib/{soap_builder.rb → uddi4r/soap_builder.rb} +0 -0
  6. data/lib/uddi4r/try.rb +46 -0
  7. data/test/test_client.rb +5 -4
  8. data/test/test_connection.rb +4 -1
  9. data/test/test_model.rb +4 -1
  10. metadata +23 -78
  11. data/doc/classes/Uddi4r.html +0 -190
  12. data/doc/classes/Uddi4r/BindingDetail.html +0 -172
  13. data/doc/classes/Uddi4r/BindingTemplate.html +0 -187
  14. data/doc/classes/Uddi4r/BusinessDetail.html +0 -167
  15. data/doc/classes/Uddi4r/BusinessEntity.html +0 -167
  16. data/doc/classes/Uddi4r/BusinessInfo.html +0 -177
  17. data/doc/classes/Uddi4r/BusinessList.html +0 -172
  18. data/doc/classes/Uddi4r/BusinessService.html +0 -167
  19. data/doc/classes/Uddi4r/CategoryBag.html +0 -167
  20. data/doc/classes/Uddi4r/Client.html +0 -744
  21. data/doc/classes/Uddi4r/Connection.html +0 -365
  22. data/doc/classes/Uddi4r/DiscoveryURLs.html +0 -191
  23. data/doc/classes/Uddi4r/FindQualifiers.html +0 -191
  24. data/doc/classes/Uddi4r/IdentifierBag.html +0 -167
  25. data/doc/classes/Uddi4r/KeyedReference.html +0 -192
  26. data/doc/classes/Uddi4r/Model.html +0 -333
  27. data/doc/classes/Uddi4r/OverviewDoc.html +0 -154
  28. data/doc/classes/Uddi4r/RelatedBusinessesList.html +0 -167
  29. data/doc/classes/Uddi4r/ServiceDetail.html +0 -172
  30. data/doc/classes/Uddi4r/ServiceInfo.html +0 -172
  31. data/doc/classes/Uddi4r/ServiceList.html +0 -172
  32. data/doc/classes/Uddi4r/SoapBuilder.html +0 -390
  33. data/doc/classes/Uddi4r/TModel.html +0 -187
  34. data/doc/classes/Uddi4r/TModelBag.html +0 -189
  35. data/doc/classes/Uddi4r/TModelDetail.html +0 -167
  36. data/doc/classes/Uddi4r/TModelInfo.html +0 -167
  37. data/doc/classes/Uddi4r/TModelInstanceInfo.html +0 -172
  38. data/doc/classes/Uddi4r/TModelList.html +0 -167
  39. data/doc/created.rid +0 -1
  40. data/doc/dot/f_0.dot +0 -14
  41. data/doc/dot/f_0.png +0 -0
  42. data/doc/dot/f_1.dot +0 -386
  43. data/doc/dot/f_1.png +0 -0
  44. data/doc/dot/f_2.dot +0 -386
  45. data/doc/dot/f_2.png +0 -0
  46. data/doc/dot/f_3.dot +0 -386
  47. data/doc/dot/f_3.png +0 -0
  48. data/doc/dot/f_4.dot +0 -386
  49. data/doc/dot/f_4.png +0 -0
  50. data/doc/dot/m_1_0.dot +0 -386
  51. data/doc/dot/m_1_0.png +0 -0
  52. data/doc/dot/m_2_0.dot +0 -386
  53. data/doc/dot/m_2_0.png +0 -0
  54. data/doc/dot/m_3_0.dot +0 -386
  55. data/doc/dot/m_3_0.png +0 -0
  56. data/doc/dot/m_4_0.dot +0 -386
  57. data/doc/dot/m_4_0.png +0 -0
  58. data/doc/files/README.html +0 -152
  59. data/doc/files/lib/client_rb.html +0 -151
  60. data/doc/files/lib/connection_rb.html +0 -153
  61. data/doc/files/lib/models_rb.html +0 -149
  62. data/doc/files/lib/soap_builder_rb.html +0 -142
  63. data/doc/fr_class_index.html +0 -54
  64. data/doc/fr_file_index.html +0 -31
  65. data/doc/fr_method_index.html +0 -55
  66. data/doc/index.html +0 -24
  67. data/doc/rdoc-style.css +0 -208
@@ -1,167 +0,0 @@
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::BusinessDetail</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::BusinessDetail</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 businessDetail, 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">business_entity</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>
@@ -1,167 +0,0 @@
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::BusinessEntity</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::BusinessEntity</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 businessEntity, 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">business_services</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>
@@ -1,177 +0,0 @@
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::BusinessInfo</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::BusinessInfo</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 <a href="BusinessInfo.html">BusinessInfo</a>, for more information,
120
- see <a 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">businessKey</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">business_key</td>
152
- <td class="context-item-value">&nbsp;&nbsp;</td>
153
- <td class="context-item-desc"></td>
154
- </tr>
155
- <tr class="top-aligned-row context-row">
156
- <td class="context-item-name">service_infos</td>
157
- <td class="context-item-value">&nbsp;&nbsp;</td>
158
- <td class="context-item-desc"></td>
159
- </tr>
160
- </table>
161
- </div>
162
- </div>
163
-
164
-
165
-
166
- <!-- if method_list -->
167
-
168
-
169
- </div>
170
-
171
-
172
- <div id="validator-badges">
173
- <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
174
- </div>
175
-
176
- </body>
177
- </html>