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.
- data/COPYRIGHT +33 -0
- data/LICENSE.txt +263 -0
- data/README +12 -0
- data/bin/asadmin +7 -0
- data/bin/asadmin.bat +8 -0
- data/bin/glassfish_rails +40 -0
- data/config/asadminenv.conf +6 -0
- data/config/asenv.bat +28 -0
- data/config/asenv.conf +27 -0
- data/config/glassfish.container +4 -0
- data/domains/domain1/config/admin-keyfile +3 -0
- data/domains/domain1/config/cacerts.jks +0 -0
- data/domains/domain1/config/default-web.xml +906 -0
- data/domains/domain1/config/domain-passwords +0 -0
- data/domains/domain1/config/domain.xml +208 -0
- data/domains/domain1/config/keyfile +6 -0
- data/domains/domain1/config/keystore.jks +0 -0
- data/domains/domain1/config/logging.properties +82 -0
- data/domains/domain1/config/login.conf +18 -0
- data/domains/domain1/config/server.policy +160 -0
- data/domains/domain1/config/sun-acc.xml +40 -0
- data/domains/domain1/config/wss-server-config-1.0.xml +86 -0
- data/domains/domain1/config/wss-server-config-2.0.xml +94 -0
- data/domains/domain1/docroot/favicon.gif +0 -0
- data/domains/domain1/docroot/index.html +87 -0
- data/domains/domain1/master-password +0 -0
- data/lib/appclient/appclientlogin.conf +10 -0
- data/lib/appclient/client.policy +79 -0
- data/lib/appclient/wss-client-config-1.0.xml +84 -0
- data/lib/appclient/wss-client-config-2.0.xml +96 -0
- data/lib/dtds/application-client_1_2.dtd +292 -0
- data/lib/dtds/application-client_1_3.dtd +506 -0
- data/lib/dtds/application_1_2.dtd +197 -0
- data/lib/dtds/application_1_3.dtd +312 -0
- data/lib/dtds/connector_1_0.dtd +561 -0
- data/lib/dtds/ejb-jar_1_1.dtd +894 -0
- data/lib/dtds/ejb-jar_2_0.dtd +1671 -0
- data/lib/dtds/sun-application-client-container_1_0.dtd +123 -0
- data/lib/dtds/sun-application-client-container_1_1.dtd +264 -0
- data/lib/dtds/sun-application-client-container_1_2.dtd +267 -0
- data/lib/dtds/sun-application-client_1_3-0.dtd +57 -0
- data/lib/dtds/sun-application-client_1_4-0.dtd +182 -0
- data/lib/dtds/sun-application-client_1_4-1.dtd +431 -0
- data/lib/dtds/sun-application-client_5_0-0.dtd +495 -0
- data/lib/dtds/sun-application_1_3-0.dtd +30 -0
- data/lib/dtds/sun-application_1_4-0.dtd +44 -0
- data/lib/dtds/sun-application_5_0-0.dtd +51 -0
- data/lib/dtds/sun-cmp-mapping_1_0.dtd +100 -0
- data/lib/dtds/sun-cmp-mapping_1_1.dtd +99 -0
- data/lib/dtds/sun-cmp-mapping_1_2.dtd +106 -0
- data/lib/dtds/sun-connector_1_0-0.dtd +66 -0
- data/lib/dtds/sun-connector_1_5-0.dtd +62 -0
- data/lib/dtds/sun-domain_1_0.dtd +2007 -0
- data/lib/dtds/sun-domain_1_1.dtd +3080 -0
- data/lib/dtds/sun-domain_1_2.dtd +3697 -0
- data/lib/dtds/sun-domain_1_3.dtd +3867 -0
- data/lib/dtds/sun-ejb-jar_2_0-0.dtd +449 -0
- data/lib/dtds/sun-ejb-jar_2_0-1.dtd +454 -0
- data/lib/dtds/sun-ejb-jar_2_1-0.dtd +756 -0
- data/lib/dtds/sun-ejb-jar_2_1-1.dtd +1085 -0
- data/lib/dtds/sun-ejb-jar_3_0-0.dtd +1113 -0
- data/lib/dtds/sun-loadbalancer_1_0.dtd +156 -0
- data/lib/dtds/sun-loadbalancer_1_1.dtd +172 -0
- data/lib/dtds/sun-resources_1_0.dtd +650 -0
- data/lib/dtds/sun-resources_1_1.dtd +650 -0
- data/lib/dtds/sun-resources_1_2.dtd +662 -0
- data/lib/dtds/sun-resources_1_3.dtd +732 -0
- data/lib/dtds/sun-server_1_0.dtd +1056 -0
- data/lib/dtds/sun-web-app_2_3-0.dtd +230 -0
- data/lib/dtds/sun-web-app_2_3-1.dtd +230 -0
- data/lib/dtds/sun-web-app_2_4-0.dtd +466 -0
- data/lib/dtds/sun-web-app_2_4-1.dtd +742 -0
- data/lib/dtds/sun-web-app_2_5-0.dtd +789 -0
- data/lib/dtds/web-app_2_2.dtd +639 -0
- data/lib/dtds/web-app_2_3.dtd +1063 -0
- data/lib/dtds/web-jsptaglibrary_1_1.dtd +265 -0
- data/lib/dtds/web-jsptaglibrary_1_2.dtd +468 -0
- data/lib/package-appclient.xml +185 -0
- data/lib/processLauncher.properties +25 -0
- data/lib/processLauncher.xml +189 -0
- data/lib/schemas/XMLSchema.dtd +402 -0
- data/lib/schemas/application-client_1_4.xsd +267 -0
- data/lib/schemas/application-client_5.xsd +304 -0
- data/lib/schemas/application_1_4.xsd +315 -0
- data/lib/schemas/application_5.xsd +336 -0
- data/lib/schemas/connector_1_5.xsd +1036 -0
- data/lib/schemas/datatypes.dtd +203 -0
- data/lib/schemas/ejb-jar_2_1.xsd +2208 -0
- data/lib/schemas/ejb-jar_3_0.xsd +2706 -0
- data/lib/schemas/j2ee_1_4.xsd +1608 -0
- data/lib/schemas/j2ee_jaxrpc_mapping_1_1.xsd +886 -0
- data/lib/schemas/j2ee_web_services_1_1.xsd +491 -0
- data/lib/schemas/j2ee_web_services_client_1_1.xsd +345 -0
- data/lib/schemas/javaee_5.xsd +2096 -0
- data/lib/schemas/javaee_web_services_1_2.xsd +747 -0
- data/lib/schemas/javaee_web_services_client_1_2.xsd +578 -0
- data/lib/schemas/jax-rpc-ri-config.xsd +416 -0
- data/lib/schemas/jsp_2_0.xsd +308 -0
- data/lib/schemas/jsp_2_1.xsd +343 -0
- data/lib/schemas/orm_1_0.xsd +1516 -0
- data/lib/schemas/persistence_1_0.xsd +260 -0
- data/lib/schemas/web-app_2_4.xsd +1234 -0
- data/lib/schemas/web-app_2_5.xsd +1271 -0
- data/lib/schemas/web-jsptaglibrary_2_0.xsd +1010 -0
- data/lib/schemas/web-jsptaglibrary_2_1.xsd +1144 -0
- data/lib/schemas/xml.xsd +82 -0
- data/modules/admin-cli-10.0-SNAPSHOT.jar +0 -0
- data/modules/auto-depends-0.2-SNAPSHOT.jar +0 -0
- data/modules/cli-framework-10.0-SNAPSHOT.jar +0 -0
- data/modules/common-ee-util-10.0-SNAPSHOT.jar +0 -0
- data/modules/common-util-10.0-SNAPSHOT.jar +0 -0
- data/modules/config-0.2-SNAPSHOT.jar +0 -0
- data/modules/config-api-10.0-SNAPSHOT.jar +0 -0
- data/modules/gf-jruby-connector-10.0-SNAPSHOT.jar +0 -0
- data/modules/glassfish-10.0-SNAPSHOT.jar +0 -0
- data/modules/glassfish-api-10.0-SNAPSHOT.jar +0 -0
- data/modules/glassfish.rb +10 -0
- data/modules/grizzly-framework-1.7.1.jar +0 -0
- data/modules/grizzly-http-1.7.1.jar +0 -0
- data/modules/grizzly-http-utils-1.7.1.jar +0 -0
- data/modules/grizzly-jruby-1.7.0.jar +0 -0
- data/modules/grizzly-jruby-module-1.7.0.jar +0 -0
- data/modules/grizzly-module-1.7.1.jar +0 -0
- data/modules/grizzly-portunif-1.7.1.jar +0 -0
- data/modules/grizzly-rcm-1.7.1.jar +0 -0
- data/modules/hk2-0.2-SNAPSHOT.jar +0 -0
- data/modules/hk2-core-0.2-SNAPSHOT.jar +0 -0
- data/modules/junit-4.3.1.jar +0 -0
- data/modules/kernel-10.0-SNAPSHOT.jar +0 -0
- data/modules/persistence-api-1.0b.jar +0 -0
- data/modules/servlet-api-2.5.jar +0 -0
- data/modules/sjsxp-1.0.jar +0 -0
- data/modules/stax-api-1.0-2.jar +0 -0
- data/modules/tiger-types-1.0.jar +0 -0
- metadata +206 -0
@@ -0,0 +1,747 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<xsd:schema xmlns="http://www.w3.org/2001/XMLSchema"
|
3
|
+
targetNamespace="http://java.sun.com/xml/ns/javaee"
|
4
|
+
xmlns:javaee="http://java.sun.com/xml/ns/javaee"
|
5
|
+
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
6
|
+
elementFormDefault="qualified"
|
7
|
+
attributeFormDefault="unqualified"
|
8
|
+
version="1.2">
|
9
|
+
<xsd:annotation>
|
10
|
+
<xsd:documentation>
|
11
|
+
@(#)javaee_web_services_1_2.xsds 1.18 02/13/06
|
12
|
+
</xsd:documentation>
|
13
|
+
</xsd:annotation>
|
14
|
+
|
15
|
+
<xsd:annotation>
|
16
|
+
<xsd:documentation>
|
17
|
+
|
18
|
+
Copyright 2003-2005 Sun Microsystems, Inc.
|
19
|
+
4150 Network Circle
|
20
|
+
Santa Clara, California 95054
|
21
|
+
U.S.A
|
22
|
+
All rights reserved.
|
23
|
+
|
24
|
+
Sun Microsystems, Inc. has intellectual property rights
|
25
|
+
relating to technology described in this document. In
|
26
|
+
particular, and without limitation, these intellectual
|
27
|
+
property rights may include one or more of the U.S. patents
|
28
|
+
listed at http://www.sun.com/patents and one or more
|
29
|
+
additional patents or pending patent applications in the
|
30
|
+
U.S. and other countries.
|
31
|
+
|
32
|
+
This document and the technology which it describes are
|
33
|
+
distributed under licenses restricting their use, copying,
|
34
|
+
distribution, and decompilation. No part of this document
|
35
|
+
may be reproduced in any form by any means without prior
|
36
|
+
written authorization of Sun and its licensors, if any.
|
37
|
+
|
38
|
+
Third-party software, including font technology, is
|
39
|
+
copyrighted and licensed from Sun suppliers.
|
40
|
+
|
41
|
+
Sun, Sun Microsystems, the Sun logo, Solaris, Java, J2EE,
|
42
|
+
JavaServer Pages, Enterprise JavaBeans and the Java Coffee
|
43
|
+
Cup logo are trademarks or registered trademarks of Sun
|
44
|
+
Microsystems, Inc. in the U.S. and other countries.
|
45
|
+
|
46
|
+
Federal Acquisitions: Commercial Software - Government Users
|
47
|
+
Subject to Standard License Terms and Conditions.
|
48
|
+
|
49
|
+
</xsd:documentation>
|
50
|
+
</xsd:annotation>
|
51
|
+
|
52
|
+
<xsd:annotation>
|
53
|
+
<xsd:documentation>
|
54
|
+
|
55
|
+
(C) Copyright International Business Machines Corporation 2002
|
56
|
+
|
57
|
+
</xsd:documentation>
|
58
|
+
</xsd:annotation>
|
59
|
+
|
60
|
+
<xsd:annotation>
|
61
|
+
<xsd:documentation>
|
62
|
+
<![CDATA[
|
63
|
+
|
64
|
+
The webservices element is the root element for the web services
|
65
|
+
deployment descriptor. It specifies the set of web service
|
66
|
+
descriptions that are to be deployed into the Java EE Application
|
67
|
+
Server and the dependencies they have on container resources and
|
68
|
+
services. The deployment descriptor must be named
|
69
|
+
"META-INF/webservices.xml" in the web services' jar file.
|
70
|
+
|
71
|
+
Used in: webservices.xml
|
72
|
+
|
73
|
+
All webservices deployment descriptors must indicate the
|
74
|
+
webservices schema by using the Java EE namespace:
|
75
|
+
|
76
|
+
http://java.sun.com/xml/ns/javaee
|
77
|
+
|
78
|
+
and by indicating the version of the schema by using the version
|
79
|
+
element as shown below:
|
80
|
+
|
81
|
+
<webservices xmlns="http://java.sun.com/xml/ns/javaee"
|
82
|
+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
83
|
+
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
|
84
|
+
http://java.sun.com/xml/ns/javaee/javaee_web_services_1_2.xsd"
|
85
|
+
version="1.2">
|
86
|
+
...
|
87
|
+
</webservices>
|
88
|
+
|
89
|
+
The instance documents may indicate the published version of the
|
90
|
+
schema using the xsi:schemaLocation attribute for the Java EE
|
91
|
+
namespace with the following location:
|
92
|
+
|
93
|
+
http://java.sun.com/xml/ns/javaee/javaee_web_services_1_2.xsd
|
94
|
+
|
95
|
+
]]>
|
96
|
+
</xsd:documentation>
|
97
|
+
</xsd:annotation>
|
98
|
+
|
99
|
+
<xsd:annotation>
|
100
|
+
<xsd:documentation>
|
101
|
+
|
102
|
+
The following conventions apply to all Java EE
|
103
|
+
deployment descriptor elements unless indicated otherwise.
|
104
|
+
|
105
|
+
- In elements that specify a pathname to a file within the
|
106
|
+
same JAR file, relative filenames (i.e., those not
|
107
|
+
starting with "/") are considered relative to the root of
|
108
|
+
the JAR file's namespace. Absolute filenames (i.e., those
|
109
|
+
starting with "/") also specify names in the root of the
|
110
|
+
JAR file's namespace. In general, relative names are
|
111
|
+
preferred. The exception is .war files where absolute
|
112
|
+
names are preferred for consistency with the Servlet API.
|
113
|
+
|
114
|
+
</xsd:documentation>
|
115
|
+
</xsd:annotation>
|
116
|
+
|
117
|
+
<xsd:include schemaLocation="javaee_5.xsd"/>
|
118
|
+
|
119
|
+
|
120
|
+
<!-- **************************************************** -->
|
121
|
+
|
122
|
+
<xsd:element name="webservices" type="javaee:webservicesType">
|
123
|
+
<xsd:annotation>
|
124
|
+
<xsd:documentation>
|
125
|
+
|
126
|
+
The webservices element is the root element for the web services
|
127
|
+
deployment descriptor. It specifies the set of web service
|
128
|
+
descriptions that are to be deployed into the Java EE Application Server
|
129
|
+
and the dependencies they have on container resources and services.
|
130
|
+
|
131
|
+
Used in: webservices.xml
|
132
|
+
|
133
|
+
</xsd:documentation>
|
134
|
+
</xsd:annotation>
|
135
|
+
|
136
|
+
<xsd:key name="webservice-description-name-key">
|
137
|
+
<xsd:annotation>
|
138
|
+
<xsd:documentation>
|
139
|
+
|
140
|
+
The webservice-description-name identifies the collection of
|
141
|
+
port-components associated with a WSDL file and JAX-RPC mapping. The
|
142
|
+
name must be unique within the deployment descriptor.
|
143
|
+
|
144
|
+
</xsd:documentation>
|
145
|
+
</xsd:annotation>
|
146
|
+
<xsd:selector xpath="javaee:webservice-description"/>
|
147
|
+
<xsd:field xpath="javaee:webservice-description-name"/>
|
148
|
+
</xsd:key>
|
149
|
+
</xsd:element>
|
150
|
+
|
151
|
+
<!-- **************************************************** -->
|
152
|
+
|
153
|
+
<xsd:complexType name="handler-chainType">
|
154
|
+
<xsd:annotation>
|
155
|
+
<xsd:documentation>
|
156
|
+
|
157
|
+
The handler-chain element defines the handlerchain.
|
158
|
+
Handlerchain can be defined such that the handlers in the
|
159
|
+
handlerchain operate,all ports of a service, on a specific
|
160
|
+
port or on a list of protocol-bindings. The choice of elements
|
161
|
+
service-name-pattern, port-name-pattern and protocol-bindings
|
162
|
+
are used to specify whether the handlers in handler-chain are
|
163
|
+
for a service, port or protocol binding. If none of these
|
164
|
+
choices are specified with the handler-chain element then the
|
165
|
+
handlers specified in the handler-chain will be applied on
|
166
|
+
everything.
|
167
|
+
|
168
|
+
</xsd:documentation>
|
169
|
+
</xsd:annotation>
|
170
|
+
|
171
|
+
<xsd:sequence>
|
172
|
+
|
173
|
+
<xsd:choice minOccurs="0" maxOccurs="1">
|
174
|
+
<xsd:element name="service-name-pattern"
|
175
|
+
type="javaee:qname-pattern" />
|
176
|
+
<xsd:element name="port-name-pattern"
|
177
|
+
type="javaee:qname-pattern" />
|
178
|
+
<xsd:element name="protocol-bindings"
|
179
|
+
type="javaee:protocol-bindingListType"/>
|
180
|
+
</xsd:choice>
|
181
|
+
|
182
|
+
<xsd:element name="handler"
|
183
|
+
type="javaee:port-component_handlerType"
|
184
|
+
minOccurs="1" maxOccurs="unbounded"/>
|
185
|
+
</xsd:sequence>
|
186
|
+
|
187
|
+
<xsd:attribute name="id" type="xsd:ID"/>
|
188
|
+
</xsd:complexType>
|
189
|
+
|
190
|
+
<!-- **************************************************** -->
|
191
|
+
|
192
|
+
<xsd:complexType name="handler-chainsType">
|
193
|
+
<xsd:annotation>
|
194
|
+
<xsd:documentation>
|
195
|
+
|
196
|
+
The handler-chains element defines the handlerchains associated
|
197
|
+
with this service or service endpoint.
|
198
|
+
|
199
|
+
</xsd:documentation>
|
200
|
+
</xsd:annotation>
|
201
|
+
|
202
|
+
<xsd:sequence>
|
203
|
+
<xsd:element name="handler-chain"
|
204
|
+
type="javaee:handler-chainType"
|
205
|
+
minOccurs="0" maxOccurs="unbounded"/>
|
206
|
+
</xsd:sequence>
|
207
|
+
|
208
|
+
<xsd:attribute name="id" type="xsd:ID"/>
|
209
|
+
</xsd:complexType>
|
210
|
+
|
211
|
+
<!-- **************************************************** -->
|
212
|
+
|
213
|
+
<xsd:complexType name="port-componentType">
|
214
|
+
<xsd:annotation>
|
215
|
+
<xsd:documentation>
|
216
|
+
|
217
|
+
The port-component element associates a WSDL port with a web service
|
218
|
+
interface and implementation. It defines the name of the port as a
|
219
|
+
component, optional description, optional display name, optional iconic
|
220
|
+
representations, WSDL port QName, Service Endpoint Interface, Service
|
221
|
+
Implementation Bean.
|
222
|
+
|
223
|
+
This element also associates a WSDL service with a JAX-WS Provider
|
224
|
+
implementation.
|
225
|
+
|
226
|
+
</xsd:documentation>
|
227
|
+
</xsd:annotation>
|
228
|
+
|
229
|
+
<xsd:sequence>
|
230
|
+
<xsd:element name="description"
|
231
|
+
type="javaee:descriptionType"
|
232
|
+
minOccurs="0" maxOccurs="1"/>
|
233
|
+
<xsd:element name="display-name"
|
234
|
+
type="javaee:display-nameType"
|
235
|
+
minOccurs="0" maxOccurs="1"/>
|
236
|
+
<xsd:element name="icon"
|
237
|
+
type="javaee:iconType"
|
238
|
+
minOccurs="0" maxOccurs="1"/>
|
239
|
+
<xsd:element name="port-component-name"
|
240
|
+
type="javaee:string">
|
241
|
+
<xsd:annotation>
|
242
|
+
<xsd:documentation>
|
243
|
+
<![CDATA[
|
244
|
+
|
245
|
+
The port-component-name element specifies a port component's
|
246
|
+
name. This name is assigned by the module producer to name
|
247
|
+
the service implementation bean in the module's deployment
|
248
|
+
descriptor. The name must be unique among the port component
|
249
|
+
names defined in the same module.
|
250
|
+
|
251
|
+
Used in: port-component
|
252
|
+
|
253
|
+
Example:
|
254
|
+
<port-component-name>EmployeeService
|
255
|
+
</port-component-name>
|
256
|
+
|
257
|
+
]]>
|
258
|
+
</xsd:documentation>
|
259
|
+
</xsd:annotation>
|
260
|
+
</xsd:element>
|
261
|
+
<xsd:element name="wsdl-service"
|
262
|
+
type="javaee:xsdQNameType"
|
263
|
+
minOccurs="0" maxOccurs="1">
|
264
|
+
<xsd:annotation>
|
265
|
+
<xsd:documentation>
|
266
|
+
|
267
|
+
Defines the name space and local name part of the WSDL
|
268
|
+
service QName. This is required to be specified for
|
269
|
+
port components that are JAX-WS Provider implementations.
|
270
|
+
|
271
|
+
</xsd:documentation>
|
272
|
+
</xsd:annotation>
|
273
|
+
</xsd:element>
|
274
|
+
<xsd:element name="wsdl-port"
|
275
|
+
type="javaee:xsdQNameType"
|
276
|
+
minOccurs="0" maxOccurs="1">
|
277
|
+
<xsd:annotation>
|
278
|
+
<xsd:documentation>
|
279
|
+
|
280
|
+
Defines the name space and local name part of the WSDL
|
281
|
+
port QName. This is not required to be specified for port
|
282
|
+
components that are JAX-WS Provider implementations
|
283
|
+
|
284
|
+
</xsd:documentation>
|
285
|
+
</xsd:annotation>
|
286
|
+
</xsd:element>
|
287
|
+
<xsd:element name="enable-mtom"
|
288
|
+
type="javaee:true-falseType"
|
289
|
+
minOccurs="0" maxOccurs="1">
|
290
|
+
<xsd:annotation>
|
291
|
+
<xsd:documentation>
|
292
|
+
|
293
|
+
Used to enable or disable SOAP MTOM/XOP mechanism for an
|
294
|
+
endpoint implementation.
|
295
|
+
|
296
|
+
Not to be specified for JAX-RPC runtime
|
297
|
+
</xsd:documentation>
|
298
|
+
</xsd:annotation>
|
299
|
+
</xsd:element>
|
300
|
+
<xsd:element name="protocol-binding"
|
301
|
+
type="javaee:protocol-bindingType"
|
302
|
+
minOccurs="0" maxOccurs="1">
|
303
|
+
<xsd:annotation>
|
304
|
+
<xsd:documentation>
|
305
|
+
|
306
|
+
Used to specify the protocol binding used by the port-component.
|
307
|
+
If this element is not specified, then the default binding is
|
308
|
+
used (SOAP 1.1 over HTTP)
|
309
|
+
|
310
|
+
</xsd:documentation>
|
311
|
+
</xsd:annotation>
|
312
|
+
</xsd:element>
|
313
|
+
|
314
|
+
<xsd:element name="service-endpoint-interface"
|
315
|
+
type="javaee:fully-qualified-classType"
|
316
|
+
minOccurs="0" maxOccurs="1">
|
317
|
+
<xsd:annotation>
|
318
|
+
<xsd:documentation>
|
319
|
+
<![CDATA[
|
320
|
+
|
321
|
+
The service-endpoint-interface element contains the
|
322
|
+
fully-qualified name of the port component's Service Endpoint
|
323
|
+
Interface.
|
324
|
+
|
325
|
+
Used in: port-component
|
326
|
+
|
327
|
+
Example:
|
328
|
+
<remote>com.wombat.empl.EmployeeService</remote>
|
329
|
+
|
330
|
+
This may not be specified in case there is no Service
|
331
|
+
Enpoint Interface as is the case with directly using an
|
332
|
+
implementation class with the @WebService annotation.
|
333
|
+
|
334
|
+
When the port component is a Provider implementation
|
335
|
+
this is not specified.
|
336
|
+
|
337
|
+
]]>
|
338
|
+
</xsd:documentation>
|
339
|
+
</xsd:annotation>
|
340
|
+
</xsd:element>
|
341
|
+
<xsd:element name="service-impl-bean"
|
342
|
+
type="javaee:service-impl-beanType"/>
|
343
|
+
|
344
|
+
<xsd:choice>
|
345
|
+
<xsd:element name="handler"
|
346
|
+
type="javaee:port-component_handlerType"
|
347
|
+
minOccurs="0" maxOccurs="unbounded">
|
348
|
+
<xsd:annotation>
|
349
|
+
<xsd:documentation>
|
350
|
+
To be used with JAX-RPC based runtime only.
|
351
|
+
</xsd:documentation>
|
352
|
+
</xsd:annotation>
|
353
|
+
</xsd:element>
|
354
|
+
<xsd:element name="handler-chains"
|
355
|
+
type="javaee:handler-chainsType"
|
356
|
+
minOccurs="0" maxOccurs="1">
|
357
|
+
<xsd:annotation>
|
358
|
+
<xsd:documentation>
|
359
|
+
To be used with JAX-WS based runtime only.
|
360
|
+
</xsd:documentation>
|
361
|
+
</xsd:annotation>
|
362
|
+
</xsd:element>
|
363
|
+
</xsd:choice>
|
364
|
+
|
365
|
+
</xsd:sequence>
|
366
|
+
<xsd:attribute name="id" type="xsd:ID"/>
|
367
|
+
</xsd:complexType>
|
368
|
+
|
369
|
+
<!-- **************************************************** -->
|
370
|
+
|
371
|
+
<xsd:complexType name="port-component_handlerType">
|
372
|
+
<xsd:annotation>
|
373
|
+
<xsd:documentation>
|
374
|
+
|
375
|
+
Declares the handler for a port-component. Handlers can access the
|
376
|
+
init-param name/value pairs using the HandlerInfo interface.
|
377
|
+
|
378
|
+
Used in: port-component
|
379
|
+
|
380
|
+
</xsd:documentation>
|
381
|
+
</xsd:annotation>
|
382
|
+
<xsd:sequence>
|
383
|
+
<xsd:group ref="javaee:descriptionGroup"/>
|
384
|
+
<xsd:element name="handler-name"
|
385
|
+
type="javaee:string">
|
386
|
+
<xsd:annotation>
|
387
|
+
<xsd:documentation>
|
388
|
+
|
389
|
+
Defines the name of the handler. The name must be unique within the
|
390
|
+
module.
|
391
|
+
|
392
|
+
</xsd:documentation>
|
393
|
+
</xsd:annotation>
|
394
|
+
</xsd:element>
|
395
|
+
<xsd:element name="handler-class"
|
396
|
+
type="javaee:fully-qualified-classType">
|
397
|
+
<xsd:annotation>
|
398
|
+
<xsd:documentation>
|
399
|
+
|
400
|
+
Defines a fully qualified class name for the handler implementation.
|
401
|
+
|
402
|
+
</xsd:documentation>
|
403
|
+
</xsd:annotation>
|
404
|
+
</xsd:element>
|
405
|
+
<xsd:element name="init-param"
|
406
|
+
type="javaee:param-valueType"
|
407
|
+
minOccurs="0" maxOccurs="unbounded"/>
|
408
|
+
|
409
|
+
<xsd:element name="soap-header"
|
410
|
+
type="javaee:xsdQNameType"
|
411
|
+
minOccurs="0" maxOccurs="unbounded">
|
412
|
+
<xsd:annotation>
|
413
|
+
<xsd:documentation>
|
414
|
+
|
415
|
+
Defines the QName of a SOAP header that will be processed by the
|
416
|
+
handler.
|
417
|
+
|
418
|
+
</xsd:documentation>
|
419
|
+
</xsd:annotation>
|
420
|
+
</xsd:element>
|
421
|
+
<xsd:element name="soap-role"
|
422
|
+
type="javaee:string"
|
423
|
+
minOccurs="0" maxOccurs="unbounded">
|
424
|
+
<xsd:annotation>
|
425
|
+
<xsd:documentation>
|
426
|
+
|
427
|
+
The soap-role element contains a SOAP actor definition that the
|
428
|
+
Handler will play as a role.
|
429
|
+
|
430
|
+
</xsd:documentation>
|
431
|
+
</xsd:annotation>
|
432
|
+
</xsd:element>
|
433
|
+
</xsd:sequence>
|
434
|
+
<xsd:attribute name="id" type="xsd:ID"/>
|
435
|
+
</xsd:complexType>
|
436
|
+
|
437
|
+
<!-- **************************************************** -->
|
438
|
+
|
439
|
+
<xsd:simpleType name="protocol-URIAliasType">
|
440
|
+
<xsd:annotation>
|
441
|
+
<xsd:documentation>
|
442
|
+
Defines the type that is used for specifying tokens that
|
443
|
+
start with ## which are used to alias existing standard
|
444
|
+
protocol bindings and support aliases for new standard
|
445
|
+
binding URIs that are introduced in future specifications.
|
446
|
+
|
447
|
+
The following tokens alias the standard protocol binding
|
448
|
+
URIs:
|
449
|
+
|
450
|
+
##SOAP11_HTTP = "http://schemas.xmlsoap.org/wsdl/soap/http"
|
451
|
+
##SOAP11_HTTP_MTOM =
|
452
|
+
"http://schemas.xmlsoap.org/wsdl/soap/http?mtom=true"
|
453
|
+
##SOAP12_HTTP = "http://www.w3.org/2003/05/soap/bindings/HTTP/"
|
454
|
+
##SOAP12_HTTP_MTOM =
|
455
|
+
"http://www.w3.org/2003/05/soap/bindings/HTTP/?mtom=true"
|
456
|
+
##XML_HTTP = "http://www.w3.org/2004/08/wsdl/http"
|
457
|
+
|
458
|
+
</xsd:documentation>
|
459
|
+
</xsd:annotation>
|
460
|
+
<xsd:restriction base="xsd:token">
|
461
|
+
<xsd:pattern value="##.+"/>
|
462
|
+
</xsd:restriction>
|
463
|
+
</xsd:simpleType>
|
464
|
+
|
465
|
+
<!-- **************************************************** -->
|
466
|
+
|
467
|
+
<xsd:simpleType name="protocol-bindingListType">
|
468
|
+
<xsd:annotation>
|
469
|
+
<xsd:documentation>
|
470
|
+
Defines the type used for specifying a list of
|
471
|
+
protocol-bindingType(s). For e.g.
|
472
|
+
|
473
|
+
##SOAP11_HTTP ##SOAP12_HTTP ##XML_HTTP
|
474
|
+
|
475
|
+
</xsd:documentation>
|
476
|
+
</xsd:annotation>
|
477
|
+
<xsd:list itemType="javaee:protocol-bindingType"/>
|
478
|
+
</xsd:simpleType>
|
479
|
+
|
480
|
+
<!-- **************************************************** -->
|
481
|
+
|
482
|
+
<xsd:simpleType name="protocol-bindingType">
|
483
|
+
<xsd:annotation>
|
484
|
+
<xsd:documentation>
|
485
|
+
Defines the type used for specifying the URI for the
|
486
|
+
protocol binding used by the port-component. For
|
487
|
+
portability one could use one of the following tokens that
|
488
|
+
alias the standard binding types:
|
489
|
+
|
490
|
+
##SOAP11_HTTP
|
491
|
+
##SOAP11_HTTP_MTOM
|
492
|
+
##SOAP12_HTTP
|
493
|
+
##SOAP12_HTTP_MTOM
|
494
|
+
##XML_HTTP
|
495
|
+
|
496
|
+
Other specifications could define tokens that start with ##
|
497
|
+
to alias new standard binding URIs that are introduced.
|
498
|
+
|
499
|
+
</xsd:documentation>
|
500
|
+
</xsd:annotation>
|
501
|
+
<xsd:union memberTypes="xsd:anyURI javaee:protocol-URIAliasType"/>
|
502
|
+
</xsd:simpleType>
|
503
|
+
|
504
|
+
<!-- **************************************************** -->
|
505
|
+
|
506
|
+
<xsd:simpleType name="qname-pattern">
|
507
|
+
<xsd:annotation>
|
508
|
+
<xsd:documentation>
|
509
|
+
This is used to specify the QName pattern in the
|
510
|
+
attribute service-name-pattern and port-name-pattern in
|
511
|
+
the handler-chain element
|
512
|
+
|
513
|
+
For example, the various forms acceptable here for
|
514
|
+
service-name-pattern attribute in handler-chain element
|
515
|
+
are :
|
516
|
+
|
517
|
+
Exact Name: service-name-pattern="ns1:EchoService"
|
518
|
+
|
519
|
+
In this case, handlers specified in this
|
520
|
+
handler-chain element will apply to all ports with
|
521
|
+
this exact service name. The namespace prefix must
|
522
|
+
have been declared in a namespace declaration
|
523
|
+
attribute in either the start-tag of the element
|
524
|
+
where the prefix is used or in an an ancestor
|
525
|
+
element (i.e. an element in whose content the
|
526
|
+
prefixed markup occurs)
|
527
|
+
|
528
|
+
Pattern : service-name-pattern="ns1:EchoService*"
|
529
|
+
|
530
|
+
In this case, handlers specified in this
|
531
|
+
handler-chain element will apply to all ports whose
|
532
|
+
Service names are like EchoService1, EchoServiceFoo
|
533
|
+
etc. The namespace prefix must have been declared in
|
534
|
+
a namespace declaration attribute in either the
|
535
|
+
start-tag of the element where the prefix is used or
|
536
|
+
in an an ancestor element (i.e. an element in whose
|
537
|
+
content the prefixed markup occurs)
|
538
|
+
|
539
|
+
Wild Card : service-name-pattern="*"
|
540
|
+
|
541
|
+
In this case, handlers specified in this handler-chain
|
542
|
+
element will apply to ports of all service names.
|
543
|
+
|
544
|
+
The same can be applied to port-name attribute in
|
545
|
+
handler-chain element.
|
546
|
+
|
547
|
+
</xsd:documentation>
|
548
|
+
</xsd:annotation>
|
549
|
+
|
550
|
+
<xsd:restriction base="xsd:token">
|
551
|
+
<xsd:pattern value="\*|([\i-[:]][\c-[:]]*:)?[\i-[:]][\c-[:]]*\*?"/>
|
552
|
+
</xsd:restriction>
|
553
|
+
|
554
|
+
</xsd:simpleType>
|
555
|
+
|
556
|
+
<!-- **************************************************** -->
|
557
|
+
|
558
|
+
<xsd:complexType name="service-impl-beanType">
|
559
|
+
<xsd:annotation>
|
560
|
+
<xsd:documentation>
|
561
|
+
|
562
|
+
The service-impl-bean element defines the web service implementation.
|
563
|
+
A service implementation can be an EJB bean class or JAX-RPC web
|
564
|
+
component. Existing EJB implementations are exposed as a web service
|
565
|
+
using an ejb-link.
|
566
|
+
|
567
|
+
Used in: port-component
|
568
|
+
|
569
|
+
</xsd:documentation>
|
570
|
+
</xsd:annotation>
|
571
|
+
<xsd:choice>
|
572
|
+
<xsd:element name="ejb-link"
|
573
|
+
type="javaee:ejb-linkType"/>
|
574
|
+
<xsd:element name="servlet-link"
|
575
|
+
type="javaee:servlet-linkType"/>
|
576
|
+
</xsd:choice>
|
577
|
+
<xsd:attribute name="id" type="xsd:ID"/>
|
578
|
+
</xsd:complexType>
|
579
|
+
|
580
|
+
<!-- **************************************************** -->
|
581
|
+
|
582
|
+
<xsd:complexType name="servlet-linkType">
|
583
|
+
<xsd:annotation>
|
584
|
+
<xsd:documentation>
|
585
|
+
<![CDATA[
|
586
|
+
|
587
|
+
The servlet-link element is used in the service-impl-bean element
|
588
|
+
to specify that a Service Implementation Bean is defined as a
|
589
|
+
JAX-RPC Service Endpoint.
|
590
|
+
|
591
|
+
The value of the servlet-link element must be the servlet-name of
|
592
|
+
a JAX-RPC Service Endpoint in the same WAR file.
|
593
|
+
|
594
|
+
Used in: service-impl-bean
|
595
|
+
|
596
|
+
Example:
|
597
|
+
<servlet-link>StockQuoteService</servlet-link>
|
598
|
+
|
599
|
+
]]>
|
600
|
+
</xsd:documentation>
|
601
|
+
</xsd:annotation>
|
602
|
+
<xsd:simpleContent>
|
603
|
+
<xsd:restriction base="javaee:string"/>
|
604
|
+
</xsd:simpleContent>
|
605
|
+
</xsd:complexType>
|
606
|
+
|
607
|
+
<!-- **************************************************** -->
|
608
|
+
|
609
|
+
<xsd:complexType name="webservice-descriptionType">
|
610
|
+
<xsd:annotation>
|
611
|
+
<xsd:documentation>
|
612
|
+
|
613
|
+
The webservice-description element defines a WSDL document file
|
614
|
+
and the set of Port components associated with the WSDL ports
|
615
|
+
defined in the WSDL document. There may be multiple
|
616
|
+
webservice-descriptions defined within a module.
|
617
|
+
|
618
|
+
All WSDL file ports must have a corresponding port-component element
|
619
|
+
defined.
|
620
|
+
|
621
|
+
Used in: webservices
|
622
|
+
|
623
|
+
</xsd:documentation>
|
624
|
+
</xsd:annotation>
|
625
|
+
|
626
|
+
<xsd:sequence>
|
627
|
+
<xsd:element name="description"
|
628
|
+
type="javaee:descriptionType"
|
629
|
+
minOccurs="0" maxOccurs="1"/>
|
630
|
+
<xsd:element name="display-name"
|
631
|
+
type="javaee:display-nameType"
|
632
|
+
minOccurs="0" maxOccurs="1"/>
|
633
|
+
<xsd:element name="icon"
|
634
|
+
type="javaee:iconType"
|
635
|
+
minOccurs="0" maxOccurs="1"/>
|
636
|
+
<xsd:element name="webservice-description-name"
|
637
|
+
type="javaee:string">
|
638
|
+
<xsd:annotation>
|
639
|
+
<xsd:documentation>
|
640
|
+
|
641
|
+
The webservice-description-name identifies the collection of
|
642
|
+
port-components associated with a WSDL file and JAX-RPC
|
643
|
+
mapping. The name must be unique within the deployment descriptor.
|
644
|
+
|
645
|
+
</xsd:documentation>
|
646
|
+
</xsd:annotation>
|
647
|
+
</xsd:element>
|
648
|
+
<xsd:element name="wsdl-file"
|
649
|
+
type="javaee:pathType"
|
650
|
+
minOccurs="0" maxOccurs="1">
|
651
|
+
<xsd:annotation>
|
652
|
+
<xsd:documentation>
|
653
|
+
|
654
|
+
The wsdl-file element contains the name of a WSDL file in the
|
655
|
+
module. The file name is a relative path within the module.
|
656
|
+
|
657
|
+
</xsd:documentation>
|
658
|
+
</xsd:annotation>
|
659
|
+
</xsd:element>
|
660
|
+
<xsd:element name="jaxrpc-mapping-file"
|
661
|
+
type="javaee:pathType"
|
662
|
+
minOccurs="0" maxOccurs="1">
|
663
|
+
<xsd:annotation>
|
664
|
+
<xsd:documentation>
|
665
|
+
|
666
|
+
The jaxrpc-mapping-file element contains the name of a file that
|
667
|
+
describes the JAX-RPC mapping between the Java interaces used by
|
668
|
+
the application and the WSDL description in the wsdl-file. The
|
669
|
+
file name is a relative path within the module.
|
670
|
+
|
671
|
+
This is not required when JAX-WS based runtime is used.
|
672
|
+
|
673
|
+
</xsd:documentation>
|
674
|
+
</xsd:annotation>
|
675
|
+
</xsd:element>
|
676
|
+
<xsd:element name="port-component"
|
677
|
+
type="javaee:port-componentType"
|
678
|
+
minOccurs="1" maxOccurs="unbounded">
|
679
|
+
<xsd:key name="port-component_handler-name-key">
|
680
|
+
<xsd:annotation>
|
681
|
+
<xsd:documentation>
|
682
|
+
|
683
|
+
Defines the name of the handler. The name must be unique
|
684
|
+
within the module.
|
685
|
+
|
686
|
+
</xsd:documentation>
|
687
|
+
</xsd:annotation>
|
688
|
+
<xsd:selector xpath="javaee:handler"/>
|
689
|
+
<xsd:field xpath="javaee:handler-name"/>
|
690
|
+
</xsd:key>
|
691
|
+
</xsd:element>
|
692
|
+
</xsd:sequence>
|
693
|
+
<xsd:attribute name="id" type="xsd:ID"/>
|
694
|
+
</xsd:complexType>
|
695
|
+
|
696
|
+
<!-- **************************************************** -->
|
697
|
+
|
698
|
+
<xsd:complexType name="webservicesType">
|
699
|
+
<xsd:sequence>
|
700
|
+
<xsd:group ref="javaee:descriptionGroup"/>
|
701
|
+
<xsd:element name="webservice-description"
|
702
|
+
type="javaee:webservice-descriptionType"
|
703
|
+
minOccurs="1" maxOccurs="unbounded">
|
704
|
+
<xsd:key name="port-component-name-key">
|
705
|
+
<xsd:annotation>
|
706
|
+
<xsd:documentation>
|
707
|
+
<![CDATA[
|
708
|
+
|
709
|
+
The port-component-name element specifies a port
|
710
|
+
component's name. This name is assigned by the module
|
711
|
+
producer to name the service implementation bean in the
|
712
|
+
module's deployment descriptor. The name must be unique
|
713
|
+
among the port component names defined in the same module.
|
714
|
+
|
715
|
+
Used in: port-component
|
716
|
+
|
717
|
+
Example:
|
718
|
+
<port-component-name>EmployeeService
|
719
|
+
</port-component-name>
|
720
|
+
|
721
|
+
]]>
|
722
|
+
</xsd:documentation>
|
723
|
+
</xsd:annotation>
|
724
|
+
<xsd:selector xpath="javaee:port-component"/>
|
725
|
+
<xsd:field xpath="javaee:port-component-name"/>
|
726
|
+
</xsd:key>
|
727
|
+
</xsd:element>
|
728
|
+
</xsd:sequence>
|
729
|
+
|
730
|
+
<xsd:attribute name="version"
|
731
|
+
type="javaee:dewey-versionType"
|
732
|
+
fixed="1.2"
|
733
|
+
use="required">
|
734
|
+
<xsd:annotation>
|
735
|
+
<xsd:documentation>
|
736
|
+
|
737
|
+
The required value for the version is 1.2.
|
738
|
+
|
739
|
+
</xsd:documentation>
|
740
|
+
</xsd:annotation>
|
741
|
+
</xsd:attribute>
|
742
|
+
|
743
|
+
<xsd:attribute name="id" type="xsd:ID"/>
|
744
|
+
</xsd:complexType>
|
745
|
+
|
746
|
+
</xsd:schema>
|
747
|
+
|