glassfish 0.1.1-universal-java-1.5

Sign up to get free protection for your applications and to get access to all the features.
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,466 @@
1
+
2
+ <!ENTITY % boolean "(yes | no | on | off | 1 | 0 | true | false)">
3
+
4
+ <!-- root element for vendor specific web application (module) configuration -->
5
+ <!ELEMENT sun-web-app (context-root?, security-role-mapping*, servlet*, session-config?,
6
+ ejb-ref*, resource-ref*, resource-env-ref*, service-ref*,
7
+ cache?, class-loader?,
8
+ jsp-config?, locale-charset-info?, property*,
9
+ message-destination*, webservice-description*)>
10
+
11
+ <!--
12
+ Context Root for the web application when the war file is a standalone module.
13
+ When the war module is part of the J2EE Application, use the application.xml
14
+ -->
15
+ <!ELEMENT context-root (#PCDATA)>
16
+
17
+ <!ELEMENT security-role-mapping (role-name, (principal-name | group-name)+)>
18
+ <!ELEMENT role-name (#PCDATA)>
19
+
20
+ <!ELEMENT principal-name (#PCDATA)>
21
+ <!ELEMENT group-name (#PCDATA)>
22
+
23
+ <!ELEMENT servlet (servlet-name, principal-name?, webservice-endpoint*)>
24
+
25
+ <!ELEMENT session-config (session-manager?, session-properties?, cookie-properties?)>
26
+
27
+ <!ENTITY % persistence-type "(memory | file | custom)">
28
+
29
+ <!ELEMENT session-manager (manager-properties?, store-properties?)>
30
+ <!ATTLIST session-manager persistence-type %persistence-type; "memory">
31
+
32
+ <!ELEMENT manager-properties (property*)>
33
+ <!ELEMENT store-properties (property*)>
34
+ <!ELEMENT session-properties (property*)>
35
+ <!ELEMENT cookie-properties (property*)>
36
+
37
+ <!ELEMENT jndi-name (#PCDATA)>
38
+
39
+ <!ELEMENT resource-env-ref (resource-env-ref-name, jndi-name)>
40
+ <!ELEMENT resource-env-ref-name (#PCDATA)>
41
+
42
+ <!ELEMENT resource-ref (res-ref-name, jndi-name, default-resource-principal?)>
43
+ <!ELEMENT res-ref-name (#PCDATA)>
44
+
45
+ <!ELEMENT default-resource-principal ( name, password)>
46
+
47
+ <!--
48
+ This node holds information about a logical message destination
49
+ -->
50
+ <!ELEMENT message-destination (message-destination-name, jndi-name)>
51
+
52
+ <!--
53
+ This node holds the name of a logical message destination
54
+ -->
55
+ <!ELEMENT message-destination-name (#PCDATA)>
56
+
57
+ <!--
58
+ This text nodes holds a name string.
59
+ -->
60
+ <!ELEMENT name (#PCDATA)>
61
+
62
+ <!--
63
+ This element holds password text.
64
+ -->
65
+ <!ELEMENT password (#PCDATA)>
66
+
67
+
68
+ <!ELEMENT ejb-ref (ejb-ref-name, jndi-name)>
69
+ <!ELEMENT ejb-ref-name (#PCDATA)>
70
+
71
+ <!ENTITY % scope "(context.attribute | request.header | request.parameter |
72
+ request.cookie | request.attribute | session.attribute)">
73
+ <!ENTITY % key-scope "(context.attribute | request.header | request.parameter |
74
+ request.cookie | session.id | session.attribute)">
75
+ <!ENTITY % expr "(equals | greater | lesser | not-equals | in-range)">
76
+
77
+ <!-- cache element configures the cache for web application. iAS 7.0 web container
78
+ supports one such cache object per application: i.e. <cache> is a sub element
79
+ of <ias-web-app>. A cache can have zero or more cache-mapping elements and
80
+ zero or more customizable cache-helper classes.
81
+
82
+ max-entries Maximum number of entries this cache may hold. [4096]
83
+ timeout-in-seconds Default timeout for the cache entries in seconds. [30]
84
+ enabled Is this cache enabled? [false]
85
+ -->
86
+ <!ELEMENT cache (cache-helper*, default-helper?, property*, cache-mapping*)>
87
+ <!ATTLIST cache max-entries CDATA "4096"
88
+ timeout-in-seconds CDATA "30"
89
+ enabled %boolean; "false">
90
+
91
+ <!-- cache-helper specifies customizable class which implements CacheHelper interface.
92
+
93
+ name Unique name for the helper class; this is referenced in
94
+ the cache-mapping elements (see below).
95
+ "default" is reserved for the built-in default helper.
96
+ class-name Fully qualified class name of the cache-helper; this class
97
+ must extend the com.sun.appserv.web.CacheHelper class.
98
+ -->
99
+ <!ELEMENT cache-helper (property*)>
100
+ <!ATTLIST cache-helper name CDATA #REQUIRED
101
+ class-name CDATA #REQUIRED>
102
+
103
+ <!--
104
+ Default, built-in cache-helper properties
105
+ -->
106
+ <!ELEMENT default-helper (property*)>
107
+
108
+ <!--
109
+ cache-mapping element defines what to be cached, the key to be used, any other
110
+ constraints to be applied and a customizable cache-helper to programmatically
111
+ hook this information.
112
+ -->
113
+ <!ELEMENT cache-mapping ((servlet-name | url-pattern),
114
+ (cache-helper-ref |
115
+ (timeout?, refresh-field?, http-method*, key-field*, constraint-field*)))>
116
+
117
+ <!--
118
+ servlet-name element defines a named servlet to which this caching is enabled.
119
+ the specified name must be present in the web application deployment descriptor
120
+ (web.xml)
121
+ -->
122
+ <!ELEMENT servlet-name (#PCDATA)>
123
+
124
+ <!--
125
+ url-pattern element specifies the url pattern to which caching is to be enabled.
126
+ See Servlet 2.3 specification section SRV. 11.2 for the applicable patterns.
127
+ -->
128
+ <!ELEMENT url-pattern (#PCDATA)>
129
+
130
+ <!--
131
+ cache-helper-ref s a reference to the cache-helper used by this cache-mapping
132
+ -->
133
+ <!ELEMENT cache-helper-ref (#PCDATA)>
134
+
135
+ <!--
136
+ timeout element defines the cache timeout in seconds applicable for this mapping.
137
+ default is to use cache object's timeout. The timeout value is specified statically
138
+ ere (e.g. <timeout> 60 </timeout> or dynamically via fields in the relevant scope.
139
+
140
+ name Name of the field where this timeout could be found
141
+ scope Scope of the field. default scope is request attribute.
142
+ -->
143
+ <!ELEMENT timeout (#PCDATA)>
144
+ <!ATTLIST timeout name CDATA #REQUIRED
145
+ scope %scope; 'request.attribute'>
146
+
147
+ <!--
148
+ http-method specifies HTTP method eligible for caching default is GET.
149
+ -->
150
+ <!ELEMENT http-method (#PCDATA)>
151
+
152
+ <!--
153
+ specifies the request parameter name that triggers refresh. the cached entry
154
+ is refreshed when there such a request parameter is set to "true"
155
+ example:
156
+ <cache-mapping>
157
+ <url-pattern> /quote </url-pattern>
158
+ <refresh-field name="refresh" scope="request.parameter"/>
159
+ </cache-mapping>
160
+ -->
161
+ <!ELEMENT refresh-field EMPTY>
162
+ <!ATTLIST refresh-field name CDATA #REQUIRED
163
+ scope %key-scope; 'request.parameter'>
164
+ <!--
165
+ key-field specifies a component of the key; container looks for the named
166
+ field in the given scope to access the cached entry. Default is to use
167
+ the Servlet Path (the path section that corresponds to the servlet mapping
168
+ which activated this request). See Servlet 2.3 specification section SRV 4.4
169
+ on Servlet Path.
170
+
171
+ name Name of the field to look for in the given scope
172
+ scope Scope of the field. default scope is request parameter.
173
+ -->
174
+ <!ELEMENT key-field EMPTY>
175
+ <!ATTLIST key-field name CDATA #REQUIRED
176
+ scope %key-scope; 'request.parameter'>
177
+
178
+ <!--
179
+ constraint-field specifies a field whose value is used as a cacheability constraint.
180
+
181
+ name Name of the field to look for in the given scope
182
+ scope Scope of the field. Default scope is request parameter.
183
+ cache-on-match Should this constraint check pass, is the response cacheable?
184
+ Default is true (i.e. cache the response on success match).
185
+ Useful to turn off caching when there is an attribute in the
186
+ scope (e.g. don't cache when there is an attribute called UID
187
+ in the session.attribute scope).
188
+ cache-on-match-failure Should the constraint check fail, is response not cacheable?
189
+ Default is false (i.e. a failure in enforcing the constraint
190
+ would negate caching). Useful to turn on caching when the
191
+ an an attribute is not present (e.g. turn on caching
192
+ when there is no session or session attribute called UID).
193
+
194
+ Example 1: don't cache when there is a session attribute
195
+ <constraint-field name="UID" scope="session.attribute" cache-on-match="false">
196
+
197
+ Example 2: do cache only when there is no session attribute
198
+ <constraint-field name="UID" scope="session.attribute"
199
+ cache-on-match-failure="false">
200
+ -->
201
+ <!ELEMENT constraint-field (constraint-field-value*)>
202
+ <!ATTLIST constraint-field name CDATA #REQUIRED
203
+ scope %scope; 'request.parameter'
204
+ cache-on-match %boolean; 'true'
205
+ cache-on-match-failure %boolean; 'false'>
206
+
207
+ <!--
208
+ value element specifies the applicable value and a matching expression for a constraint-field
209
+ match-expr Expression used to match the value. Default is 'equals'.
210
+
211
+ Example 1: cache when the category matches with any value other than a specific value
212
+ <constraint-field name="category" scope="request.parameter>
213
+ <value match-expr="equals" cache-on-match-failure="true">
214
+ bogus
215
+ </value>
216
+ </constraint-field>
217
+ -->
218
+ <!ELEMENT constraint-field-value (#PCDATA)>
219
+ <!ATTLIST constraint-field-value match-expr %expr; 'equals'
220
+ cache-on-match %boolean; 'true'
221
+ cache-on-match-failure %boolean; 'false'>
222
+
223
+ <!ELEMENT class-loader EMPTY>
224
+ <!ATTLIST class-loader extra-class-path CDATA #IMPLIED
225
+ delegate %boolean; 'true'>
226
+
227
+ <!ELEMENT jsp-config (property*)>
228
+
229
+ <!ELEMENT locale-charset-info (locale-charset-map+, parameter-encoding?)>
230
+ <!ATTLIST locale-charset-info default-locale CDATA #REQUIRED>
231
+
232
+ <!ELEMENT locale-charset-map (description?)>
233
+ <!ATTLIST locale-charset-map locale CDATA #REQUIRED
234
+ agent CDATA #IMPLIED
235
+ charset CDATA #REQUIRED>
236
+
237
+ <!ELEMENT parameter-encoding EMPTY>
238
+ <!ATTLIST parameter-encoding form-hint-field CDATA #IMPLIED
239
+ default-charset CDATA #IMPLIED>
240
+
241
+ <!--
242
+ Syntax for supplying properties as name value pairs
243
+ -->
244
+ <!ELEMENT property (description?)>
245
+ <!ATTLIST property name CDATA #REQUIRED
246
+ value CDATA #REQUIRED>
247
+
248
+ <!ELEMENT description (#PCDATA)>
249
+
250
+ <!--
251
+ This text nodes holds a value string.
252
+ -->
253
+ <!ELEMENT value (#PCDATA)>
254
+
255
+
256
+ <!--
257
+ W E B S E R V I C E S
258
+ -->
259
+ <!--
260
+ Runtime settings for a web service reference. In the simplest case,
261
+ there is no runtime information required for a service ref. Runtime info
262
+ is only needed in the following cases :
263
+ * to define the port that should be used to resolve a container-managed port
264
+ * to define default Stub/Call property settings for Stub objects
265
+ * to define the URL of a final WSDL document to be used instead of
266
+ the one packaged with a service-ref
267
+ -->
268
+ <!ELEMENT service-ref ( service-ref-name, port-info*, call-property*, wsdl-override?, service-impl-class?, service-qname? )>
269
+
270
+ <!--
271
+ Coded name (relative to java:comp/env) for a service-reference
272
+ -->
273
+ <!ELEMENT service-ref-name ( #PCDATA )>
274
+
275
+ <!--
276
+ Information for a port within a service-reference.
277
+
278
+ Either service-endpoint-interface or wsdl-port or both
279
+ (service-endpoint-interface and wsdl-port) should be specified.
280
+
281
+ If both are specified, wsdl-port represents the
282
+ port the container should choose for container-managed port selection.
283
+
284
+ The same wsdl-port value must not appear in
285
+ more than one port-info entry within the same service-ref.
286
+
287
+ If a particular service-endpoint-interface is using container-managed port
288
+ selection, it must not appear in more than one port-info entry
289
+ within the same service-ref.
290
+
291
+ -->
292
+ <!ELEMENT port-info ( service-endpoint-interface?, wsdl-port?, stub-property*, call-property* )>
293
+
294
+ <!--
295
+ Fully qualified name of service endpoint interface
296
+ -->
297
+ <!ELEMENT service-endpoint-interface ( #PCDATA )>
298
+ <!--
299
+ Port used in port-info.
300
+ -->
301
+ <!ELEMENT wsdl-port ( namespaceURI, localpart )>
302
+
303
+ <!--
304
+ JAXRPC property values that should be set on a stub before it's returned to
305
+ to the web service client. The property names can be any properties supported
306
+ by the JAXRPC Stub implementation. See javadoc for javax.xml.rpc.Stub
307
+ -->
308
+ <!ELEMENT stub-property ( name, value )>
309
+
310
+ <!--
311
+ JAXRPC property values that should be set on a Call object before it's
312
+ returned to the web service client. The property names can be any
313
+ properties supported by the JAXRPC Call implementation. See javadoc
314
+ for javax.xml.rpc.Call
315
+ -->
316
+ <!ELEMENT call-property ( name, value )>
317
+
318
+ <!--
319
+ This is a valid URL pointing to a final WSDL document. It is optional.
320
+ If specified, the WSDL document at this URL will be used during
321
+ deployment instead of the WSDL document associated with the
322
+ service-ref in the standard deployment descriptor.
323
+
324
+ Examples :
325
+
326
+ // available via HTTP
327
+ <wsdl-override>http://localhost:8000/myservice/myport?WSDL</wsdl-override>
328
+
329
+ // in a file
330
+ <wsdl-override>file:/home/user1/myfinalwsdl.wsdl</wsdl-override>
331
+
332
+ -->
333
+ <!ELEMENT wsdl-override ( #PCDATA )>
334
+
335
+ <!--
336
+ Name of generated service implementation class. This is not set by the
337
+ deployer. It is derived during deployment.
338
+ -->
339
+ <!ELEMENT service-impl-class ( #PCDATA )>
340
+
341
+ <!--
342
+ The service-qname element declares the specific WSDL service
343
+ element that is being refered to. It is not set by the deployer.
344
+ It is derived during deployment.
345
+ -->
346
+ <!ELEMENT service-qname (namespaceURI, localpart)>
347
+
348
+ <!--
349
+ Runtime information about a web service.
350
+
351
+ wsdl-publish-location is optionally used to specify
352
+ where the final wsdl and any dependent files should be stored. This location
353
+ resides on the file system from which deployment is initiated.
354
+
355
+ -->
356
+ <!ELEMENT webservice-description ( webservice-description-name, wsdl-publish-location? )>
357
+
358
+ <!--
359
+ Unique name of a webservice within a module
360
+ -->
361
+ <!ELEMENT webservice-description-name ( #PCDATA )>
362
+
363
+ <!--
364
+ file: URL of a directory to which a web-service-description's wsdl should be
365
+ published during deployment. Any required files will be published to this
366
+ directory, preserving their location relative to the module-specific
367
+ wsdl directory(META-INF/wsdl or WEB-INF/wsdl).
368
+
369
+ Example :
370
+
371
+ For an ejb.jar whose webservices.xml wsdl-file element contains
372
+ META-INF/wsdl/a/Foo.wsdl
373
+
374
+ <wsdl-publish-location>file:/home/user1/publish
375
+ </wsdl-publish-location>
376
+
377
+ The final wsdl will be stored in /home/user1/publish/a/Foo.wsdl
378
+
379
+ -->
380
+ <!ELEMENT wsdl-publish-location ( #PCDATA )>
381
+
382
+ <!--
383
+ Information about a web service endpoint.
384
+ -->
385
+ <!ELEMENT webservice-endpoint ( port-component-name, endpoint-address-uri?, login-config?, transport-guarantee?, service-qname?, tie-class?, servlet-impl-class? )>
386
+
387
+ <!--
388
+ Unique name of a port component within a module
389
+ -->
390
+ <!ELEMENT port-component-name ( #PCDATA )>
391
+
392
+ <!--
393
+ Relative path combined with web server root to form fully qualified
394
+ endpoint address for a web service endpoint. For servlet endpoints, this
395
+ value is relative to the servlet's web application context root. In
396
+ all cases, this value must be a fixed pattern(i.e. no "*" allowed).
397
+ If the web service endpoint is a servlet that only implements a single
398
+ endpoint has only one url-pattern, it is not necessary to set
399
+ this value since the container can derive it from web.xml.
400
+ -->
401
+ <!ELEMENT endpoint-address-uri ( #PCDATA )>
402
+
403
+ <!--
404
+ The name of tie implementation class for a port-component. This is
405
+ not specified by the deployer. It is derived during deployment.
406
+ -->
407
+ <!ELEMENT tie-class (#PCDATA)>
408
+
409
+ <!--
410
+ Optional authentication configuration for an EJB web service endpoint.
411
+ Not needed for servet web service endpoints. Their security configuration
412
+ is contained in the standard web application descriptor.
413
+ -->
414
+ <!ELEMENT login-config ( auth-method )>
415
+
416
+ <!--
417
+ The auth-method element is used to configure the authentication
418
+ mechanism for the web application. As a prerequisite to gaining access
419
+ to any web resources which are protected by an authorization
420
+ constraint, a user must have authenticated using the configured
421
+ mechanism.
422
+ -->
423
+
424
+ <!ELEMENT auth-method (#PCDATA)>
425
+
426
+ <!--
427
+ Name of application-written servlet impl class contained in deployed war.
428
+ This is not set by the deployer. It is derived by the container
429
+ during deployment.
430
+ -->
431
+ <!ELEMENT servlet-impl-class (#PCDATA)>
432
+
433
+ <!--
434
+ The transport-guarantee element specifies that the communication
435
+ between client and server should be NONE, INTEGRAL, or
436
+ CONFIDENTIAL. NONE means that the application does not require any
437
+ transport guarantees. A value of INTEGRAL means that the application
438
+ requires that the data sent between the client and server be sent in
439
+ such a way that it can't be changed in transit. CONFIDENTIAL means
440
+ that the application requires that the data be transmitted in a
441
+ fashion that prevents other entities from observing the contents of
442
+ the transmission. In most cases, the presence of the INTEGRAL or
443
+ CONFIDENTIAL flag will indicate that the use of SSL is required.
444
+ -->
445
+
446
+ <!ELEMENT transport-guarantee (#PCDATA)>
447
+
448
+ <!--
449
+ Runtime settings for a web service reference. In the simplest case,
450
+ there is no runtime information required for a service ref. Runtime info
451
+ is only needed in the following cases :
452
+ * to define the port that should be used to resolve a container-managed port
453
+ * to define default Stub/Call property settings for Stub objects
454
+ * to define the URL of a final WSDL document to be used instead of
455
+ the one packaged with a service-ref
456
+ -->
457
+
458
+ <!--
459
+ The localpart element indicates the local part of a QNAME.
460
+ -->
461
+ <!ELEMENT localpart (#PCDATA)>
462
+
463
+ <!--
464
+ The namespaceURI element indicates a URI.
465
+ -->
466
+ <!ELEMENT namespaceURI (#PCDATA)>