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,578 @@
|
|
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_client_1_2.xsds 1.19 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
|
+
|
61
|
+
<!-- **************************************************** -->
|
62
|
+
|
63
|
+
<xsd:complexType name="port-component-refType">
|
64
|
+
<xsd:annotation>
|
65
|
+
<xsd:documentation>
|
66
|
+
|
67
|
+
The port-component-ref element declares a client dependency
|
68
|
+
on the container for resolving a Service Endpoint Interface
|
69
|
+
to a WSDL port. It optionally associates the Service Endpoint
|
70
|
+
Interface with a particular port-component. This is only used
|
71
|
+
by the container for a Service.getPort(Class) method call.
|
72
|
+
|
73
|
+
</xsd:documentation>
|
74
|
+
</xsd:annotation>
|
75
|
+
|
76
|
+
<xsd:sequence>
|
77
|
+
<xsd:element name="service-endpoint-interface"
|
78
|
+
type="javaee:fully-qualified-classType">
|
79
|
+
<xsd:annotation>
|
80
|
+
<xsd:documentation>
|
81
|
+
|
82
|
+
The service-endpoint-interface element defines a fully qualified
|
83
|
+
Java class that represents the Service Endpoint Interface of a
|
84
|
+
WSDL port.
|
85
|
+
|
86
|
+
</xsd:documentation>
|
87
|
+
</xsd:annotation>
|
88
|
+
</xsd:element>
|
89
|
+
|
90
|
+
<xsd:element name="enable-mtom"
|
91
|
+
type="javaee:true-falseType"
|
92
|
+
minOccurs="0" maxOccurs="1">
|
93
|
+
<xsd:annotation>
|
94
|
+
<xsd:documentation>
|
95
|
+
|
96
|
+
Used to enable or disable SOAP MTOM/XOP mechanism on the client
|
97
|
+
side for a port-component.
|
98
|
+
|
99
|
+
Not to be specified for JAX-RPC runtime
|
100
|
+
</xsd:documentation>
|
101
|
+
</xsd:annotation>
|
102
|
+
</xsd:element>
|
103
|
+
|
104
|
+
<xsd:element name="port-component-link"
|
105
|
+
type="javaee:string"
|
106
|
+
minOccurs="0" maxOccurs="1">
|
107
|
+
<xsd:annotation>
|
108
|
+
<xsd:documentation>
|
109
|
+
|
110
|
+
The port-component-link element links a port-component-ref
|
111
|
+
to a specific port-component required to be made available
|
112
|
+
by a service reference.
|
113
|
+
|
114
|
+
The value of a port-component-link must be the
|
115
|
+
port-component-name of a port-component in the same module
|
116
|
+
or another module in the same application unit. The syntax
|
117
|
+
for specification follows the syntax defined for ejb-link
|
118
|
+
in the EJB 2.0 specification.
|
119
|
+
|
120
|
+
</xsd:documentation>
|
121
|
+
</xsd:annotation>
|
122
|
+
</xsd:element>
|
123
|
+
</xsd:sequence>
|
124
|
+
<xsd:attribute name="id" type="xsd:ID"/>
|
125
|
+
</xsd:complexType>
|
126
|
+
|
127
|
+
<!-- **************************************************** -->
|
128
|
+
|
129
|
+
<xsd:group name="service-refGroup">
|
130
|
+
<xsd:sequence>
|
131
|
+
<xsd:element name="service-ref"
|
132
|
+
type="javaee:service-refType"
|
133
|
+
minOccurs="0" maxOccurs="unbounded">
|
134
|
+
<xsd:key name="service-ref_handler-name-key">
|
135
|
+
<xsd:annotation>
|
136
|
+
<xsd:documentation>
|
137
|
+
|
138
|
+
Defines the name of the handler. The name must be unique
|
139
|
+
within the module.
|
140
|
+
|
141
|
+
</xsd:documentation>
|
142
|
+
</xsd:annotation>
|
143
|
+
<xsd:selector xpath="javaee:handler"/>
|
144
|
+
<xsd:field xpath="javaee:handler-name"/>
|
145
|
+
</xsd:key>
|
146
|
+
</xsd:element>
|
147
|
+
</xsd:sequence>
|
148
|
+
</xsd:group>
|
149
|
+
|
150
|
+
<!-- **************************************************** -->
|
151
|
+
|
152
|
+
<xsd:complexType name="service-refType">
|
153
|
+
<xsd:annotation>
|
154
|
+
<xsd:documentation>
|
155
|
+
|
156
|
+
The service-ref element declares a reference to a Web
|
157
|
+
service. It contains optional description, display name and
|
158
|
+
icons, a declaration of the required Service interface,
|
159
|
+
an optional WSDL document location, an optional set
|
160
|
+
of JAX-RPC mappings, an optional QName for the service element,
|
161
|
+
an optional set of Service Endpoint Interfaces to be resolved
|
162
|
+
by the container to a WSDL port, and an optional set of handlers.
|
163
|
+
|
164
|
+
</xsd:documentation>
|
165
|
+
</xsd:annotation>
|
166
|
+
|
167
|
+
<xsd:sequence>
|
168
|
+
<xsd:group ref="javaee:descriptionGroup"/>
|
169
|
+
<xsd:element name="service-ref-name"
|
170
|
+
type="javaee:jndi-nameType">
|
171
|
+
<xsd:annotation>
|
172
|
+
<xsd:documentation>
|
173
|
+
|
174
|
+
The service-ref-name element declares logical name that the
|
175
|
+
components in the module use to look up the Web service. It
|
176
|
+
is recommended that all service reference names start with
|
177
|
+
"service/".
|
178
|
+
|
179
|
+
</xsd:documentation>
|
180
|
+
</xsd:annotation>
|
181
|
+
</xsd:element>
|
182
|
+
|
183
|
+
<xsd:element name="service-interface"
|
184
|
+
type="javaee:fully-qualified-classType">
|
185
|
+
<xsd:annotation>
|
186
|
+
<xsd:documentation>
|
187
|
+
|
188
|
+
The service-interface element declares the fully qualified class
|
189
|
+
name of the JAX-RPC Service interface the client depends on.
|
190
|
+
In most cases the value will be javax.xml.rpc.Service. A JAX-RPC
|
191
|
+
generated Service Interface class may also be specified.
|
192
|
+
|
193
|
+
</xsd:documentation>
|
194
|
+
</xsd:annotation>
|
195
|
+
</xsd:element>
|
196
|
+
|
197
|
+
<xsd:element name="service-ref-type"
|
198
|
+
type="javaee:fully-qualified-classType"
|
199
|
+
minOccurs="0" maxOccurs="1">
|
200
|
+
<xsd:annotation>
|
201
|
+
<xsd:documentation>
|
202
|
+
|
203
|
+
The service-ref-type element declares the type of the service-ref
|
204
|
+
element that is injected or returned when a JNDI lookup is done.
|
205
|
+
This must be either a fully qualified name of Service class or
|
206
|
+
the fully qualified name of service endpoint interface class.
|
207
|
+
This is only used with JAX-WS runtime where the corresponding
|
208
|
+
@WebServiceRef annotation can be used to denote both a Service
|
209
|
+
or a Port.
|
210
|
+
|
211
|
+
If this is not specified, then the type of service-ref element
|
212
|
+
that is injected or returned when a JNDI lookup is done is
|
213
|
+
always a Service interface/class.
|
214
|
+
</xsd:documentation>
|
215
|
+
</xsd:annotation>
|
216
|
+
</xsd:element>
|
217
|
+
|
218
|
+
<xsd:element name="wsdl-file"
|
219
|
+
type="javaee:xsdAnyURIType"
|
220
|
+
minOccurs="0" maxOccurs="1">
|
221
|
+
<xsd:annotation>
|
222
|
+
<xsd:documentation>
|
223
|
+
|
224
|
+
The wsdl-file element contains the URI location of a WSDL
|
225
|
+
file. The location is relative to the root of the module.
|
226
|
+
|
227
|
+
</xsd:documentation>
|
228
|
+
</xsd:annotation>
|
229
|
+
</xsd:element>
|
230
|
+
|
231
|
+
<xsd:element name="jaxrpc-mapping-file"
|
232
|
+
type="javaee:pathType"
|
233
|
+
minOccurs="0" maxOccurs="1">
|
234
|
+
<xsd:annotation>
|
235
|
+
<xsd:documentation>
|
236
|
+
|
237
|
+
The jaxrpc-mapping-file element contains the name of a file that
|
238
|
+
describes the JAX-RPC mapping between the Java interaces used by
|
239
|
+
the application and the WSDL description in the wsdl-file. The
|
240
|
+
file name is a relative path within the module file.
|
241
|
+
|
242
|
+
This is not required when JAX-WS based runtime is used.
|
243
|
+
|
244
|
+
</xsd:documentation>
|
245
|
+
</xsd:annotation>
|
246
|
+
</xsd:element>
|
247
|
+
|
248
|
+
<xsd:element name="service-qname"
|
249
|
+
type="javaee:xsdQNameType"
|
250
|
+
minOccurs="0" maxOccurs="1">
|
251
|
+
<xsd:annotation>
|
252
|
+
<xsd:documentation>
|
253
|
+
|
254
|
+
The service-qname element declares the specific WSDL service
|
255
|
+
element that is being refered to. It is not specified if no
|
256
|
+
wsdl-file is declared.
|
257
|
+
|
258
|
+
</xsd:documentation>
|
259
|
+
</xsd:annotation>
|
260
|
+
</xsd:element>
|
261
|
+
|
262
|
+
<xsd:element name="port-component-ref"
|
263
|
+
type="javaee:port-component-refType"
|
264
|
+
minOccurs="0" maxOccurs="unbounded">
|
265
|
+
<xsd:annotation>
|
266
|
+
<xsd:documentation>
|
267
|
+
|
268
|
+
The port-component-ref element declares a client dependency
|
269
|
+
on the container for resolving a Service Endpoint Interface
|
270
|
+
to a WSDL port. It optionally associates the Service Endpoint
|
271
|
+
Interface with a particular port-component. This is only used
|
272
|
+
by the container for a Service.getPort(Class) method call.
|
273
|
+
|
274
|
+
</xsd:documentation>
|
275
|
+
</xsd:annotation>
|
276
|
+
</xsd:element>
|
277
|
+
|
278
|
+
<xsd:choice>
|
279
|
+
<xsd:element name="handler"
|
280
|
+
type="javaee:service-ref_handlerType"
|
281
|
+
minOccurs="0" maxOccurs="unbounded">
|
282
|
+
<xsd:annotation>
|
283
|
+
<xsd:documentation>
|
284
|
+
|
285
|
+
Declares the handler for a port-component. Handlers can
|
286
|
+
access the init-param name/value pairs using the
|
287
|
+
HandlerInfo interface. If port-name is not specified, the
|
288
|
+
handler is assumed to be associated with all ports of the
|
289
|
+
service.
|
290
|
+
|
291
|
+
To be used with JAX-RPC based runtime only.
|
292
|
+
|
293
|
+
</xsd:documentation>
|
294
|
+
</xsd:annotation>
|
295
|
+
</xsd:element>
|
296
|
+
<xsd:element name="handler-chains"
|
297
|
+
type="javaee:service-ref_handler-chainsType"
|
298
|
+
minOccurs="0" maxOccurs="1">
|
299
|
+
<xsd:annotation>
|
300
|
+
<xsd:documentation>
|
301
|
+
To be used with JAX-WS based runtime only.
|
302
|
+
</xsd:documentation>
|
303
|
+
</xsd:annotation>
|
304
|
+
</xsd:element>
|
305
|
+
</xsd:choice>
|
306
|
+
|
307
|
+
<xsd:group ref="javaee:resourceGroup"/>
|
308
|
+
|
309
|
+
</xsd:sequence>
|
310
|
+
<xsd:attribute name="id" type="xsd:ID"/>
|
311
|
+
</xsd:complexType>
|
312
|
+
|
313
|
+
<!-- **************************************************** -->
|
314
|
+
|
315
|
+
<xsd:complexType name="service-ref_handler-chainType">
|
316
|
+
<xsd:annotation>
|
317
|
+
<xsd:documentation>
|
318
|
+
|
319
|
+
The handler-chain element defines the handlerchain.
|
320
|
+
Handlerchain can be defined such that the handlers in the
|
321
|
+
handlerchain operate,all ports of a service, on a specific
|
322
|
+
port or on a list of protocol-bindings. The choice of elements
|
323
|
+
service-name-pattern, port-name-pattern and protocol-bindings
|
324
|
+
are used to specify whether the handlers in handler-chain are
|
325
|
+
for a service, port or protocol binding. If none of these
|
326
|
+
choices are specified with the handler-chain element then the
|
327
|
+
handlers specified in the handler-chain will be applied on
|
328
|
+
everything.
|
329
|
+
|
330
|
+
</xsd:documentation>
|
331
|
+
</xsd:annotation>
|
332
|
+
|
333
|
+
<xsd:sequence>
|
334
|
+
|
335
|
+
<xsd:choice minOccurs="0" maxOccurs="1">
|
336
|
+
<xsd:element name="service-name-pattern"
|
337
|
+
type="javaee:service-ref_qname-pattern" />
|
338
|
+
<xsd:element name="port-name-pattern"
|
339
|
+
type="javaee:service-ref_qname-pattern" />
|
340
|
+
<xsd:element name="protocol-bindings"
|
341
|
+
type="javaee:service-ref_protocol-bindingListType"/>
|
342
|
+
</xsd:choice>
|
343
|
+
|
344
|
+
<xsd:element name="handler"
|
345
|
+
type="javaee:service-ref_handlerType"
|
346
|
+
minOccurs="1" maxOccurs="unbounded"/>
|
347
|
+
</xsd:sequence>
|
348
|
+
|
349
|
+
<xsd:attribute name="id" type="xsd:ID"/>
|
350
|
+
</xsd:complexType>
|
351
|
+
|
352
|
+
<!-- **************************************************** -->
|
353
|
+
|
354
|
+
<xsd:complexType name="service-ref_handler-chainsType">
|
355
|
+
<xsd:annotation>
|
356
|
+
<xsd:documentation>
|
357
|
+
|
358
|
+
The handler-chains element defines the handlerchains associated with this
|
359
|
+
service or service endpoint.
|
360
|
+
|
361
|
+
</xsd:documentation>
|
362
|
+
</xsd:annotation>
|
363
|
+
|
364
|
+
<xsd:sequence>
|
365
|
+
<xsd:element name="handler-chain"
|
366
|
+
type="javaee:service-ref_handler-chainType"
|
367
|
+
minOccurs="0" maxOccurs="unbounded"/>
|
368
|
+
</xsd:sequence>
|
369
|
+
|
370
|
+
<xsd:attribute name="id" type="xsd:ID"/>
|
371
|
+
</xsd:complexType>
|
372
|
+
|
373
|
+
<!-- **************************************************** -->
|
374
|
+
|
375
|
+
<xsd:complexType name="service-ref_handlerType">
|
376
|
+
<xsd:annotation>
|
377
|
+
<xsd:documentation>
|
378
|
+
|
379
|
+
Declares the handler for a port-component. Handlers can access the
|
380
|
+
init-param name/value pairs using the HandlerInfo interface. If
|
381
|
+
port-name is not specified, the handler is assumed to be associated
|
382
|
+
with all ports of the service.
|
383
|
+
|
384
|
+
Used in: service-ref
|
385
|
+
|
386
|
+
</xsd:documentation>
|
387
|
+
</xsd:annotation>
|
388
|
+
<xsd:sequence>
|
389
|
+
<xsd:group ref="javaee:descriptionGroup"/>
|
390
|
+
<xsd:element name="handler-name"
|
391
|
+
type="javaee:string">
|
392
|
+
<xsd:annotation>
|
393
|
+
<xsd:documentation>
|
394
|
+
|
395
|
+
Defines the name of the handler. The name must be unique
|
396
|
+
within the module.
|
397
|
+
|
398
|
+
</xsd:documentation>
|
399
|
+
</xsd:annotation>
|
400
|
+
</xsd:element>
|
401
|
+
<xsd:element name="handler-class"
|
402
|
+
type="javaee:fully-qualified-classType">
|
403
|
+
<xsd:annotation>
|
404
|
+
<xsd:documentation>
|
405
|
+
|
406
|
+
Defines a fully qualified class name for the handler
|
407
|
+
implementation.
|
408
|
+
|
409
|
+
</xsd:documentation>
|
410
|
+
</xsd:annotation>
|
411
|
+
</xsd:element>
|
412
|
+
<xsd:element name="init-param"
|
413
|
+
type="javaee:param-valueType"
|
414
|
+
minOccurs="0" maxOccurs="unbounded"/>
|
415
|
+
|
416
|
+
<xsd:element name="soap-header"
|
417
|
+
type="javaee:xsdQNameType"
|
418
|
+
minOccurs="0" maxOccurs="unbounded">
|
419
|
+
<xsd:annotation>
|
420
|
+
<xsd:documentation>
|
421
|
+
|
422
|
+
Defines the QName of a SOAP header that will be processed
|
423
|
+
by the handler.
|
424
|
+
|
425
|
+
</xsd:documentation>
|
426
|
+
</xsd:annotation>
|
427
|
+
</xsd:element>
|
428
|
+
|
429
|
+
<xsd:element name="soap-role"
|
430
|
+
type="javaee:string"
|
431
|
+
minOccurs="0" maxOccurs="unbounded">
|
432
|
+
<xsd:annotation>
|
433
|
+
<xsd:documentation>
|
434
|
+
|
435
|
+
The soap-role element contains a SOAP actor definition that
|
436
|
+
the Handler will play as a role.
|
437
|
+
|
438
|
+
</xsd:documentation>
|
439
|
+
</xsd:annotation>
|
440
|
+
</xsd:element>
|
441
|
+
|
442
|
+
<xsd:element name="port-name"
|
443
|
+
type="javaee:string"
|
444
|
+
minOccurs="0" maxOccurs="unbounded">
|
445
|
+
<xsd:annotation>
|
446
|
+
<xsd:documentation>
|
447
|
+
|
448
|
+
The port-name element defines the WSDL port-name that a
|
449
|
+
handler should be associated with.
|
450
|
+
|
451
|
+
</xsd:documentation>
|
452
|
+
</xsd:annotation>
|
453
|
+
</xsd:element>
|
454
|
+
</xsd:sequence>
|
455
|
+
<xsd:attribute name="id" type="xsd:ID"/>
|
456
|
+
</xsd:complexType>
|
457
|
+
|
458
|
+
<!-- **************************************************** -->
|
459
|
+
|
460
|
+
<xsd:simpleType name="service-ref_protocol-URIAliasType">
|
461
|
+
<xsd:annotation>
|
462
|
+
<xsd:documentation>
|
463
|
+
Defines the type that is used for specifying tokens that
|
464
|
+
start with ## which are used to alias existing standard
|
465
|
+
protocol bindings and support aliases for new standard
|
466
|
+
binding URIs that are introduced in future specifications.
|
467
|
+
|
468
|
+
The following tokens alias the standard protocol binding
|
469
|
+
URIs:
|
470
|
+
|
471
|
+
##SOAP11_HTTP = "http://schemas.xmlsoap.org/wsdl/soap/http"
|
472
|
+
##SOAP11_HTTP_MTOM =
|
473
|
+
"http://schemas.xmlsoap.org/wsdl/soap/http?mtom=true"
|
474
|
+
##SOAP12_HTTP = "http://www.w3.org/2003/05/soap/bindings/HTTP/"
|
475
|
+
##SOAP12_HTTP_MTOM =
|
476
|
+
"http://www.w3.org/2003/05/soap/bindings/HTTP/?mtom=true"
|
477
|
+
##XML_HTTP = "http://www.w3.org/2004/08/wsdl/http"
|
478
|
+
|
479
|
+
</xsd:documentation>
|
480
|
+
</xsd:annotation>
|
481
|
+
<xsd:restriction base="xsd:token">
|
482
|
+
<xsd:pattern value="##.+"/>
|
483
|
+
</xsd:restriction>
|
484
|
+
</xsd:simpleType>
|
485
|
+
|
486
|
+
<!-- **************************************************** -->
|
487
|
+
|
488
|
+
<xsd:simpleType name="service-ref_protocol-bindingListType">
|
489
|
+
<xsd:annotation>
|
490
|
+
<xsd:documentation>
|
491
|
+
Defines the type used for specifying a list of
|
492
|
+
protocol-bindingType(s). For e.g.
|
493
|
+
|
494
|
+
##SOAP11_HTTP ##SOAP12_HTTP ##XML_HTTP
|
495
|
+
|
496
|
+
</xsd:documentation>
|
497
|
+
</xsd:annotation>
|
498
|
+
<xsd:list itemType="javaee:service-ref_protocol-bindingType"/>
|
499
|
+
</xsd:simpleType>
|
500
|
+
|
501
|
+
<!-- **************************************************** -->
|
502
|
+
|
503
|
+
<xsd:simpleType name="service-ref_protocol-bindingType">
|
504
|
+
<xsd:annotation>
|
505
|
+
<xsd:documentation>
|
506
|
+
Defines the type used for specifying the URI for the
|
507
|
+
protocol binding used by the port-component. For
|
508
|
+
portability one could use one of the following tokens that
|
509
|
+
alias the standard binding types:
|
510
|
+
|
511
|
+
##SOAP11_HTTP
|
512
|
+
##SOAP11_HTTP_MTOM
|
513
|
+
##SOAP12_HTTP
|
514
|
+
##SOAP12_HTTP_MTOM
|
515
|
+
##XML_HTTP
|
516
|
+
|
517
|
+
Other specifications could define tokens that start with ##
|
518
|
+
to alias new standard binding URIs that are introduced.
|
519
|
+
|
520
|
+
</xsd:documentation>
|
521
|
+
</xsd:annotation>
|
522
|
+
<xsd:union memberTypes="xsd:anyURI javaee:service-ref_protocol-URIAliasType"/>
|
523
|
+
</xsd:simpleType>
|
524
|
+
|
525
|
+
<!-- **************************************************** -->
|
526
|
+
|
527
|
+
<xsd:simpleType name="service-ref_qname-pattern">
|
528
|
+
<xsd:annotation>
|
529
|
+
<xsd:documentation>
|
530
|
+
This is used to specify the QName pattern in the
|
531
|
+
attribute service-name-pattern and port-name-pattern in
|
532
|
+
the handler-chain element
|
533
|
+
|
534
|
+
For example, the various forms acceptable here for
|
535
|
+
service-name-pattern attribute in handler-chain element
|
536
|
+
are :
|
537
|
+
|
538
|
+
Exact Name: service-name-pattern="ns1:EchoService"
|
539
|
+
|
540
|
+
In this case, handlers specified in this
|
541
|
+
handler-chain element will apply to all ports with
|
542
|
+
this exact service name. The namespace prefix must
|
543
|
+
have been declared in a namespace declaration
|
544
|
+
attribute in either the start-tag of the element
|
545
|
+
where the prefix is used or in an an ancestor
|
546
|
+
element (i.e. an element in whose content the
|
547
|
+
prefixed markup occurs)
|
548
|
+
|
549
|
+
Pattern : service-name-pattern="ns1:EchoService*"
|
550
|
+
|
551
|
+
In this case, handlers specified in this
|
552
|
+
handler-chain element will apply to all ports whose
|
553
|
+
Service names are like EchoService1, EchoServiceFoo
|
554
|
+
etc. The namespace prefix must have been declared in
|
555
|
+
a namespace declaration attribute in either the
|
556
|
+
start-tag of the element where the prefix is used or
|
557
|
+
in an an ancestor element (i.e. an element in whose
|
558
|
+
content the prefixed markup occurs)
|
559
|
+
|
560
|
+
Wild Card : service-name-pattern="*"
|
561
|
+
|
562
|
+
In this case, handlers specified in this handler-chain
|
563
|
+
element will apply to ports of all service names.
|
564
|
+
|
565
|
+
The same can be applied to port-name attribute in
|
566
|
+
handler-chain element.
|
567
|
+
|
568
|
+
</xsd:documentation>
|
569
|
+
</xsd:annotation>
|
570
|
+
|
571
|
+
<xsd:restriction base="xsd:token">
|
572
|
+
<xsd:pattern value="\*|([\i-[:]][\c-[:]]*:)?[\i-[:]][\c-[:]]*\*?"/>
|
573
|
+
</xsd:restriction>
|
574
|
+
|
575
|
+
</xsd:simpleType>
|
576
|
+
|
577
|
+
</xsd:schema>
|
578
|
+
|