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,416 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
|
3
|
+
<xsd:schema
|
4
|
+
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
5
|
+
xmlns:tns="http://java.sun.com/xml/ns/jax-rpc/ri/config"
|
6
|
+
targetNamespace="http://java.sun.com/xml/ns/jax-rpc/ri/config"
|
7
|
+
elementFormDefault="qualified"
|
8
|
+
attributeFormDefault="unqualified"
|
9
|
+
version="1.0">
|
10
|
+
|
11
|
+
<xsd:annotation>
|
12
|
+
<xsd:documentation>
|
13
|
+
This is the schema for wscompile configuration files.
|
14
|
+
The only allowed top-level element is "configuration".
|
15
|
+
</xsd:documentation>
|
16
|
+
</xsd:annotation>
|
17
|
+
|
18
|
+
<xsd:element name="configuration">
|
19
|
+
<xsd:annotation>
|
20
|
+
<xsd:documentation>
|
21
|
+
The top-level element. It must contain one out of three possible elements,
|
22
|
+
corresponding to three different ways to feed service information to the tool.
|
23
|
+
|
24
|
+
Elements: (mutually exclusive)
|
25
|
+
"service" - a service description based on a set of service endpoint interfaces;
|
26
|
+
"wsdl" - a WSDL document to import and process;
|
27
|
+
"modelfile" - a previously saved model file (-model option in wscompile).
|
28
|
+
"j2eeMappingFile" - J2EE mapping information defined by JSR 109
|
29
|
+
</xsd:documentation>
|
30
|
+
</xsd:annotation>
|
31
|
+
<xsd:complexType>
|
32
|
+
<xsd:sequence>
|
33
|
+
<xsd:choice>
|
34
|
+
<xsd:element name="service" type="tns:serviceType"/>
|
35
|
+
<xsd:element name="wsdl" type="tns:wsdlType"/>
|
36
|
+
<xsd:element name="modelfile" type="tns:modelfileType"/>
|
37
|
+
<xsd:element name="j2eeMappingFile" type="tns:j2eeMappingFileType"/>
|
38
|
+
</xsd:choice>
|
39
|
+
</xsd:sequence>
|
40
|
+
</xsd:complexType>
|
41
|
+
</xsd:element>
|
42
|
+
|
43
|
+
<xsd:complexType name="serviceType">
|
44
|
+
<xsd:annotation>
|
45
|
+
<xsd:documentation>
|
46
|
+
A description of a service based on a set of Java interfaces (called "service endpoint
|
47
|
+
interfaces" in the spec).
|
48
|
+
|
49
|
+
Attributes:
|
50
|
+
"name" - service name;
|
51
|
+
"targetNamespace" - target namespace for the generated WSDL document;
|
52
|
+
"typeNamespace" - target namespace for the XML Schema embedded in the generated WSDL document;
|
53
|
+
"packageName" - name of the Java package to use by default.
|
54
|
+
|
55
|
+
Elements:
|
56
|
+
"interface"* - a sequence of service endpoint interface descriptions;
|
57
|
+
"typeMappingRegistry"? - the type mapping registry to use for this service;
|
58
|
+
"handlerChains"? - default handler chains for the endpoints in this service;
|
59
|
+
"namespaceMappingRegistry"? - XML namespace to Java package mapping information.
|
60
|
+
</xsd:documentation>
|
61
|
+
</xsd:annotation>
|
62
|
+
|
63
|
+
<xsd:sequence>
|
64
|
+
<xsd:element name="interface" type="tns:interfaceType" minOccurs="0" maxOccurs="unbounded"/>
|
65
|
+
<xsd:element name="typeMappingRegistry" type="tns:typeMappingRegistryType" minOccurs="0"/>
|
66
|
+
<xsd:element name="handlerChains" type="tns:handlerChainsType" minOccurs="0"/>
|
67
|
+
<xsd:element name="namespaceMappingRegistry" type="tns:namespaceMappingRegistryType" minOccurs="0"/>
|
68
|
+
</xsd:sequence>
|
69
|
+
<xsd:attribute name="name" type="xsd:string" use="required"/>
|
70
|
+
<xsd:attribute name="targetNamespace" type="xsd:anyURI" use="required"/>
|
71
|
+
<xsd:attribute name="typeNamespace" type="xsd:anyURI" use="required"/>
|
72
|
+
<xsd:attribute name="packageName" type="xsd:string" use="required"/>
|
73
|
+
</xsd:complexType>
|
74
|
+
|
75
|
+
<xsd:complexType name="interfaceType">
|
76
|
+
<xsd:annotation>
|
77
|
+
<xsd:documentation>
|
78
|
+
An endpoint definition based on a service endpoint interface.
|
79
|
+
|
80
|
+
Attributes:
|
81
|
+
"name" - name of the service endpoint interface (a Java interface);
|
82
|
+
"servantName" (optional) - name of the service endpoint implementation class;
|
83
|
+
"soapAction" (optional) - SOAPAction string to use for all operations in the interface;
|
84
|
+
"soapActionBase" (optional) - base URI for the SOAPAction string; the SOAPAction for
|
85
|
+
a given operation will be obtained by appending the operation name to the value provided
|
86
|
+
here; this attribute is exclusive with the "soapAction" one.
|
87
|
+
|
88
|
+
Elements:
|
89
|
+
"handlerChains" - specifies the handler chains for this endpoint.
|
90
|
+
</xsd:documentation>
|
91
|
+
</xsd:annotation>
|
92
|
+
|
93
|
+
<xsd:sequence>
|
94
|
+
<xsd:element name="handlerChains" type="tns:handlerChainsType" minOccurs="0"/>
|
95
|
+
</xsd:sequence>
|
96
|
+
<xsd:attribute name="name" type="xsd:string" use="required"/>
|
97
|
+
<xsd:attribute name="servantName" type="xsd:string"/>
|
98
|
+
<xsd:attribute name="soapAction" type="xsd:string"/>
|
99
|
+
<xsd:attribute name="soapActionBase" type="xsd:string"/>
|
100
|
+
</xsd:complexType>
|
101
|
+
|
102
|
+
<xsd:complexType name="wsdlType">
|
103
|
+
<xsd:annotation>
|
104
|
+
<xsd:documentation>
|
105
|
+
A description of a service based on an existing WSDL document.
|
106
|
+
|
107
|
+
Attributes:
|
108
|
+
"location" - URL of the WSDL document;
|
109
|
+
"packageName" - name of the Java package to use by default.
|
110
|
+
|
111
|
+
Elements:
|
112
|
+
"typeMappingRegistry"? - the type mapping registry to use for this service;
|
113
|
+
"handlerChains"? - default handler chains for the endpoints in this service;
|
114
|
+
"namespaceMappingRegistry"? - XML namespace to Java package mapping information.
|
115
|
+
</xsd:documentation>
|
116
|
+
</xsd:annotation>
|
117
|
+
|
118
|
+
<xsd:sequence>
|
119
|
+
<xsd:element name="typeMappingRegistry" type="tns:typeMappingRegistryType" minOccurs="0"/>
|
120
|
+
<xsd:element name="handlerChains" type="tns:handlerChainsType" minOccurs="0"/>
|
121
|
+
<xsd:element name="namespaceMappingRegistry" type="tns:namespaceMappingRegistryType" minOccurs="0"/>
|
122
|
+
</xsd:sequence>
|
123
|
+
<xsd:attribute name="location" type="xsd:anyURI" use="required"/>
|
124
|
+
<xsd:attribute name="packageName" type="xsd:string" use="required"/>
|
125
|
+
</xsd:complexType>
|
126
|
+
|
127
|
+
<xsd:complexType name="modelfileType">
|
128
|
+
<xsd:annotation>
|
129
|
+
<xsd:documentation>
|
130
|
+
A description of a service based on an existing model file.
|
131
|
+
|
132
|
+
Attributes:
|
133
|
+
"location" - URL of the model file (typically ending in .xml.gz);
|
134
|
+
</xsd:documentation>
|
135
|
+
</xsd:annotation>
|
136
|
+
|
137
|
+
<xsd:sequence>
|
138
|
+
</xsd:sequence>
|
139
|
+
<xsd:attribute name="location" type="xsd:anyURI" use="required"/>
|
140
|
+
</xsd:complexType>
|
141
|
+
|
142
|
+
<xsd:complexType name="j2eeMappingFileType">
|
143
|
+
<xsd:annotation>
|
144
|
+
<xsd:documentation>
|
145
|
+
|
146
|
+
Attirbutes:
|
147
|
+
"location" - the J2EE mapping file URL
|
148
|
+
"wsdlLocation" - the wsdl file URL
|
149
|
+
|
150
|
+
</xsd:documentation>
|
151
|
+
</xsd:annotation>
|
152
|
+
|
153
|
+
<xsd:attribute name="location" type="xsd:anyURI" use="required"/>
|
154
|
+
<xsd:attribute name="wsdlLocation" type="xsd:anyURI" use="required"/>
|
155
|
+
</xsd:complexType>
|
156
|
+
|
157
|
+
|
158
|
+
<xsd:complexType name="handlerChainsType">
|
159
|
+
<xsd:annotation>
|
160
|
+
<xsd:documentation>
|
161
|
+
A set of handlerChains.
|
162
|
+
</xsd:documentation>
|
163
|
+
</xsd:annotation>
|
164
|
+
|
165
|
+
<xsd:sequence>
|
166
|
+
<xsd:element name="chain" type="tns:chainType" minOccurs="0" maxOccurs="unbounded"/>
|
167
|
+
</xsd:sequence>
|
168
|
+
</xsd:complexType>
|
169
|
+
|
170
|
+
<xsd:complexType name="chainType">
|
171
|
+
<xsd:annotation>
|
172
|
+
<xsd:documentation>
|
173
|
+
A handler chain.
|
174
|
+
|
175
|
+
Attributes:
|
176
|
+
"runAt" - specifies whether the chain must run on the client or the server;
|
177
|
+
"roles" - the SOAP roles for the chain.
|
178
|
+
|
179
|
+
Elements:
|
180
|
+
"handler"* - a sequence of handlers that form this chain.
|
181
|
+
</xsd:documentation>
|
182
|
+
</xsd:annotation>
|
183
|
+
|
184
|
+
<xsd:sequence>
|
185
|
+
<xsd:element name="handler" type="tns:handlerType" minOccurs="0" maxOccurs="unbounded"/>
|
186
|
+
</xsd:sequence>
|
187
|
+
<xsd:attribute name="runAt" type="tns:runAtType" use="required"/>
|
188
|
+
<xsd:attribute name="roles" type="tns:roleListType"/>
|
189
|
+
</xsd:complexType>
|
190
|
+
|
191
|
+
<xsd:simpleType name="roleListType">
|
192
|
+
<xsd:annotation>
|
193
|
+
<xsd:documentation>
|
194
|
+
A list of SOAP roles, i.e. a list of URIs.
|
195
|
+
</xsd:documentation>
|
196
|
+
</xsd:annotation>
|
197
|
+
|
198
|
+
<xsd:list itemType="xsd:anyURI"/>
|
199
|
+
</xsd:simpleType>
|
200
|
+
|
201
|
+
<xsd:complexType name="handlerType">
|
202
|
+
<xsd:annotation>
|
203
|
+
<xsd:documentation>
|
204
|
+
A handler description.
|
205
|
+
|
206
|
+
Attributes:
|
207
|
+
"className" - the name of the handler's class;
|
208
|
+
"headers" - the names of the headers consumed by this handler.
|
209
|
+
|
210
|
+
Elements:
|
211
|
+
"property"* - initialization properties for this handler.
|
212
|
+
</xsd:documentation>
|
213
|
+
</xsd:annotation>
|
214
|
+
|
215
|
+
<xsd:sequence>
|
216
|
+
<xsd:element name="property" type="tns:propertyType" minOccurs="0" maxOccurs="unbounded"/>
|
217
|
+
</xsd:sequence>
|
218
|
+
<xsd:attribute name="className" type="xsd:string" use="required"/>
|
219
|
+
<xsd:attribute name="headers" type="tns:headerListType"/>
|
220
|
+
</xsd:complexType>
|
221
|
+
|
222
|
+
<xsd:simpleType name="headerListType">
|
223
|
+
<xsd:annotation>
|
224
|
+
<xsd:documentation>
|
225
|
+
A list of header names, i.e. a list of QNames.
|
226
|
+
</xsd:documentation>
|
227
|
+
</xsd:annotation>
|
228
|
+
|
229
|
+
<xsd:list itemType="xsd:QName"/>
|
230
|
+
</xsd:simpleType>
|
231
|
+
|
232
|
+
<xsd:complexType name="propertyType">
|
233
|
+
<xsd:annotation>
|
234
|
+
<xsd:documentation>
|
235
|
+
An initialization property for a handler.
|
236
|
+
|
237
|
+
Attributes:
|
238
|
+
"name" - the name of the property;
|
239
|
+
"value" - its value.
|
240
|
+
</xsd:documentation>
|
241
|
+
</xsd:annotation>
|
242
|
+
|
243
|
+
<xsd:sequence>
|
244
|
+
</xsd:sequence>
|
245
|
+
<xsd:attribute name="name" type="xsd:string" use="required"/>
|
246
|
+
<xsd:attribute name="value" type="xsd:string" use="required"/>
|
247
|
+
</xsd:complexType>
|
248
|
+
|
249
|
+
<xsd:simpleType name ="runAtType">
|
250
|
+
<xsd:annotation>
|
251
|
+
<xsd:documentation>
|
252
|
+
The places a handler chain can run at, one of "client" or "server".
|
253
|
+
</xsd:documentation>
|
254
|
+
</xsd:annotation>
|
255
|
+
|
256
|
+
<xsd:restriction base="xsd:string">
|
257
|
+
<xsd:enumeration value="client"/>
|
258
|
+
<xsd:enumeration value="server"/>
|
259
|
+
</xsd:restriction>
|
260
|
+
</xsd:simpleType>
|
261
|
+
|
262
|
+
<xsd:complexType name="typeMappingRegistryType">
|
263
|
+
<xsd:annotation>
|
264
|
+
<xsd:documentation>
|
265
|
+
A type mapping registry.
|
266
|
+
|
267
|
+
Elements:
|
268
|
+
"import"? - a list of XML Schema documents that describe user-defined types.
|
269
|
+
"typeMapping"* - a sequence of type mappings, one per encoding.
|
270
|
+
"additionalTypes"? - a list of additional Java types that should be processed even if
|
271
|
+
don't appear in the interfaces for the service.
|
272
|
+
</xsd:documentation>
|
273
|
+
</xsd:annotation>
|
274
|
+
|
275
|
+
<xsd:sequence>
|
276
|
+
<xsd:element name="import" type="tns:importType" minOccurs="0"/>
|
277
|
+
<xsd:element name="typeMapping" type="tns:typeMappingType" minOccurs="0" maxOccurs="unbounded"/>
|
278
|
+
<xsd:element name="additionalTypes" type="tns:additionalTypesType" minOccurs="0"/>
|
279
|
+
</xsd:sequence>
|
280
|
+
</xsd:complexType>
|
281
|
+
|
282
|
+
<xsd:complexType name="importType">
|
283
|
+
<xsd:annotation>
|
284
|
+
<xsd:documentation>
|
285
|
+
A list of schema documents to import, usually describing schema types used
|
286
|
+
by pluggable serializers.
|
287
|
+
|
288
|
+
Elements:
|
289
|
+
"schema"* - a list of schema documents to import.
|
290
|
+
</xsd:documentation>
|
291
|
+
</xsd:annotation>
|
292
|
+
|
293
|
+
<xsd:sequence>
|
294
|
+
<xsd:element name="schema" type="tns:schemaType" minOccurs="0" maxOccurs="unbounded"/>
|
295
|
+
</xsd:sequence>
|
296
|
+
</xsd:complexType>
|
297
|
+
|
298
|
+
<xsd:complexType name="schemaType">
|
299
|
+
<xsd:annotation>
|
300
|
+
<xsd:documentation>
|
301
|
+
One schema document to be imported.
|
302
|
+
Attributes:
|
303
|
+
"namespace" - the namespace that the document describes;
|
304
|
+
"location" - a URL pointing to the schema document.
|
305
|
+
</xsd:documentation>
|
306
|
+
</xsd:annotation>
|
307
|
+
|
308
|
+
<xsd:sequence>
|
309
|
+
</xsd:sequence>
|
310
|
+
<xsd:attribute name="namespace" type="xsd:anyURI" use="required"/>
|
311
|
+
<xsd:attribute name="location" type="xsd:anyURI" use="required"/>
|
312
|
+
</xsd:complexType>
|
313
|
+
|
314
|
+
<xsd:complexType name="typeMappingType">
|
315
|
+
<xsd:annotation>
|
316
|
+
<xsd:documentation>
|
317
|
+
A type mapping for a particular encoding.
|
318
|
+
|
319
|
+
Attributes:
|
320
|
+
"encodingStyle" - the URI denoting the encoding.
|
321
|
+
|
322
|
+
Elements:
|
323
|
+
"entry"* - a list of type mapping entries.
|
324
|
+
</xsd:documentation>
|
325
|
+
</xsd:annotation>
|
326
|
+
|
327
|
+
<xsd:sequence>
|
328
|
+
<xsd:element name="entry" type="tns:entryType" minOccurs="0" maxOccurs="unbounded"/>
|
329
|
+
</xsd:sequence>
|
330
|
+
<xsd:attribute name="encodingStyle" type="xsd:anyURI" use="required"/>
|
331
|
+
</xsd:complexType>
|
332
|
+
|
333
|
+
<xsd:complexType name="entryType">
|
334
|
+
<xsd:annotation>
|
335
|
+
<xsd:documentation>
|
336
|
+
An entry in a type mapping.
|
337
|
+
|
338
|
+
Attributes:
|
339
|
+
"schemaType" - the name of a schema type;
|
340
|
+
"javaType" - the name of the corresponding Java class;
|
341
|
+
"serializerFactory" - the name of the serializer factory class to use for this type;
|
342
|
+
"deserializerFactory" - the name of the deserializer factory class to use for this type.
|
343
|
+
</xsd:documentation>
|
344
|
+
</xsd:annotation>
|
345
|
+
|
346
|
+
<xsd:sequence>
|
347
|
+
</xsd:sequence>
|
348
|
+
<xsd:attribute name="schemaType" type="xsd:QName" use="required"/>
|
349
|
+
<xsd:attribute name="javaType" type="xsd:string" use="required"/>
|
350
|
+
<xsd:attribute name="serializerFactory" type="xsd:string" use="required"/>
|
351
|
+
<xsd:attribute name="deserializerFactory" type="xsd:string" use="required"/>
|
352
|
+
</xsd:complexType>
|
353
|
+
|
354
|
+
<xsd:complexType name="additionalTypesType">
|
355
|
+
<xsd:annotation>
|
356
|
+
<xsd:documentation>
|
357
|
+
A list of additional Java types to be processed by the tool..
|
358
|
+
|
359
|
+
Elements:
|
360
|
+
"class"* - a list of classes to be processed.
|
361
|
+
</xsd:documentation>
|
362
|
+
</xsd:annotation>
|
363
|
+
|
364
|
+
<xsd:sequence>
|
365
|
+
<xsd:element name="class" type="tns:classType" minOccurs="0" maxOccurs="unbounded"/>
|
366
|
+
</xsd:sequence>
|
367
|
+
</xsd:complexType>
|
368
|
+
|
369
|
+
<xsd:complexType name="classType">
|
370
|
+
<xsd:annotation>
|
371
|
+
<xsd:documentation>
|
372
|
+
A Java class description.
|
373
|
+
|
374
|
+
Attributes:
|
375
|
+
"class" - the name of the class.
|
376
|
+
</xsd:documentation>
|
377
|
+
</xsd:annotation>
|
378
|
+
|
379
|
+
<xsd:sequence>
|
380
|
+
</xsd:sequence>
|
381
|
+
<xsd:attribute name="name" type="xsd:string" use="required"/>
|
382
|
+
</xsd:complexType>
|
383
|
+
|
384
|
+
<xsd:complexType name="namespaceMappingRegistryType">
|
385
|
+
<xsd:annotation>
|
386
|
+
<xsd:documentation>
|
387
|
+
A registry mapping XML namespace to/from Java packages.
|
388
|
+
|
389
|
+
Elements:
|
390
|
+
"namespaceMapping"* - a list of mappings.
|
391
|
+
</xsd:documentation>
|
392
|
+
</xsd:annotation>
|
393
|
+
|
394
|
+
<xsd:sequence>
|
395
|
+
<xsd:element name="namespaceMapping" type="tns:namespaceMappingType" minOccurs="0" maxOccurs="unbounded"/>
|
396
|
+
</xsd:sequence>
|
397
|
+
</xsd:complexType>
|
398
|
+
|
399
|
+
<xsd:complexType name="namespaceMappingType">
|
400
|
+
<xsd:annotation>
|
401
|
+
<xsd:documentation>
|
402
|
+
One XML namespace to/from Java package mapping.
|
403
|
+
|
404
|
+
Attributes:
|
405
|
+
"namespace" - XML namespace name;
|
406
|
+
"packageName" - Java package name.
|
407
|
+
</xsd:documentation>
|
408
|
+
</xsd:annotation>
|
409
|
+
|
410
|
+
<xsd:sequence>
|
411
|
+
</xsd:sequence>
|
412
|
+
<xsd:attribute name="namespace" type="xsd:anyURI" use="required"/>
|
413
|
+
<xsd:attribute name="packageName" type="xsd:string" use="required"/>
|
414
|
+
</xsd:complexType>
|
415
|
+
|
416
|
+
</xsd:schema>
|
@@ -0,0 +1,308 @@
|
|
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="2.0">
|
10
|
+
<xsd:annotation>
|
11
|
+
<xsd:documentation>
|
12
|
+
@(#)jsp_2_0.xsds 1.17 03/18/03
|
13
|
+
</xsd:documentation>
|
14
|
+
</xsd:annotation>
|
15
|
+
|
16
|
+
<xsd:annotation>
|
17
|
+
<xsd:documentation>
|
18
|
+
|
19
|
+
Copyright 2003 Sun Microsystems, Inc., 901 San Antonio
|
20
|
+
Road, Palo Alto, California 94303, U.S.A. All rights
|
21
|
+
reserved.
|
22
|
+
|
23
|
+
Sun Microsystems, Inc. has intellectual property rights
|
24
|
+
relating to technology described in this document. In
|
25
|
+
particular, and without limitation, these intellectual
|
26
|
+
property rights may include one or more of the U.S. patents
|
27
|
+
listed at http://www.sun.com/patents and one or more
|
28
|
+
additional patents or pending patent applications in the
|
29
|
+
U.S. and other countries.
|
30
|
+
|
31
|
+
This document and the technology which it describes are
|
32
|
+
distributed under licenses restricting their use, copying,
|
33
|
+
distribution, and decompilation. No part of this document
|
34
|
+
may be reproduced in any form by any means without prior
|
35
|
+
written authorization of Sun and its licensors, if any.
|
36
|
+
|
37
|
+
Third-party software, including font technology, is
|
38
|
+
copyrighted and licensed from Sun suppliers.
|
39
|
+
|
40
|
+
Sun, Sun Microsystems, the Sun logo, Solaris, Java, J2EE,
|
41
|
+
JavaServer Pages, Enterprise JavaBeans and the Java Coffee
|
42
|
+
Cup logo are trademarks or registered trademarks of Sun
|
43
|
+
Microsystems, Inc. in the U.S. and other countries.
|
44
|
+
|
45
|
+
Federal Acquisitions: Commercial Software - Government Users
|
46
|
+
Subject to Standard License Terms and Conditions.
|
47
|
+
|
48
|
+
</xsd:documentation>
|
49
|
+
</xsd:annotation>
|
50
|
+
|
51
|
+
<xsd:annotation>
|
52
|
+
<xsd:documentation>
|
53
|
+
|
54
|
+
This is the XML Schema for the JSP 2.0 deployment descriptor
|
55
|
+
types. The JSP 2.0 schema contains all the special
|
56
|
+
structures and datatypes that are necessary to use JSP files
|
57
|
+
from a web application.
|
58
|
+
|
59
|
+
The contents of this schema is used by the web-app_2_4.xsd
|
60
|
+
file to define JSP specific content.
|
61
|
+
|
62
|
+
</xsd:documentation>
|
63
|
+
</xsd:annotation>
|
64
|
+
|
65
|
+
<xsd:annotation>
|
66
|
+
<xsd:documentation>
|
67
|
+
|
68
|
+
The following conventions apply to all J2EE
|
69
|
+
deployment descriptor elements unless indicated otherwise.
|
70
|
+
|
71
|
+
- In elements that specify a pathname to a file within the
|
72
|
+
same JAR file, relative filenames (i.e., those not
|
73
|
+
starting with "/") are considered relative to the root of
|
74
|
+
the JAR file's namespace. Absolute filenames (i.e., those
|
75
|
+
starting with "/") also specify names in the root of the
|
76
|
+
JAR file's namespace. In general, relative names are
|
77
|
+
preferred. The exception is .war files where absolute
|
78
|
+
names are preferred for consistency with the Servlet API.
|
79
|
+
|
80
|
+
</xsd:documentation>
|
81
|
+
</xsd:annotation>
|
82
|
+
|
83
|
+
<xsd:include schemaLocation="j2ee_1_4.xsd"/>
|
84
|
+
|
85
|
+
|
86
|
+
<!-- **************************************************** -->
|
87
|
+
|
88
|
+
<xsd:complexType name="jsp-configType">
|
89
|
+
<xsd:annotation>
|
90
|
+
<xsd:documentation>
|
91
|
+
|
92
|
+
The jsp-configType is used to provide global configuration
|
93
|
+
information for the JSP files in a web application. It has
|
94
|
+
two subelements, taglib and jsp-property-group.
|
95
|
+
|
96
|
+
</xsd:documentation>
|
97
|
+
</xsd:annotation>
|
98
|
+
|
99
|
+
<xsd:sequence>
|
100
|
+
<xsd:element name="taglib"
|
101
|
+
type="j2ee:taglibType"
|
102
|
+
minOccurs="0"
|
103
|
+
maxOccurs="unbounded"/>
|
104
|
+
<xsd:element name="jsp-property-group"
|
105
|
+
type="j2ee:jsp-property-groupType"
|
106
|
+
minOccurs="0"
|
107
|
+
maxOccurs="unbounded"/>
|
108
|
+
</xsd:sequence>
|
109
|
+
<xsd:attribute name="id" type="xsd:ID"/>
|
110
|
+
</xsd:complexType>
|
111
|
+
|
112
|
+
<!-- **************************************************** -->
|
113
|
+
|
114
|
+
<xsd:complexType name="jsp-fileType">
|
115
|
+
<xsd:annotation>
|
116
|
+
<xsd:documentation>
|
117
|
+
|
118
|
+
The jsp-file element contains the full path to a JSP file
|
119
|
+
within the web application beginning with a `/'.
|
120
|
+
|
121
|
+
</xsd:documentation>
|
122
|
+
</xsd:annotation>
|
123
|
+
|
124
|
+
<xsd:simpleContent>
|
125
|
+
<xsd:restriction base="j2ee:pathType"/>
|
126
|
+
</xsd:simpleContent>
|
127
|
+
</xsd:complexType>
|
128
|
+
|
129
|
+
<!-- **************************************************** -->
|
130
|
+
|
131
|
+
<xsd:complexType name="jsp-property-groupType">
|
132
|
+
<xsd:annotation>
|
133
|
+
<xsd:documentation>
|
134
|
+
|
135
|
+
The jsp-property-groupType is used to group a number of
|
136
|
+
files so they can be given global property information.
|
137
|
+
All files so described are deemed to be JSP files. The
|
138
|
+
following additional properties can be described:
|
139
|
+
|
140
|
+
- Control whether EL is ignored
|
141
|
+
- Control whether scripting elements are invalid
|
142
|
+
- Indicate pageEncoding information.
|
143
|
+
- Indicate that a resource is a JSP document (XML)
|
144
|
+
- Prelude and Coda automatic includes.
|
145
|
+
|
146
|
+
</xsd:documentation>
|
147
|
+
</xsd:annotation>
|
148
|
+
|
149
|
+
<xsd:sequence>
|
150
|
+
<xsd:group ref="j2ee:descriptionGroup"/>
|
151
|
+
<xsd:element name="url-pattern"
|
152
|
+
type="j2ee:url-patternType"
|
153
|
+
maxOccurs="unbounded"/>
|
154
|
+
<xsd:element name="el-ignored"
|
155
|
+
type="j2ee:true-falseType"
|
156
|
+
minOccurs="0">
|
157
|
+
<xsd:annotation>
|
158
|
+
<xsd:documentation>
|
159
|
+
|
160
|
+
Can be used to easily set the isELIgnored
|
161
|
+
property of a group of JSP pages. By default, the
|
162
|
+
EL evaluation is enabled for Web Applications using
|
163
|
+
a Servlet 2.4 or greater web.xml, and disabled
|
164
|
+
otherwise.
|
165
|
+
|
166
|
+
</xsd:documentation>
|
167
|
+
</xsd:annotation>
|
168
|
+
</xsd:element>
|
169
|
+
<xsd:element name="page-encoding"
|
170
|
+
type="j2ee:string"
|
171
|
+
minOccurs="0">
|
172
|
+
<xsd:annotation>
|
173
|
+
<xsd:documentation>
|
174
|
+
|
175
|
+
The valid values of page-encoding are those of the
|
176
|
+
pageEncoding page directive. It is a
|
177
|
+
translation-time error to name different encodings
|
178
|
+
in the pageEncoding attribute of the page directive
|
179
|
+
of a JSP page and in a JSP configuration element
|
180
|
+
matching the page. It is also a translation-time
|
181
|
+
error to name different encodings in the prolog
|
182
|
+
or text declaration of a document in XML syntax and
|
183
|
+
in a JSP configuration element matching the document.
|
184
|
+
It is legal to name the same encoding through
|
185
|
+
mulitple mechanisms.
|
186
|
+
|
187
|
+
</xsd:documentation>
|
188
|
+
</xsd:annotation>
|
189
|
+
</xsd:element>
|
190
|
+
<xsd:element name="scripting-invalid"
|
191
|
+
type="j2ee:true-falseType"
|
192
|
+
minOccurs="0">
|
193
|
+
<xsd:annotation>
|
194
|
+
<xsd:documentation>
|
195
|
+
|
196
|
+
Can be used to easily disable scripting in a
|
197
|
+
group of JSP pages. By default, scripting is
|
198
|
+
enabled.
|
199
|
+
|
200
|
+
</xsd:documentation>
|
201
|
+
</xsd:annotation>
|
202
|
+
</xsd:element>
|
203
|
+
<xsd:element name="is-xml"
|
204
|
+
type="j2ee:true-falseType"
|
205
|
+
minOccurs="0">
|
206
|
+
<xsd:annotation>
|
207
|
+
<xsd:documentation>
|
208
|
+
|
209
|
+
If true, denotes that the group of resources
|
210
|
+
that match the URL pattern are JSP documents,
|
211
|
+
and thus must be interpreted as XML documents.
|
212
|
+
If false, the resources are assumed to not
|
213
|
+
be JSP documents, unless there is another
|
214
|
+
property group that indicates otherwise.
|
215
|
+
|
216
|
+
</xsd:documentation>
|
217
|
+
</xsd:annotation>
|
218
|
+
</xsd:element>
|
219
|
+
<xsd:element name="include-prelude"
|
220
|
+
type="j2ee:pathType"
|
221
|
+
minOccurs="0"
|
222
|
+
maxOccurs="unbounded">
|
223
|
+
<xsd:annotation>
|
224
|
+
<xsd:documentation>
|
225
|
+
|
226
|
+
The include-prelude element is a context-relative
|
227
|
+
path that must correspond to an element in the
|
228
|
+
Web Application. When the element is present,
|
229
|
+
the given path will be automatically included (as
|
230
|
+
in an include directive) at the beginning of each
|
231
|
+
JSP page in this jsp-property-group.
|
232
|
+
|
233
|
+
</xsd:documentation>
|
234
|
+
</xsd:annotation>
|
235
|
+
</xsd:element>
|
236
|
+
<xsd:element name="include-coda"
|
237
|
+
type="j2ee:pathType"
|
238
|
+
minOccurs="0"
|
239
|
+
maxOccurs="unbounded">
|
240
|
+
<xsd:annotation>
|
241
|
+
<xsd:documentation>
|
242
|
+
|
243
|
+
The include-coda element is a context-relative
|
244
|
+
path that must correspond to an element in the
|
245
|
+
Web Application. When the element is present,
|
246
|
+
the given path will be automatically included (as
|
247
|
+
in an include directive) at the end of each
|
248
|
+
JSP page in this jsp-property-group.
|
249
|
+
|
250
|
+
</xsd:documentation>
|
251
|
+
</xsd:annotation>
|
252
|
+
</xsd:element>
|
253
|
+
</xsd:sequence>
|
254
|
+
<xsd:attribute name="id" type="xsd:ID"/>
|
255
|
+
</xsd:complexType>
|
256
|
+
|
257
|
+
<!-- **************************************************** -->
|
258
|
+
|
259
|
+
<xsd:complexType name="taglibType">
|
260
|
+
<xsd:annotation>
|
261
|
+
<xsd:documentation>
|
262
|
+
|
263
|
+
The taglibType defines the syntax for declaring in
|
264
|
+
the deployment descriptor that a tag library is
|
265
|
+
available to the application. This can be done
|
266
|
+
to override implicit map entries from TLD files and
|
267
|
+
from the container.
|
268
|
+
|
269
|
+
</xsd:documentation>
|
270
|
+
</xsd:annotation>
|
271
|
+
|
272
|
+
<xsd:sequence>
|
273
|
+
<xsd:element name="taglib-uri"
|
274
|
+
type="j2ee:string">
|
275
|
+
<xsd:annotation>
|
276
|
+
<xsd:documentation>
|
277
|
+
|
278
|
+
A taglib-uri element describes a URI identifying a
|
279
|
+
tag library used in the web application. The body
|
280
|
+
of the taglib-uri element may be either an
|
281
|
+
absolute URI specification, or a relative URI.
|
282
|
+
There should be no entries in web.xml with the
|
283
|
+
same taglib-uri value.
|
284
|
+
|
285
|
+
</xsd:documentation>
|
286
|
+
</xsd:annotation>
|
287
|
+
</xsd:element>
|
288
|
+
|
289
|
+
<xsd:element name="taglib-location"
|
290
|
+
type="j2ee:pathType">
|
291
|
+
<xsd:annotation>
|
292
|
+
<xsd:documentation>
|
293
|
+
|
294
|
+
the taglib-location element contains the location
|
295
|
+
(as a resource relative to the root of the web
|
296
|
+
application) where to find the Tag Library
|
297
|
+
Description file for the tag library.
|
298
|
+
|
299
|
+
</xsd:documentation>
|
300
|
+
</xsd:annotation>
|
301
|
+
</xsd:element>
|
302
|
+
|
303
|
+
</xsd:sequence>
|
304
|
+
<xsd:attribute name="id" type="xsd:ID"/>
|
305
|
+
</xsd:complexType>
|
306
|
+
|
307
|
+
</xsd:schema>
|
308
|
+
|