glassfish 0.1.1-universal-java-1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (135) hide show
  1. data/COPYRIGHT +33 -0
  2. data/LICENSE.txt +263 -0
  3. data/README +12 -0
  4. data/bin/asadmin +7 -0
  5. data/bin/asadmin.bat +8 -0
  6. data/bin/glassfish_rails +40 -0
  7. data/config/asadminenv.conf +6 -0
  8. data/config/asenv.bat +28 -0
  9. data/config/asenv.conf +27 -0
  10. data/config/glassfish.container +4 -0
  11. data/domains/domain1/config/admin-keyfile +3 -0
  12. data/domains/domain1/config/cacerts.jks +0 -0
  13. data/domains/domain1/config/default-web.xml +906 -0
  14. data/domains/domain1/config/domain-passwords +0 -0
  15. data/domains/domain1/config/domain.xml +208 -0
  16. data/domains/domain1/config/keyfile +6 -0
  17. data/domains/domain1/config/keystore.jks +0 -0
  18. data/domains/domain1/config/logging.properties +82 -0
  19. data/domains/domain1/config/login.conf +18 -0
  20. data/domains/domain1/config/server.policy +160 -0
  21. data/domains/domain1/config/sun-acc.xml +40 -0
  22. data/domains/domain1/config/wss-server-config-1.0.xml +86 -0
  23. data/domains/domain1/config/wss-server-config-2.0.xml +94 -0
  24. data/domains/domain1/docroot/favicon.gif +0 -0
  25. data/domains/domain1/docroot/index.html +87 -0
  26. data/domains/domain1/master-password +0 -0
  27. data/lib/appclient/appclientlogin.conf +10 -0
  28. data/lib/appclient/client.policy +79 -0
  29. data/lib/appclient/wss-client-config-1.0.xml +84 -0
  30. data/lib/appclient/wss-client-config-2.0.xml +96 -0
  31. data/lib/dtds/application-client_1_2.dtd +292 -0
  32. data/lib/dtds/application-client_1_3.dtd +506 -0
  33. data/lib/dtds/application_1_2.dtd +197 -0
  34. data/lib/dtds/application_1_3.dtd +312 -0
  35. data/lib/dtds/connector_1_0.dtd +561 -0
  36. data/lib/dtds/ejb-jar_1_1.dtd +894 -0
  37. data/lib/dtds/ejb-jar_2_0.dtd +1671 -0
  38. data/lib/dtds/sun-application-client-container_1_0.dtd +123 -0
  39. data/lib/dtds/sun-application-client-container_1_1.dtd +264 -0
  40. data/lib/dtds/sun-application-client-container_1_2.dtd +267 -0
  41. data/lib/dtds/sun-application-client_1_3-0.dtd +57 -0
  42. data/lib/dtds/sun-application-client_1_4-0.dtd +182 -0
  43. data/lib/dtds/sun-application-client_1_4-1.dtd +431 -0
  44. data/lib/dtds/sun-application-client_5_0-0.dtd +495 -0
  45. data/lib/dtds/sun-application_1_3-0.dtd +30 -0
  46. data/lib/dtds/sun-application_1_4-0.dtd +44 -0
  47. data/lib/dtds/sun-application_5_0-0.dtd +51 -0
  48. data/lib/dtds/sun-cmp-mapping_1_0.dtd +100 -0
  49. data/lib/dtds/sun-cmp-mapping_1_1.dtd +99 -0
  50. data/lib/dtds/sun-cmp-mapping_1_2.dtd +106 -0
  51. data/lib/dtds/sun-connector_1_0-0.dtd +66 -0
  52. data/lib/dtds/sun-connector_1_5-0.dtd +62 -0
  53. data/lib/dtds/sun-domain_1_0.dtd +2007 -0
  54. data/lib/dtds/sun-domain_1_1.dtd +3080 -0
  55. data/lib/dtds/sun-domain_1_2.dtd +3697 -0
  56. data/lib/dtds/sun-domain_1_3.dtd +3867 -0
  57. data/lib/dtds/sun-ejb-jar_2_0-0.dtd +449 -0
  58. data/lib/dtds/sun-ejb-jar_2_0-1.dtd +454 -0
  59. data/lib/dtds/sun-ejb-jar_2_1-0.dtd +756 -0
  60. data/lib/dtds/sun-ejb-jar_2_1-1.dtd +1085 -0
  61. data/lib/dtds/sun-ejb-jar_3_0-0.dtd +1113 -0
  62. data/lib/dtds/sun-loadbalancer_1_0.dtd +156 -0
  63. data/lib/dtds/sun-loadbalancer_1_1.dtd +172 -0
  64. data/lib/dtds/sun-resources_1_0.dtd +650 -0
  65. data/lib/dtds/sun-resources_1_1.dtd +650 -0
  66. data/lib/dtds/sun-resources_1_2.dtd +662 -0
  67. data/lib/dtds/sun-resources_1_3.dtd +732 -0
  68. data/lib/dtds/sun-server_1_0.dtd +1056 -0
  69. data/lib/dtds/sun-web-app_2_3-0.dtd +230 -0
  70. data/lib/dtds/sun-web-app_2_3-1.dtd +230 -0
  71. data/lib/dtds/sun-web-app_2_4-0.dtd +466 -0
  72. data/lib/dtds/sun-web-app_2_4-1.dtd +742 -0
  73. data/lib/dtds/sun-web-app_2_5-0.dtd +789 -0
  74. data/lib/dtds/web-app_2_2.dtd +639 -0
  75. data/lib/dtds/web-app_2_3.dtd +1063 -0
  76. data/lib/dtds/web-jsptaglibrary_1_1.dtd +265 -0
  77. data/lib/dtds/web-jsptaglibrary_1_2.dtd +468 -0
  78. data/lib/package-appclient.xml +185 -0
  79. data/lib/processLauncher.properties +25 -0
  80. data/lib/processLauncher.xml +189 -0
  81. data/lib/schemas/XMLSchema.dtd +402 -0
  82. data/lib/schemas/application-client_1_4.xsd +267 -0
  83. data/lib/schemas/application-client_5.xsd +304 -0
  84. data/lib/schemas/application_1_4.xsd +315 -0
  85. data/lib/schemas/application_5.xsd +336 -0
  86. data/lib/schemas/connector_1_5.xsd +1036 -0
  87. data/lib/schemas/datatypes.dtd +203 -0
  88. data/lib/schemas/ejb-jar_2_1.xsd +2208 -0
  89. data/lib/schemas/ejb-jar_3_0.xsd +2706 -0
  90. data/lib/schemas/j2ee_1_4.xsd +1608 -0
  91. data/lib/schemas/j2ee_jaxrpc_mapping_1_1.xsd +886 -0
  92. data/lib/schemas/j2ee_web_services_1_1.xsd +491 -0
  93. data/lib/schemas/j2ee_web_services_client_1_1.xsd +345 -0
  94. data/lib/schemas/javaee_5.xsd +2096 -0
  95. data/lib/schemas/javaee_web_services_1_2.xsd +747 -0
  96. data/lib/schemas/javaee_web_services_client_1_2.xsd +578 -0
  97. data/lib/schemas/jax-rpc-ri-config.xsd +416 -0
  98. data/lib/schemas/jsp_2_0.xsd +308 -0
  99. data/lib/schemas/jsp_2_1.xsd +343 -0
  100. data/lib/schemas/orm_1_0.xsd +1516 -0
  101. data/lib/schemas/persistence_1_0.xsd +260 -0
  102. data/lib/schemas/web-app_2_4.xsd +1234 -0
  103. data/lib/schemas/web-app_2_5.xsd +1271 -0
  104. data/lib/schemas/web-jsptaglibrary_2_0.xsd +1010 -0
  105. data/lib/schemas/web-jsptaglibrary_2_1.xsd +1144 -0
  106. data/lib/schemas/xml.xsd +82 -0
  107. data/modules/admin-cli-10.0-SNAPSHOT.jar +0 -0
  108. data/modules/auto-depends-0.2-SNAPSHOT.jar +0 -0
  109. data/modules/cli-framework-10.0-SNAPSHOT.jar +0 -0
  110. data/modules/common-ee-util-10.0-SNAPSHOT.jar +0 -0
  111. data/modules/common-util-10.0-SNAPSHOT.jar +0 -0
  112. data/modules/config-0.2-SNAPSHOT.jar +0 -0
  113. data/modules/config-api-10.0-SNAPSHOT.jar +0 -0
  114. data/modules/gf-jruby-connector-10.0-SNAPSHOT.jar +0 -0
  115. data/modules/glassfish-10.0-SNAPSHOT.jar +0 -0
  116. data/modules/glassfish-api-10.0-SNAPSHOT.jar +0 -0
  117. data/modules/glassfish.rb +10 -0
  118. data/modules/grizzly-framework-1.7.1.jar +0 -0
  119. data/modules/grizzly-http-1.7.1.jar +0 -0
  120. data/modules/grizzly-http-utils-1.7.1.jar +0 -0
  121. data/modules/grizzly-jruby-1.7.0.jar +0 -0
  122. data/modules/grizzly-jruby-module-1.7.0.jar +0 -0
  123. data/modules/grizzly-module-1.7.1.jar +0 -0
  124. data/modules/grizzly-portunif-1.7.1.jar +0 -0
  125. data/modules/grizzly-rcm-1.7.1.jar +0 -0
  126. data/modules/hk2-0.2-SNAPSHOT.jar +0 -0
  127. data/modules/hk2-core-0.2-SNAPSHOT.jar +0 -0
  128. data/modules/junit-4.3.1.jar +0 -0
  129. data/modules/kernel-10.0-SNAPSHOT.jar +0 -0
  130. data/modules/persistence-api-1.0b.jar +0 -0
  131. data/modules/servlet-api-2.5.jar +0 -0
  132. data/modules/sjsxp-1.0.jar +0 -0
  133. data/modules/stax-api-1.0-2.jar +0 -0
  134. data/modules/tiger-types-1.0.jar +0 -0
  135. metadata +206 -0
@@ -0,0 +1,886 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+
3
+ <xsd:schema xmlns="http://www.w3.org/2001/XMLSchema"
4
+ targetNamespace="http://java.sun.com/xml/ns/j2ee"
5
+ xmlns:j2ee="http://java.sun.com/xml/ns/j2ee"
6
+ xmlns:xsd="http://www.w3.org/2001/XMLSchema"
7
+ elementFormDefault="qualified"
8
+ attributeFormDefault="unqualified"
9
+ version="1.1">
10
+ <xsd:annotation>
11
+ <xsd:documentation>
12
+ @(#)j2ee_jaxrpc_mapping_1_1.xsds 1.11 09/03/03
13
+
14
+ Based on j2ee_jaxrpc_mapping_1_0.dtd, Last updated: 09/19/2002 10:26
15
+ </xsd:documentation>
16
+ </xsd:annotation>
17
+
18
+ <xsd:annotation>
19
+ <xsd:documentation>
20
+
21
+ Copyright 2003 Sun Microsystems, Inc., 901 San Antonio
22
+ Road, Palo Alto, California 94303, U.S.A. All rights
23
+ reserved.
24
+
25
+ Sun Microsystems, Inc. has intellectual property rights
26
+ relating to technology described in this document. In
27
+ particular, and without limitation, these intellectual
28
+ property rights may include one or more of the U.S. patents
29
+ listed at http://www.sun.com/patents and one or more
30
+ additional patents or pending patent applications in the
31
+ U.S. and other countries.
32
+
33
+ This document and the technology which it describes are
34
+ distributed under licenses restricting their use, copying,
35
+ distribution, and decompilation. No part of this document
36
+ may be reproduced in any form by any means without prior
37
+ written authorization of Sun and its licensors, if any.
38
+
39
+ Third-party software, including font technology, is
40
+ copyrighted and licensed from Sun suppliers.
41
+
42
+ Sun, Sun Microsystems, the Sun logo, Solaris, Java, J2EE,
43
+ JavaServer Pages, Enterprise JavaBeans and the Java Coffee
44
+ Cup logo are trademarks or registered trademarks of Sun
45
+ Microsystems, Inc. in the U.S. and other countries.
46
+
47
+ Federal Acquisitions: Commercial Software - Government Users
48
+ Subject to Standard License Terms and Conditions.
49
+
50
+ </xsd:documentation>
51
+ </xsd:annotation>
52
+
53
+ <xsd:annotation>
54
+ <xsd:documentation>
55
+
56
+ (C) Copyright International Business Machines Corporation 2002
57
+
58
+ </xsd:documentation>
59
+ </xsd:annotation>
60
+
61
+ <xsd:annotation>
62
+ <xsd:documentation>
63
+ <![CDATA[
64
+
65
+ The element describes the Java mapping to a known WSDL document.
66
+
67
+ It contains the mapping between package names and XML namespaces,
68
+ WSDL root types and Java artifacts, and the set of mappings for
69
+ services.
70
+
71
+ All java-wsdl-mapping deployment descriptors must indicate the
72
+ schema by using the J2EE namespace:
73
+
74
+ http://java.sun.com/xml/ns/j2ee
75
+
76
+ and by indicating the version of the schema by using the
77
+ version element as shown below:
78
+
79
+ <java-wsdl-mapping xmlns="http://java.sun.com/xml/ns/j2ee"
80
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
81
+ xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
82
+ http://www.ibm.com/webservices/xsd/j2ee_jaxrpc_mapping_1_1.xsd"
83
+ version="1.1">
84
+ ...
85
+ </java-wsdl-mapping>
86
+
87
+ The instance documents may indicate the published version of
88
+ the schema using the xsi:schemaLocation attribute for J2EE
89
+ namespace with the following location:
90
+
91
+ http://www.ibm.com/webservices/xsd/j2ee_jaxrpc_mapping_1_1.xsd
92
+
93
+ ]]>
94
+ </xsd:documentation>
95
+ </xsd:annotation>
96
+
97
+ <xsd:annotation>
98
+ <xsd:documentation>
99
+
100
+ The following conventions apply to all J2EE
101
+ deployment descriptor elements unless indicated otherwise.
102
+
103
+ - In elements that specify a pathname to a file within the
104
+ same JAR file, relative filenames (i.e., those not
105
+ starting with "/") are considered relative to the root of
106
+ the JAR file's namespace. Absolute filenames (i.e., those
107
+ starting with "/") also specify names in the root of the
108
+ JAR file's namespace. In general, relative names are
109
+ preferred. The exception is .war files where absolute
110
+ names are preferred for consistency with the Servlet API.
111
+
112
+ </xsd:documentation>
113
+ </xsd:annotation>
114
+
115
+ <xsd:include schemaLocation="j2ee_1_4.xsd"/>
116
+
117
+
118
+ <!-- **************************************************** -->
119
+
120
+
121
+ <xsd:element name="java-wsdl-mapping" type="j2ee:java-wsdl-mappingType">
122
+ <xsd:annotation>
123
+ <xsd:documentation>
124
+
125
+ This is the root of the java-wsdl-mapping deployment descriptor.
126
+
127
+ </xsd:documentation>
128
+ </xsd:annotation>
129
+ </xsd:element>
130
+
131
+ <!-- **************************************************** -->
132
+
133
+ <xsd:complexType name="constructor-parameter-orderType">
134
+ <xsd:annotation>
135
+ <xsd:documentation>
136
+
137
+ The constructor-parameter-order element defines the order
138
+ that complexType element values are applied to a Java
139
+ exception constructor. Element names are specified for each
140
+ parameter of the constructor, including element names of
141
+ inherited types if necessary.
142
+
143
+ Used in: exception-mapping
144
+
145
+ </xsd:documentation>
146
+ </xsd:annotation>
147
+ <xsd:sequence>
148
+ <xsd:element name="element-name"
149
+ type="j2ee:string"
150
+ minOccurs="1" maxOccurs="unbounded">
151
+ <xsd:annotation>
152
+ <xsd:documentation>
153
+
154
+ The element-name element defines the name of a complexType
155
+ element name attribute value.
156
+
157
+ </xsd:documentation>
158
+ </xsd:annotation>
159
+ </xsd:element>
160
+ </xsd:sequence>
161
+ <xsd:attribute name="id" type="xsd:ID"/>
162
+ </xsd:complexType>
163
+
164
+ <!-- **************************************************** -->
165
+
166
+ <xsd:complexType name="exception-mappingType">
167
+ <xsd:annotation>
168
+ <xsd:documentation>
169
+
170
+ The exception-mapping element defines the mapping between the
171
+ service specific exception types and wsdl faults and
172
+ SOAP headerfaults.
173
+
174
+ This element should be interpreted with respect to the
175
+ mapping between a method and an operation which provides the
176
+ mapping context.
177
+
178
+ Used in: service-endpoint-method-mapping
179
+
180
+ </xsd:documentation>
181
+ </xsd:annotation>
182
+ <xsd:sequence>
183
+ <xsd:element name="exception-type"
184
+ type="j2ee:fully-qualified-classType">
185
+ <xsd:annotation>
186
+ <xsd:documentation>
187
+
188
+ The exception-type element defines Java type of the exception.
189
+ It may be a service specific exception.
190
+
191
+ It must be a fully qualified class name.
192
+
193
+ </xsd:documentation>
194
+ </xsd:annotation>
195
+ </xsd:element>
196
+ <xsd:element name="wsdl-message"
197
+ type="j2ee:wsdl-messageType"/>
198
+ <xsd:element name="wsdl-message-part-name"
199
+ type="j2ee:wsdl-message-part-nameType"
200
+ minOccurs="0" maxOccurs="1">
201
+ <xsd:annotation>
202
+ <xsd:documentation>
203
+
204
+ The wsdl-message-part-name element is required only
205
+ when the message referenced by the wsdl-message element
206
+ has more than one part.
207
+
208
+ This only occurs when multiple headerfaults use the
209
+ same message.
210
+
211
+ </xsd:documentation>
212
+ </xsd:annotation>
213
+ </xsd:element>
214
+ <xsd:element name="constructor-parameter-order"
215
+ type="j2ee:constructor-parameter-orderType"
216
+ minOccurs="0" maxOccurs="1"/>
217
+ </xsd:sequence>
218
+ <xsd:attribute name="id" type="xsd:ID"/>
219
+ </xsd:complexType>
220
+
221
+ <!-- **************************************************** -->
222
+
223
+ <xsd:complexType name="java-wsdl-mappingType">
224
+ <xsd:annotation>
225
+ <xsd:documentation>
226
+
227
+ The element describes the Java mapping to a known WSDL document.
228
+
229
+ It contains the mapping between package names and XML namespaces,
230
+ WSDL root types and Java artifacts, and the set of mappings for
231
+ services.
232
+
233
+ </xsd:documentation>
234
+ </xsd:annotation>
235
+ <xsd:sequence>
236
+ <xsd:element name="package-mapping"
237
+ type="j2ee:package-mappingType"
238
+ minOccurs="1" maxOccurs="unbounded"/>
239
+ <xsd:element name="java-xml-type-mapping"
240
+ type="j2ee:java-xml-type-mappingType"
241
+ minOccurs="0" maxOccurs="unbounded"/>
242
+ <xsd:element name="exception-mapping"
243
+ type="j2ee:exception-mappingType"
244
+ minOccurs="0" maxOccurs="unbounded"/>
245
+ <xsd:sequence minOccurs="0" maxOccurs="unbounded">
246
+ <xsd:element name="service-interface-mapping"
247
+ type="j2ee:service-interface-mappingType"
248
+ minOccurs="0" maxOccurs="1"/>
249
+ <xsd:element name="service-endpoint-interface-mapping"
250
+ type="j2ee:service-endpoint-interface-mappingType"
251
+ minOccurs="1" maxOccurs="unbounded"/>
252
+ </xsd:sequence>
253
+ </xsd:sequence>
254
+
255
+ <xsd:attribute name="version"
256
+ type="j2ee:dewey-versionType"
257
+ fixed="1.1"
258
+ use="required">
259
+ <xsd:annotation>
260
+ <xsd:documentation>
261
+
262
+ The required value for the version is 1.1.
263
+
264
+ </xsd:documentation>
265
+ </xsd:annotation>
266
+ </xsd:attribute>
267
+ <xsd:attribute name="id" type="xsd:ID"/>
268
+ </xsd:complexType>
269
+
270
+ <!-- **************************************************** -->
271
+
272
+ <xsd:complexType name="java-xml-type-mappingType">
273
+ <xsd:annotation>
274
+ <xsd:documentation>
275
+
276
+ The java-xml-type-mapping element contains a java-type that is the
277
+ fully qualified name of the Java class, primitive type, or array
278
+ type, QName of the XML root type or anonymous type, the WSDL type
279
+ scope the QName applies to and the set of variable mappings for
280
+ each public variable within the Java class.
281
+
282
+ Used in: java-wsdl-mapping
283
+
284
+ </xsd:documentation>
285
+ </xsd:annotation>
286
+ <xsd:sequence>
287
+ <xsd:element name="java-type"
288
+ type="j2ee:java-typeType">
289
+ <xsd:annotation>
290
+ <xsd:documentation>
291
+
292
+ The java-type element is the fully qualified class name of
293
+ a Java class, primitive, or array type.
294
+
295
+ </xsd:documentation>
296
+ </xsd:annotation>
297
+ </xsd:element>
298
+ <choice>
299
+ <xsd:element name="root-type-qname"
300
+ type="j2ee:xsdQNameType">
301
+ <xsd:annotation>
302
+ <xsd:documentation>
303
+
304
+ The root-type-qname identifies the WSDL QName of an XML type.
305
+
306
+ </xsd:documentation>
307
+ </xsd:annotation>
308
+ </xsd:element>
309
+ <xsd:element name="anonymous-type-qname"
310
+ type="j2ee:string">
311
+ <xsd:annotation>
312
+ <xsd:documentation>
313
+
314
+ The anonymous-type-qname identifies the WSDL QName of an
315
+ anonymous XML type.
316
+
317
+ </xsd:documentation>
318
+ </xsd:annotation>
319
+ </xsd:element>
320
+ </choice>
321
+ <xsd:element name="qname-scope"
322
+ type="j2ee:qname-scopeType"/>
323
+ <xsd:element name="variable-mapping"
324
+ type="j2ee:variable-mappingType"
325
+ minOccurs="0" maxOccurs="unbounded"/>
326
+ </xsd:sequence>
327
+ <xsd:attribute name="id" type="xsd:ID"/>
328
+ </xsd:complexType>
329
+
330
+ <!-- **************************************************** -->
331
+
332
+ <xsd:complexType name="method-param-parts-mappingType">
333
+ <xsd:annotation>
334
+ <xsd:documentation>
335
+
336
+ The method-param-parts-mapping element defines the mapping between a
337
+ Java method parameters and a wsdl-message.
338
+
339
+ Used in: service-endpoint-method-mapping
340
+
341
+ </xsd:documentation>
342
+ </xsd:annotation>
343
+ <xsd:sequence>
344
+ <xsd:element name="param-position"
345
+ type="j2ee:xsdNonNegativeIntegerType">
346
+ <xsd:annotation>
347
+ <xsd:documentation>
348
+
349
+ The param-position element defines the position of a
350
+ parameter within a Java method. It must be an integer
351
+ starting from 0.
352
+
353
+ </xsd:documentation>
354
+ </xsd:annotation>
355
+ </xsd:element>
356
+ <xsd:element name="param-type"
357
+ type="j2ee:java-typeType">
358
+ <xsd:annotation>
359
+ <xsd:documentation>
360
+
361
+ The param-type element defines the fully qualified
362
+ class name of a Java class, primitive, or array type.
363
+
364
+ </xsd:documentation>
365
+ </xsd:annotation>
366
+ </xsd:element>
367
+ <xsd:element name="wsdl-message-mapping"
368
+ type="j2ee:wsdl-message-mappingType"/>
369
+ </xsd:sequence>
370
+ <xsd:attribute name="id" type="xsd:ID"/>
371
+ </xsd:complexType>
372
+
373
+ <!-- **************************************************** -->
374
+
375
+ <xsd:complexType name="package-mappingType">
376
+ <xsd:annotation>
377
+ <xsd:documentation>
378
+
379
+ The package-mapping indicates the mapping between java-package-name
380
+ and XML namespace in the WSDL document.
381
+
382
+ Used in: java-wsdl-mapping
383
+
384
+ </xsd:documentation>
385
+ </xsd:annotation>
386
+ <xsd:sequence>
387
+ <xsd:element name="package-type"
388
+ type="j2ee:fully-qualified-classType">
389
+ <xsd:annotation>
390
+ <xsd:documentation>
391
+
392
+ The package-type indicates the Java package name. It must be a fully
393
+ qualified package name, even though the XML schema type is
394
+ fully-qualified-classType.
395
+
396
+ </xsd:documentation>
397
+ </xsd:annotation>
398
+ </xsd:element>
399
+ <xsd:element name="namespaceURI"
400
+ type="j2ee:xsdAnyURIType">
401
+ <xsd:annotation>
402
+ <xsd:documentation>
403
+
404
+ The namespaceURI element indicates a URI.
405
+
406
+ </xsd:documentation>
407
+ </xsd:annotation>
408
+ </xsd:element>
409
+ </xsd:sequence>
410
+ <xsd:attribute name="id" type="xsd:ID"/>
411
+ </xsd:complexType>
412
+
413
+ <!-- **************************************************** -->
414
+
415
+ <xsd:complexType name="parameter-modeType">
416
+ <xsd:annotation>
417
+ <xsd:documentation>
418
+
419
+ The parameter-mode element defines the mode of the parameter.
420
+ It can have only three values, IN, OUT, INOUT.
421
+
422
+ Used in: java-xml-type-mapping
423
+
424
+ </xsd:documentation>
425
+ </xsd:annotation>
426
+ <xsd:simpleContent>
427
+ <xsd:restriction base="j2ee:string">
428
+ <xsd:enumeration value="IN"/>
429
+ <xsd:enumeration value="OUT"/>
430
+ <xsd:enumeration value="INOUT"/>
431
+ </xsd:restriction>
432
+ </xsd:simpleContent>
433
+ </xsd:complexType>
434
+
435
+ <!-- **************************************************** -->
436
+
437
+ <xsd:complexType name="port-mappingType">
438
+ <xsd:annotation>
439
+ <xsd:documentation>
440
+
441
+ The port-mapping defines the mapping of the WSDL port name attribute
442
+ to the Java name used to generate the Generated Service Interface
443
+ method get{java-name}.
444
+
445
+ Used in: service-interface-mapping
446
+
447
+ </xsd:documentation>
448
+ </xsd:annotation>
449
+ <xsd:sequence>
450
+ <xsd:element name="port-name"
451
+ type="j2ee:string">
452
+ <xsd:annotation>
453
+ <xsd:documentation>
454
+
455
+ The port-mapping defines the mapping of the WSDL port name
456
+ attribute to the Java name used to generate the Generated
457
+ Service Interface method get{java-name}.
458
+
459
+ </xsd:documentation>
460
+ </xsd:annotation>
461
+ </xsd:element>
462
+ <xsd:element name="java-port-name"
463
+ type="j2ee:string">
464
+ <xsd:annotation>
465
+ <xsd:documentation>
466
+
467
+ The java-port-name element is the string to use as the port
468
+ name in Java. It is used in generating the Generated
469
+ Service Interface method get{java-port-name}.
470
+
471
+ </xsd:documentation>
472
+ </xsd:annotation>
473
+ </xsd:element>
474
+ </xsd:sequence>
475
+ <xsd:attribute name="id" type="xsd:ID"/>
476
+ </xsd:complexType>
477
+
478
+ <!-- **************************************************** -->
479
+
480
+ <xsd:complexType name="qname-scopeType">
481
+ <xsd:annotation>
482
+ <xsd:documentation>
483
+
484
+ The qname-scope elements scopes the reference of a QName to the WSDL
485
+ element type it applies to. The value of qname-scope may be
486
+ simpleType, complexType, or element.
487
+
488
+ Used in: java-xml-type-mapping
489
+
490
+ </xsd:documentation>
491
+ </xsd:annotation>
492
+ <xsd:simpleContent>
493
+ <xsd:restriction base="j2ee:string">
494
+ <xsd:enumeration value="simpleType"/>
495
+ <xsd:enumeration value="complexType"/>
496
+ <xsd:enumeration value="element"/>
497
+ </xsd:restriction>
498
+ </xsd:simpleContent>
499
+ </xsd:complexType>
500
+
501
+ <!-- **************************************************** -->
502
+
503
+ <xsd:complexType name="service-endpoint-interface-mappingType">
504
+ <xsd:annotation>
505
+ <xsd:documentation>
506
+
507
+ The service-endpoint-interface-mapping defines a tuple
508
+ to specify Service Endpoint Interfaces to
509
+ WSDL port types and WSDL bindings.
510
+
511
+ An interface may be mapped to a port-type and binding multiple
512
+ times. This happens rarely.
513
+
514
+ Used in: java-wsdl-mapping
515
+
516
+ </xsd:documentation>
517
+ </xsd:annotation>
518
+ <xsd:sequence>
519
+ <xsd:element name="service-endpoint-interface"
520
+ type="j2ee:fully-qualified-classType">
521
+ <xsd:annotation>
522
+ <xsd:documentation>
523
+
524
+ The service-endpoint-interface element defines the Java
525
+ type for the endpoint interface. The name must be a fully
526
+ qualified class name.
527
+
528
+ </xsd:documentation>
529
+ </xsd:annotation>
530
+ </xsd:element>
531
+ <xsd:element name="wsdl-port-type"
532
+ type="j2ee:xsdQNameType">
533
+ <xsd:annotation>
534
+ <xsd:documentation>
535
+
536
+ The wsdl-port-type element defines the wsdl port type
537
+ by a QNAME which uniquely identifies the port type.
538
+
539
+ </xsd:documentation>
540
+ </xsd:annotation>
541
+ </xsd:element>
542
+ <xsd:element name="wsdl-binding"
543
+ type="j2ee:xsdQNameType">
544
+ <xsd:annotation>
545
+ <xsd:documentation>
546
+
547
+ The wsdl-binding element defines the wsdl binding
548
+ by a QNAME which uniquely identifies the binding.
549
+
550
+ </xsd:documentation>
551
+ </xsd:annotation>
552
+ </xsd:element>
553
+ <xsd:element name="service-endpoint-method-mapping"
554
+ type="j2ee:service-endpoint-method-mappingType"
555
+ minOccurs="0" maxOccurs="unbounded"/>
556
+ </xsd:sequence>
557
+ <xsd:attribute name="id" type="xsd:ID"/>
558
+ </xsd:complexType>
559
+
560
+ <!-- **************************************************** -->
561
+
562
+ <xsd:complexType name="service-endpoint-method-mappingType">
563
+ <xsd:annotation>
564
+ <xsd:documentation>
565
+
566
+ The service-endpoint-method-mapping element defines the mapping of
567
+ Java methods to operations (which are not uniquely qualified by
568
+ qnames).
569
+
570
+ The wsdl-operation should be interpreted with respect to the
571
+ portType and binding in which this definition is embedded within.
572
+ See the definitions for service-endpoint-interface-mapping and
573
+ service-interface-mapping to acquire the proper context. The
574
+ wrapped-element indicator should only be specified when a WSDL
575
+ message wraps an element type. The wsdl-return-value-mapping is
576
+ not specified for one-way operations.
577
+
578
+ Used in: service-endpoint-interface-mapping
579
+
580
+ </xsd:documentation>
581
+ </xsd:annotation>
582
+ <xsd:sequence>
583
+ <xsd:element name="java-method-name"
584
+ type="j2ee:string">
585
+ <xsd:annotation>
586
+ <xsd:documentation>
587
+
588
+ The java-method-name element defines the name of a Java method
589
+ within an interface.
590
+
591
+ </xsd:documentation>
592
+ </xsd:annotation>
593
+ </xsd:element>
594
+ <xsd:element name="wsdl-operation"
595
+ type="j2ee:string">
596
+ <xsd:annotation>
597
+ <xsd:documentation>
598
+
599
+ The wsdl-operation element defines an operation within a WSDL
600
+ document. It must be interpreted with respect to a port type.
601
+
602
+ </xsd:documentation>
603
+ </xsd:annotation>
604
+ </xsd:element>
605
+ <xsd:element name="wrapped-element"
606
+ type="j2ee:emptyType"
607
+ minOccurs="0"
608
+ maxOccurs="1">
609
+ <xsd:annotation>
610
+ <xsd:documentation>
611
+
612
+ The wrapped-element element is defined when a WSDL message
613
+ with a single part is used to wrap an element type and the
614
+ element's name matches the operation name.
615
+
616
+ </xsd:documentation>
617
+ </xsd:annotation>
618
+ </xsd:element>
619
+ <xsd:element name="method-param-parts-mapping"
620
+ type="j2ee:method-param-parts-mappingType"
621
+ minOccurs="0"
622
+ maxOccurs="unbounded"/>
623
+ <xsd:element name="wsdl-return-value-mapping"
624
+ type="j2ee:wsdl-return-value-mappingType"
625
+ minOccurs="0"/>
626
+ </xsd:sequence>
627
+ <xsd:attribute name="id" type="xsd:ID"/>
628
+ </xsd:complexType>
629
+
630
+ <!-- **************************************************** -->
631
+
632
+ <xsd:complexType name="service-interface-mappingType">
633
+ <xsd:annotation>
634
+ <xsd:documentation>
635
+
636
+ The service-interface-mapping element defines how a Java type for
637
+ the service interface maps to a WSDL service.
638
+
639
+ Used in: java-wsdl-mapping
640
+
641
+ </xsd:documentation>
642
+ </xsd:annotation>
643
+ <xsd:sequence>
644
+ <xsd:element name="service-interface"
645
+ type="j2ee:fully-qualified-classType">
646
+ <xsd:annotation>
647
+ <xsd:documentation>
648
+
649
+ The service-interface element defines the Java type for the service.
650
+ For static services, it is javax.xml.rpc.Service interface. For
651
+ generated service, it would be the generated interface name.
652
+
653
+ The name must be a fully qualified class name.
654
+
655
+ </xsd:documentation>
656
+ </xsd:annotation>
657
+ </xsd:element>
658
+ <xsd:element name="wsdl-service-name"
659
+ type="j2ee:xsdQNameType">
660
+ <xsd:annotation>
661
+ <xsd:documentation>
662
+
663
+ The wsdl-service-name element defines the wsdl service name
664
+ by a QNAME which uniquely identifies the service.
665
+
666
+ </xsd:documentation>
667
+ </xsd:annotation>
668
+ </xsd:element>
669
+ <xsd:element name="port-mapping"
670
+ type="j2ee:port-mappingType"
671
+ minOccurs="0" maxOccurs="unbounded"/>
672
+ </xsd:sequence>
673
+ <xsd:attribute name="id" type="xsd:ID"/>
674
+ </xsd:complexType>
675
+
676
+ <!-- **************************************************** -->
677
+
678
+ <xsd:complexType name="variable-mappingType">
679
+ <xsd:annotation>
680
+ <xsd:documentation>
681
+
682
+ The variable-mapping element defines the correlation between a
683
+ Java class data member or JavaBeans property to an XML element
684
+ or attribute name of an XML root type. If the data-member
685
+ element is present, the Java variable name is a public data
686
+ member. If data-member is not present, the Java variable name
687
+ is a JavaBeans property.
688
+
689
+ Used in: java-xml-type-mapping
690
+
691
+ </xsd:documentation>
692
+ </xsd:annotation>
693
+ <xsd:sequence>
694
+ <xsd:element name="java-variable-name"
695
+ type="j2ee:string">
696
+ <xsd:annotation>
697
+ <xsd:documentation>
698
+
699
+ The java-variable-name defines the name of a public data member or
700
+ JavaBeans property within a Java class.
701
+
702
+ </xsd:documentation>
703
+ </xsd:annotation>
704
+ </xsd:element>
705
+ <xsd:element name="data-member"
706
+ type="j2ee:emptyType"
707
+ minOccurs="0" maxOccurs="1">
708
+ <xsd:annotation>
709
+ <xsd:documentation>
710
+
711
+ The data-member element is a boolean indicator that a Java
712
+ variable is a public data member and not a JavaBeans property.
713
+
714
+ </xsd:documentation>
715
+ </xsd:annotation>
716
+ </xsd:element>
717
+ <xsd:choice>
718
+ <xsd:element name="xml-attribute-name"
719
+ type="j2ee:string">
720
+ <xsd:annotation>
721
+ <xsd:documentation>
722
+
723
+ The xml-attribute-name element defines name attribute value
724
+ of a WSDL attribute element within a root type. The value
725
+ of an xml-attribute-name element must match the value of
726
+ the ref attribute if mapping an attribute reference.
727
+
728
+ </xsd:documentation>
729
+ </xsd:annotation>
730
+ </xsd:element>
731
+ <xsd:element name="xml-element-name"
732
+ type="j2ee:string">
733
+ <xsd:annotation>
734
+ <xsd:documentation>
735
+
736
+ The xml-element-name element defines name attribute value of
737
+ a WSDL element within a root type. The value of an
738
+ xml-element-name element must match the value of the ref
739
+ attribute if mapping an element reference.
740
+
741
+ </xsd:documentation>
742
+ </xsd:annotation>
743
+ </xsd:element>
744
+ <xsd:element name="xml-wildcard"
745
+ type="j2ee:emptyType">
746
+ <xsd:annotation>
747
+ <xsd:documentation>
748
+
749
+ The xml-wildcard element associates the variable-mapping with
750
+ an xsd:any element within a root type.
751
+
752
+ </xsd:documentation>
753
+ </xsd:annotation>
754
+ </xsd:element>
755
+ </xsd:choice>
756
+ </xsd:sequence>
757
+ <xsd:attribute name="id" type="xsd:ID"/>
758
+ </xsd:complexType>
759
+
760
+ <!-- **************************************************** -->
761
+
762
+ <xsd:complexType name="wsdl-message-mappingType">
763
+ <xsd:annotation>
764
+ <xsd:documentation>
765
+
766
+ The wsdl-message-mapping element defines the mapping to a
767
+ specific message and its part. Together they define uniquely
768
+ the mapping for a specific parameter. Parts within a message
769
+ context are uniquely identified with their names.
770
+
771
+ The parameter-mode is defined by the mapping to indicate
772
+ whether the mapping will be IN, OUT, or INOUT.. The presence
773
+ of the soap-header element indicates that the parameter is
774
+ mapped to a soap header only. When absent, it means that the
775
+ wsdl-message is mapped to a Java parameter. The soap headers
776
+ are interpreted in the order they are provided in the mapping.
777
+
778
+ Used in: method-param-parts-mapping
779
+
780
+ </xsd:documentation>
781
+ </xsd:annotation>
782
+ <xsd:sequence>
783
+ <xsd:element name="wsdl-message"
784
+ type="j2ee:wsdl-messageType"/>
785
+ <xsd:element name="wsdl-message-part-name"
786
+ type="j2ee:wsdl-message-part-nameType"/>
787
+ <xsd:element name="parameter-mode"
788
+ type="j2ee:parameter-modeType"/>
789
+ <xsd:element name="soap-header"
790
+ type="j2ee:emptyType"
791
+ minOccurs="0" maxOccurs="1">
792
+ <xsd:annotation>
793
+ <xsd:documentation>
794
+
795
+ The soap-header element is a boolean element indicating that
796
+ a parameter is mapped to a SOAP header.
797
+
798
+ </xsd:documentation>
799
+ </xsd:annotation>
800
+ </xsd:element>
801
+ </xsd:sequence>
802
+ <xsd:attribute name="id" type="xsd:ID"/>
803
+ </xsd:complexType>
804
+
805
+ <!-- **************************************************** -->
806
+
807
+ <xsd:complexType name="wsdl-message-part-nameType">
808
+ <xsd:annotation>
809
+ <xsd:documentation>
810
+
811
+ Interpretation of the wsdl-message-part-name element depends on
812
+ whether or not wrapped-element has been defined in the
813
+ service-endpoint-method-mapping. If wrapped-element is not
814
+ specified, wsdl-message-part-name defines a WSDL message part. It
815
+ should always be interpreted with respect to a wsdl-message
816
+ element. If wrapped-element is specified, wsdl-message-part-name
817
+ refers to an element name of the element type.
818
+
819
+ Used in: wsdl-message-mapping, wsdl-return-value-mapping
820
+
821
+ </xsd:documentation>
822
+ </xsd:annotation>
823
+ <xsd:simpleContent>
824
+ <xsd:restriction base="j2ee:string"/>
825
+ </xsd:simpleContent>
826
+ </xsd:complexType>
827
+
828
+ <!-- **************************************************** -->
829
+
830
+ <xsd:complexType name="wsdl-messageType">
831
+ <xsd:annotation>
832
+ <xsd:documentation>
833
+
834
+ The wsdl-message element defines a WSDL message by a QNAME.
835
+
836
+ Used in: wsdl-message-mapping, wsdl-return-value-mapping,
837
+ exception-mapping
838
+
839
+ </xsd:documentation>
840
+ </xsd:annotation>
841
+ <xsd:simpleContent>
842
+ <xsd:restriction base="j2ee:xsdQNameType"/>
843
+ </xsd:simpleContent>
844
+ </xsd:complexType>
845
+
846
+ <!-- **************************************************** -->
847
+
848
+ <xsd:complexType name="wsdl-return-value-mappingType">
849
+ <xsd:annotation>
850
+ <xsd:documentation>
851
+
852
+ The wsdl-return-value-mapping element defines the mapping for the
853
+ method's return value. It defines the mapping to a specific message
854
+ and its part. Together they define uniquely the mapping for a
855
+ specific parameter. Parts within a message context are uniquely
856
+ identified with their names. The wsdl-message-part-name is not
857
+ specified if there is no return value or OUT parameters.
858
+
859
+ Used in: service-endpoint-method-mapping
860
+
861
+ </xsd:documentation>
862
+ </xsd:annotation>
863
+ <xsd:sequence>
864
+ <xsd:element name="method-return-value"
865
+ type="j2ee:fully-qualified-classType">
866
+ <xsd:annotation>
867
+ <xsd:documentation>
868
+
869
+ The method-return-value element defines a fully qualified
870
+ class name or void type for the method's return value
871
+ type.
872
+
873
+ </xsd:documentation>
874
+ </xsd:annotation>
875
+ </xsd:element>
876
+ <xsd:element name="wsdl-message"
877
+ type="j2ee:wsdl-messageType"/>
878
+ <xsd:element name="wsdl-message-part-name"
879
+ type="j2ee:wsdl-message-part-nameType"
880
+ minOccurs="0"/>
881
+ </xsd:sequence>
882
+ <xsd:attribute name="id" type="xsd:ID"/>
883
+ </xsd:complexType>
884
+
885
+ </xsd:schema>
886
+