glassfish 0.1.1-universal-java-1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (135) hide show
  1. data/COPYRIGHT +33 -0
  2. data/LICENSE.txt +263 -0
  3. data/README +12 -0
  4. data/bin/asadmin +7 -0
  5. data/bin/asadmin.bat +8 -0
  6. data/bin/glassfish_rails +40 -0
  7. data/config/asadminenv.conf +6 -0
  8. data/config/asenv.bat +28 -0
  9. data/config/asenv.conf +27 -0
  10. data/config/glassfish.container +4 -0
  11. data/domains/domain1/config/admin-keyfile +3 -0
  12. data/domains/domain1/config/cacerts.jks +0 -0
  13. data/domains/domain1/config/default-web.xml +906 -0
  14. data/domains/domain1/config/domain-passwords +0 -0
  15. data/domains/domain1/config/domain.xml +208 -0
  16. data/domains/domain1/config/keyfile +6 -0
  17. data/domains/domain1/config/keystore.jks +0 -0
  18. data/domains/domain1/config/logging.properties +82 -0
  19. data/domains/domain1/config/login.conf +18 -0
  20. data/domains/domain1/config/server.policy +160 -0
  21. data/domains/domain1/config/sun-acc.xml +40 -0
  22. data/domains/domain1/config/wss-server-config-1.0.xml +86 -0
  23. data/domains/domain1/config/wss-server-config-2.0.xml +94 -0
  24. data/domains/domain1/docroot/favicon.gif +0 -0
  25. data/domains/domain1/docroot/index.html +87 -0
  26. data/domains/domain1/master-password +0 -0
  27. data/lib/appclient/appclientlogin.conf +10 -0
  28. data/lib/appclient/client.policy +79 -0
  29. data/lib/appclient/wss-client-config-1.0.xml +84 -0
  30. data/lib/appclient/wss-client-config-2.0.xml +96 -0
  31. data/lib/dtds/application-client_1_2.dtd +292 -0
  32. data/lib/dtds/application-client_1_3.dtd +506 -0
  33. data/lib/dtds/application_1_2.dtd +197 -0
  34. data/lib/dtds/application_1_3.dtd +312 -0
  35. data/lib/dtds/connector_1_0.dtd +561 -0
  36. data/lib/dtds/ejb-jar_1_1.dtd +894 -0
  37. data/lib/dtds/ejb-jar_2_0.dtd +1671 -0
  38. data/lib/dtds/sun-application-client-container_1_0.dtd +123 -0
  39. data/lib/dtds/sun-application-client-container_1_1.dtd +264 -0
  40. data/lib/dtds/sun-application-client-container_1_2.dtd +267 -0
  41. data/lib/dtds/sun-application-client_1_3-0.dtd +57 -0
  42. data/lib/dtds/sun-application-client_1_4-0.dtd +182 -0
  43. data/lib/dtds/sun-application-client_1_4-1.dtd +431 -0
  44. data/lib/dtds/sun-application-client_5_0-0.dtd +495 -0
  45. data/lib/dtds/sun-application_1_3-0.dtd +30 -0
  46. data/lib/dtds/sun-application_1_4-0.dtd +44 -0
  47. data/lib/dtds/sun-application_5_0-0.dtd +51 -0
  48. data/lib/dtds/sun-cmp-mapping_1_0.dtd +100 -0
  49. data/lib/dtds/sun-cmp-mapping_1_1.dtd +99 -0
  50. data/lib/dtds/sun-cmp-mapping_1_2.dtd +106 -0
  51. data/lib/dtds/sun-connector_1_0-0.dtd +66 -0
  52. data/lib/dtds/sun-connector_1_5-0.dtd +62 -0
  53. data/lib/dtds/sun-domain_1_0.dtd +2007 -0
  54. data/lib/dtds/sun-domain_1_1.dtd +3080 -0
  55. data/lib/dtds/sun-domain_1_2.dtd +3697 -0
  56. data/lib/dtds/sun-domain_1_3.dtd +3867 -0
  57. data/lib/dtds/sun-ejb-jar_2_0-0.dtd +449 -0
  58. data/lib/dtds/sun-ejb-jar_2_0-1.dtd +454 -0
  59. data/lib/dtds/sun-ejb-jar_2_1-0.dtd +756 -0
  60. data/lib/dtds/sun-ejb-jar_2_1-1.dtd +1085 -0
  61. data/lib/dtds/sun-ejb-jar_3_0-0.dtd +1113 -0
  62. data/lib/dtds/sun-loadbalancer_1_0.dtd +156 -0
  63. data/lib/dtds/sun-loadbalancer_1_1.dtd +172 -0
  64. data/lib/dtds/sun-resources_1_0.dtd +650 -0
  65. data/lib/dtds/sun-resources_1_1.dtd +650 -0
  66. data/lib/dtds/sun-resources_1_2.dtd +662 -0
  67. data/lib/dtds/sun-resources_1_3.dtd +732 -0
  68. data/lib/dtds/sun-server_1_0.dtd +1056 -0
  69. data/lib/dtds/sun-web-app_2_3-0.dtd +230 -0
  70. data/lib/dtds/sun-web-app_2_3-1.dtd +230 -0
  71. data/lib/dtds/sun-web-app_2_4-0.dtd +466 -0
  72. data/lib/dtds/sun-web-app_2_4-1.dtd +742 -0
  73. data/lib/dtds/sun-web-app_2_5-0.dtd +789 -0
  74. data/lib/dtds/web-app_2_2.dtd +639 -0
  75. data/lib/dtds/web-app_2_3.dtd +1063 -0
  76. data/lib/dtds/web-jsptaglibrary_1_1.dtd +265 -0
  77. data/lib/dtds/web-jsptaglibrary_1_2.dtd +468 -0
  78. data/lib/package-appclient.xml +185 -0
  79. data/lib/processLauncher.properties +25 -0
  80. data/lib/processLauncher.xml +189 -0
  81. data/lib/schemas/XMLSchema.dtd +402 -0
  82. data/lib/schemas/application-client_1_4.xsd +267 -0
  83. data/lib/schemas/application-client_5.xsd +304 -0
  84. data/lib/schemas/application_1_4.xsd +315 -0
  85. data/lib/schemas/application_5.xsd +336 -0
  86. data/lib/schemas/connector_1_5.xsd +1036 -0
  87. data/lib/schemas/datatypes.dtd +203 -0
  88. data/lib/schemas/ejb-jar_2_1.xsd +2208 -0
  89. data/lib/schemas/ejb-jar_3_0.xsd +2706 -0
  90. data/lib/schemas/j2ee_1_4.xsd +1608 -0
  91. data/lib/schemas/j2ee_jaxrpc_mapping_1_1.xsd +886 -0
  92. data/lib/schemas/j2ee_web_services_1_1.xsd +491 -0
  93. data/lib/schemas/j2ee_web_services_client_1_1.xsd +345 -0
  94. data/lib/schemas/javaee_5.xsd +2096 -0
  95. data/lib/schemas/javaee_web_services_1_2.xsd +747 -0
  96. data/lib/schemas/javaee_web_services_client_1_2.xsd +578 -0
  97. data/lib/schemas/jax-rpc-ri-config.xsd +416 -0
  98. data/lib/schemas/jsp_2_0.xsd +308 -0
  99. data/lib/schemas/jsp_2_1.xsd +343 -0
  100. data/lib/schemas/orm_1_0.xsd +1516 -0
  101. data/lib/schemas/persistence_1_0.xsd +260 -0
  102. data/lib/schemas/web-app_2_4.xsd +1234 -0
  103. data/lib/schemas/web-app_2_5.xsd +1271 -0
  104. data/lib/schemas/web-jsptaglibrary_2_0.xsd +1010 -0
  105. data/lib/schemas/web-jsptaglibrary_2_1.xsd +1144 -0
  106. data/lib/schemas/xml.xsd +82 -0
  107. data/modules/admin-cli-10.0-SNAPSHOT.jar +0 -0
  108. data/modules/auto-depends-0.2-SNAPSHOT.jar +0 -0
  109. data/modules/cli-framework-10.0-SNAPSHOT.jar +0 -0
  110. data/modules/common-ee-util-10.0-SNAPSHOT.jar +0 -0
  111. data/modules/common-util-10.0-SNAPSHOT.jar +0 -0
  112. data/modules/config-0.2-SNAPSHOT.jar +0 -0
  113. data/modules/config-api-10.0-SNAPSHOT.jar +0 -0
  114. data/modules/gf-jruby-connector-10.0-SNAPSHOT.jar +0 -0
  115. data/modules/glassfish-10.0-SNAPSHOT.jar +0 -0
  116. data/modules/glassfish-api-10.0-SNAPSHOT.jar +0 -0
  117. data/modules/glassfish.rb +10 -0
  118. data/modules/grizzly-framework-1.7.1.jar +0 -0
  119. data/modules/grizzly-http-1.7.1.jar +0 -0
  120. data/modules/grizzly-http-utils-1.7.1.jar +0 -0
  121. data/modules/grizzly-jruby-1.7.0.jar +0 -0
  122. data/modules/grizzly-jruby-module-1.7.0.jar +0 -0
  123. data/modules/grizzly-module-1.7.1.jar +0 -0
  124. data/modules/grizzly-portunif-1.7.1.jar +0 -0
  125. data/modules/grizzly-rcm-1.7.1.jar +0 -0
  126. data/modules/hk2-0.2-SNAPSHOT.jar +0 -0
  127. data/modules/hk2-core-0.2-SNAPSHOT.jar +0 -0
  128. data/modules/junit-4.3.1.jar +0 -0
  129. data/modules/kernel-10.0-SNAPSHOT.jar +0 -0
  130. data/modules/persistence-api-1.0b.jar +0 -0
  131. data/modules/servlet-api-2.5.jar +0 -0
  132. data/modules/sjsxp-1.0.jar +0 -0
  133. data/modules/stax-api-1.0-2.jar +0 -0
  134. data/modules/tiger-types-1.0.jar +0 -0
  135. metadata +206 -0
@@ -0,0 +1,57 @@
1
+
2
+ <!--
3
+ application-client is the root element describing all the runtime bindings
4
+ of a single application client
5
+ -->
6
+ <!ELEMENT sun-application-client (resource-ref*, ejb-ref*, resource-env-ref*)>
7
+
8
+ <!--
9
+ name of a resource reference.
10
+ -->
11
+ <!ELEMENT res-ref-name (#PCDATA)>
12
+
13
+ <!--
14
+ resource-env-ref holds all the runtime bindings of a resource env reference.
15
+ -->
16
+ <!ELEMENT resource-env-ref ( resource-env-ref-name, jndi-name )>
17
+
18
+ <!--
19
+ name of a resource env reference.
20
+ -->
21
+ <!ELEMENT resource-env-ref-name (#PCDATA)>
22
+
23
+ <!--
24
+ resource-ref holds the runtime bindings of a resource reference.
25
+ -->
26
+ <!ELEMENT resource-ref ( res-ref-name, jndi-name, default-resource-principal?)>
27
+
28
+ <!--
29
+ default-resource-principal specifies the default principal that the container
30
+ will use to access a resource.
31
+ -->
32
+ <!ELEMENT default-resource-principal ( name, password)>
33
+
34
+ <!--
35
+ name element holds the user name
36
+ -->
37
+ <!ELEMENT name (#PCDATA)>
38
+
39
+ <!--
40
+ password element holds a password string.
41
+ -->
42
+ <!ELEMENT password (#PCDATA)>
43
+
44
+ <!--
45
+ ejb-ref element which binds an ejb reference to a jndi name.
46
+ -->
47
+ <!ELEMENT ejb-ref (ejb-ref-name, jndi-name)>
48
+
49
+ <!--
50
+ ejb-ref-name locates the name of the ejb reference in the application.
51
+ -->
52
+ <!ELEMENT ejb-ref-name (#PCDATA)>
53
+
54
+ <!--
55
+ jndi name of the associated entity
56
+ -->
57
+ <!ELEMENT jndi-name (#PCDATA)>
@@ -0,0 +1,182 @@
1
+
2
+ <!--
3
+ application-client is the root element describing all the runtime bindings
4
+ of a single application client
5
+ -->
6
+ <!ELEMENT sun-application-client (ejb-ref*, resource-ref*, resource-env-ref*, service-ref*,
7
+ message-destination*)>
8
+
9
+ <!--
10
+ name of a resource reference.
11
+ -->
12
+ <!ELEMENT res-ref-name (#PCDATA)>
13
+
14
+ <!--
15
+ resource-env-ref holds all the runtime bindings of a resource env reference.
16
+ -->
17
+ <!ELEMENT resource-env-ref ( resource-env-ref-name, jndi-name )>
18
+
19
+ <!--
20
+ name of a resource env reference.
21
+ -->
22
+ <!ELEMENT resource-env-ref-name (#PCDATA)>
23
+
24
+ <!--
25
+ resource-ref holds the runtime bindings of a resource reference.
26
+ -->
27
+ <!ELEMENT resource-ref ( res-ref-name, jndi-name, default-resource-principal?)>
28
+
29
+ <!--
30
+ default-resource-principal specifies the default principal that the container
31
+ will use to access a resource.
32
+ -->
33
+ <!ELEMENT default-resource-principal ( name, password)>
34
+
35
+ <!--
36
+ name element holds the user name
37
+ -->
38
+ <!ELEMENT name (#PCDATA)>
39
+
40
+ <!--
41
+ password element holds a password string.
42
+ -->
43
+ <!ELEMENT password (#PCDATA)>
44
+
45
+ <!--
46
+ ejb-ref element which binds an ejb reference to a jndi name.
47
+ -->
48
+ <!ELEMENT ejb-ref (ejb-ref-name, jndi-name)>
49
+
50
+ <!--
51
+ ejb-ref-name locates the name of the ejb reference in the application.
52
+ -->
53
+ <!ELEMENT ejb-ref-name (#PCDATA)>
54
+
55
+ <!--
56
+ jndi name of the associated entity
57
+ -->
58
+ <!ELEMENT jndi-name (#PCDATA)>
59
+
60
+ <!--
61
+ This node holds information about a logical message destination
62
+ -->
63
+ <!ELEMENT message-destination (message-destination-name, jndi-name)>
64
+
65
+ <!--
66
+ This node holds the name of a logical message destination
67
+ -->
68
+ <!ELEMENT message-destination-name (#PCDATA)>
69
+
70
+ <!--
71
+ Specifies the name of a durable subscription associated with a message-driven bean's
72
+ destination. Required for a Topic destination, if subscription-durability is set to
73
+ Durable (in ejb-jar.xml)
74
+ -->
75
+
76
+ <!--
77
+ W E B S E R V I C E S
78
+ -->
79
+ <!--
80
+ Runtime settings for a web service reference. In the simplest case,
81
+ there is no runtime information required for a service ref. Runtime info
82
+ is only needed in the following cases :
83
+ * to define the port that should be used to resolve a container-managed port
84
+ * to define default Stub/Call property settings for Stub objects
85
+ * to define the URL of a final WSDL document to be used instead of
86
+ the one packaged with a service-ref
87
+ -->
88
+ <!ELEMENT service-ref ( service-ref-name, port-info*, call-property*,
89
+ wsdl-override?, service-impl-class?, service-qname? )>
90
+
91
+ <!--
92
+ Coded name (relative to java:comp/env) for a service-reference
93
+ -->
94
+ <!ELEMENT service-ref-name ( #PCDATA )>
95
+
96
+ <!--
97
+ Information for a port within a service-reference.
98
+
99
+ Either service-endpoint-interface or wsdl-port or both
100
+ (service-endpoint-interface and wsdl-port) should be specified.
101
+
102
+ If both are specified, wsdl-port represents the
103
+ port the container should choose for container-managed port selection.
104
+
105
+ The same wsdl-port value must not appear in
106
+ more than one port-info entry within the same service-ref.
107
+
108
+ If a particular service-endpoint-interface is using container-managed port
109
+ selection, it must not appear in more than one port-info entry
110
+ within the same service-ref.
111
+
112
+ -->
113
+ <!ELEMENT port-info ( service-endpoint-interface?, wsdl-port?, stub-property*, call-property* )>
114
+
115
+ <!--
116
+ Fully qualified name of service endpoint interface
117
+ -->
118
+ <!ELEMENT service-endpoint-interface ( #PCDATA )>
119
+ <!--
120
+ Port used in port-info.
121
+ -->
122
+ <!ELEMENT wsdl-port ( namespaceURI, localpart )>
123
+
124
+ <!--
125
+ JAXRPC property values that should be set on a stub before it's returned to
126
+ to the web service client. The property names can be any properties supported
127
+ by the JAXRPC Stub implementation. See javadoc for javax.xml.rpc.Stub
128
+ -->
129
+ <!ELEMENT stub-property ( name, value )>
130
+
131
+ <!--
132
+ JAXRPC property values that should be set on a Call object before it's
133
+ returned to the web service client. The property names can be any
134
+ properties supported by the JAXRPC Call implementation. See javadoc
135
+ for javax.xml.rpc.Call
136
+ -->
137
+ <!ELEMENT call-property ( name, value )>
138
+
139
+ <!--
140
+ This is a valid URL pointing to a final WSDL document. It is optional.
141
+ If specified, the WSDL document at this URL will be used during
142
+ deployment instead of the WSDL document associated with the
143
+ service-ref in the standard deployment descriptor.
144
+
145
+ Examples :
146
+
147
+ // available via HTTP
148
+ <wsdl-override>http://localhost:8000/myservice/myport?WSDL</wsdl-override>
149
+
150
+ // in a file
151
+ <wsdl-override>file:/home/user1/myfinalwsdl.wsdl</wsdl-override>
152
+
153
+ -->
154
+ <!ELEMENT wsdl-override ( #PCDATA )>
155
+
156
+ <!--
157
+ Name of generated service implementation class. This is not set by the
158
+ deployer. It is derived during deployment.
159
+ -->
160
+ <!ELEMENT service-impl-class ( #PCDATA )>
161
+
162
+ <!--
163
+ The service-qname element declares the specific WSDL service
164
+ element that is being refered to. It is not set by the deployer.
165
+ It is derived during deployment.
166
+ -->
167
+ <!ELEMENT service-qname (namespaceURI, localpart)>
168
+
169
+ <!--
170
+ The localpart element indicates the local part of a QNAME.
171
+ -->
172
+ <!ELEMENT localpart (#PCDATA)>
173
+
174
+ <!--
175
+ The namespaceURI element indicates a URI.
176
+ -->
177
+ <!ELEMENT namespaceURI (#PCDATA)>
178
+
179
+ <!--
180
+ This text nodes holds a value string.
181
+ -->
182
+ <!ELEMENT value (#PCDATA)>
@@ -0,0 +1,431 @@
1
+
2
+ <!--
3
+ XML DTD for Sun Application Server specific J2EE Client Application
4
+ deployment descriptor. This is a companion DTD to application-client_1_4.xsd
5
+
6
+ -->
7
+
8
+ <!-- The PUBLIC ID (defined in DOCTYPE) associated with this dtd is:
9
+ "-//Sun Microsystems, Inc.//DTD Application Server 8.1 Application Client 1.4//EN";
10
+ -->
11
+
12
+ <!--
13
+ application-client is the root element describing all the runtime bindings
14
+ of a single application client
15
+ -->
16
+ <!ELEMENT sun-application-client (ejb-ref*, resource-ref*, resource-env-ref*, service-ref*,
17
+ message-destination*)>
18
+
19
+ <!--
20
+ name of a resource reference.
21
+ -->
22
+ <!ELEMENT res-ref-name (#PCDATA)>
23
+
24
+ <!--
25
+ resource-env-ref holds all the runtime bindings of a resource env reference.
26
+ -->
27
+ <!ELEMENT resource-env-ref ( resource-env-ref-name, jndi-name )>
28
+
29
+ <!--
30
+ name of a resource env reference.
31
+ -->
32
+ <!ELEMENT resource-env-ref-name (#PCDATA)>
33
+
34
+ <!--
35
+ resource-ref holds the runtime bindings of a resource reference.
36
+ -->
37
+ <!ELEMENT resource-ref ( res-ref-name, jndi-name, default-resource-principal?)>
38
+
39
+ <!--
40
+ default-resource-principal specifies the default principal that the container
41
+ will use to access a resource.
42
+ -->
43
+ <!ELEMENT default-resource-principal ( name, password)>
44
+
45
+ <!--
46
+ name element holds the user name
47
+ -->
48
+ <!ELEMENT name (#PCDATA)>
49
+
50
+ <!--
51
+ password element holds a password string.
52
+ -->
53
+ <!ELEMENT password (#PCDATA)>
54
+
55
+ <!--
56
+ ejb-ref element which binds an ejb reference to a jndi name.
57
+ -->
58
+ <!ELEMENT ejb-ref (ejb-ref-name, jndi-name)>
59
+
60
+ <!--
61
+ ejb-ref-name locates the name of the ejb reference in the application.
62
+ -->
63
+ <!ELEMENT ejb-ref-name (#PCDATA)>
64
+
65
+ <!--
66
+ jndi name of the associated entity
67
+ -->
68
+ <!ELEMENT jndi-name (#PCDATA)>
69
+
70
+ <!--
71
+ This node holds information about a logical message destination
72
+ -->
73
+ <!ELEMENT message-destination (message-destination-name, jndi-name)>
74
+
75
+ <!--
76
+ This node holds the name of a logical message destination
77
+ -->
78
+ <!ELEMENT message-destination-name (#PCDATA)>
79
+
80
+ <!--
81
+ Specifies the name of a durable subscription associated with a message-driven bean's
82
+ destination. Required for a Topic destination, if subscription-durability is set to
83
+ Durable (in ejb-jar.xml)
84
+ -->
85
+
86
+ <!--
87
+ W E B S E R V I C E S
88
+ -->
89
+ <!--
90
+ Runtime settings for a web service reference. In the simplest case,
91
+ there is no runtime information required for a service ref. Runtime info
92
+ is only needed in the following cases :
93
+ * to define the port that should be used to resolve a container-managed port
94
+ * to define default Stub/Call property settings for Stub objects
95
+ * to define the URL of a final WSDL document to be used instead of
96
+ the one packaged with a service-ref
97
+ -->
98
+ <!ELEMENT service-ref ( service-ref-name, port-info*, call-property*,
99
+ wsdl-override?, service-impl-class?, service-qname? )>
100
+
101
+ <!--
102
+ Coded name (relative to java:comp/env) for a service-reference
103
+ -->
104
+ <!ELEMENT service-ref-name ( #PCDATA )>
105
+
106
+ <!--
107
+ Information for a port within a service-reference.
108
+
109
+ Either service-endpoint-interface or wsdl-port or both
110
+ (service-endpoint-interface and wsdl-port) should be specified.
111
+
112
+ If both are specified, wsdl-port represents the
113
+ port the container should choose for container-managed port selection.
114
+
115
+ The same wsdl-port value must not appear in
116
+ more than one port-info entry within the same service-ref.
117
+
118
+ If a particular service-endpoint-interface is using container-managed port
119
+ selection, it must not appear in more than one port-info entry
120
+ within the same service-ref.
121
+
122
+ The optional message-security-binding element is used to customize the
123
+ port to provider binding; either by binding the port to a specific provider
124
+ or by providing a definition of the message security requirements to be
125
+ enforced by the provider.
126
+
127
+ -->
128
+ <!ELEMENT port-info ( service-endpoint-interface?, wsdl-port?, stub-property*, call-property*, message-security-binding? )>
129
+
130
+ <!--
131
+ Fully qualified name of service endpoint interface
132
+ -->
133
+ <!ELEMENT service-endpoint-interface ( #PCDATA )>
134
+ <!--
135
+ Port used in port-info.
136
+ -->
137
+ <!ELEMENT wsdl-port ( namespaceURI, localpart )>
138
+
139
+ <!--
140
+ JAXRPC property values that should be set on a stub before it's returned to
141
+ to the web service client. The property names can be any properties supported
142
+ by the JAXRPC Stub implementation. See javadoc for javax.xml.rpc.Stub
143
+ -->
144
+ <!ELEMENT stub-property ( name, value )>
145
+
146
+ <!--
147
+ JAXRPC property values that should be set on a Call object before it's
148
+ returned to the web service client. The property names can be any
149
+ properties supported by the JAXRPC Call implementation. See javadoc
150
+ for javax.xml.rpc.Call
151
+ -->
152
+ <!ELEMENT call-property ( name, value )>
153
+
154
+ <!--
155
+ This is a valid URL pointing to a final WSDL document. It is optional.
156
+ If specified, the WSDL document at this URL will be used during
157
+ deployment instead of the WSDL document associated with the
158
+ service-ref in the standard deployment descriptor.
159
+
160
+ Examples :
161
+
162
+ // available via HTTP
163
+ <wsdl-override>http://localhost:8000/myservice/myport?WSDL</wsdl-override>
164
+
165
+ // in a file
166
+ <wsdl-override>file:/home/user1/myfinalwsdl.wsdl</wsdl-override>
167
+
168
+ -->
169
+ <!ELEMENT wsdl-override ( #PCDATA )>
170
+
171
+ <!--
172
+ Name of generated service implementation class. This is not set by the
173
+ deployer. It is derived during deployment.
174
+ -->
175
+ <!ELEMENT service-impl-class ( #PCDATA )>
176
+
177
+ <!--
178
+ The service-qname element declares the specific WSDL service
179
+ element that is being refered to. It is not set by the deployer.
180
+ It is derived during deployment.
181
+ -->
182
+ <!ELEMENT service-qname (namespaceURI, localpart)>
183
+
184
+ <!--
185
+ The localpart element indicates the local part of a QNAME.
186
+ -->
187
+ <!ELEMENT localpart (#PCDATA)>
188
+
189
+ <!--
190
+ The namespaceURI element indicates a URI.
191
+ -->
192
+ <!ELEMENT namespaceURI (#PCDATA)>
193
+
194
+ <!--
195
+ This text nodes holds a value string.
196
+ -->
197
+ <!ELEMENT value (#PCDATA)>
198
+
199
+ <!--
200
+ The message-layer entity is used to define the value of the
201
+ auth-layer attribute of message-security-binding elements.
202
+
203
+ Used in: message-security-binding
204
+ -->
205
+ <!ENTITY % message-layer "(SOAP)">
206
+
207
+ <!--
208
+ The message-security-binding element is used to customize the
209
+ webservice-endpoint or port to provider binding; either by binding the
210
+ webservice-endpoint or port to a specific provider or by providing a
211
+ definition of the message security requirements to be enforced by the
212
+ provider.
213
+
214
+ These elements are typically NOT created as a result of the
215
+ deployment of an application. They need only be created when the
216
+ deployer or system administrator chooses to customize the
217
+ webservice-endpoint or port to provider binding.
218
+
219
+ The optional (repeating) message-security sub-element is used
220
+ to accomplish the latter; in which case the specified
221
+ message-security requirements override any defined with the
222
+ provider.
223
+
224
+ The auth-layer attribute identifies the message layer at which the
225
+ message-security requirements are to be enforced.
226
+
227
+ The optional provider-id attribute identifies the provider-config
228
+ and thus the authentication provider that is to be used to satisfy
229
+ the application specific message security requirements. If a value for
230
+ the provider-id attribute is not specified, and a default
231
+ provider is defined for the message layer, then it is used.
232
+ if a value for the provider-id attribute is not specified, and a
233
+ default provider is not defined at the layer, the authentication
234
+ requirements defined in the message-security-binding are not
235
+ enforced.
236
+
237
+ Default:
238
+ Used in: webservice-endpoint, port-info
239
+ -->
240
+ <!ELEMENT message-security-binding ( message-security* )>
241
+ <!ATTLIST message-security-binding
242
+ auth-layer %message-layer; #REQUIRED
243
+ provider-id CDATA #IMPLIED >
244
+
245
+ <!--
246
+ The message-security element describes message security requirements
247
+ that pertain to the request and response messages of the containing
248
+ endpoint, or port
249
+
250
+ When contained within a webservice-endpoint this element describes
251
+ the message security requirements that pertain to the request and
252
+ response messages of the containing endpoint. When contained within a
253
+ port-info of a service-ref this element describes the message security
254
+ requirements of the port of the referenced service.
255
+
256
+ The one or more contained message elements define the methods or operations
257
+ of the containing application, endpoint, or referenced service to which
258
+ the message security requirements apply.
259
+
260
+ Multiple message-security elements occur within a containing
261
+ element when it is necessary to define different message
262
+ security requirements for different messages within the encompassing
263
+ context. In such circumstances, the peer elements should not overlap
264
+ in the messages they pertain to. If there is any overlap in the
265
+ identified messages, no message security requirements apply to
266
+ the messages for which more than one message-security element apply.
267
+
268
+ Also, no message security requirements apply to any messages of
269
+ the encompassing context that are not identified by a message element.
270
+
271
+ Default:
272
+ Used in: webservice-endpoint, and port-info
273
+ -->
274
+ <!ELEMENT message-security ( message+, request-protection?, response-protection? )>
275
+
276
+ <!--
277
+ The message element identifies the methods or operations to which
278
+ the message security requirements apply.
279
+
280
+ The identified methods or operations are methods or operations of
281
+ the resource identified by the context in which the message-security
282
+ element is defined (e.g. the the resource identified by the
283
+ service-qname of the containing webservice-endpoint or service-ref).
284
+
285
+ An empty message element indicates that the security requirements
286
+ apply to all the methods or operations of the identified resource.
287
+
288
+ When operation-name is specified, the security
289
+ requirements defined in the containing message-security
290
+ element apply to all the operations of the endpoint
291
+ with the specified (and potentially overloaded) operation name.
292
+
293
+ Default:
294
+ Used in: message-security
295
+ -->
296
+ <!ELEMENT message ( java-method? | operation-name? )>
297
+
298
+ <!--
299
+ The java-method element is used to identify a method (or methods
300
+ in the case of an overloaded method-name) of the java class
301
+ indicated by the context in which the java-method is contained.
302
+
303
+ Default:
304
+ Used in: message
305
+ -->
306
+ <!ELEMENT java-method ( method-name, method-params? )>
307
+
308
+ <!--
309
+ The operation-name element is used to identify the WSDL name of an
310
+ operation of a web service.
311
+
312
+ Default:
313
+ Used in: message
314
+ -->
315
+ <!ELEMENT operation-name ( #PCDATA )>
316
+
317
+ <!--
318
+ The request-protection element describes the authentication requirements
319
+ that apply to a request.
320
+
321
+ The auth-source attribute defines a requirement for message layer
322
+ sender authentication (e.g. username password) or content authentication
323
+ (e.g. digital signature).
324
+
325
+ The auth-recipient attribute defines a requirement for message
326
+ layer authentication of the reciever of a message to its sender (e.g. by
327
+ XML encryption).
328
+
329
+ The before-content attribute value indicates that recipient
330
+ authentication (e.g. encryption) is to occur before any
331
+ content authentication (e.g. encrypt then sign) with respect
332
+ to the target of the containing auth-policy.
333
+
334
+ An absent request-protection element is the recommended shorthand
335
+ for a request-protection element with unspecified values for both the
336
+ auth-source and auth-recipient attributes.
337
+
338
+ Default:
339
+ Used in: message-security
340
+
341
+ * Expected evolution to support partial message protection:
342
+ *
343
+ * request-protection ( content-auth-policy* )
344
+ *
345
+ * If the request-protection element contains one or more
346
+ * content-auth-policy sub-elements, they define the authentication
347
+ * requirements to be applied to the identified request content. If multiple
348
+ * content-auth-policy sub-elements are defined, a request sender must
349
+ * satisfy the requirements independently, and in the specified order.
350
+ *
351
+ * The content-auth-policy element would be used to associate authentication
352
+ * requirements with the parts of the request or response object identified
353
+ * by the contained method-params or part-name-list sub-elements.
354
+ *
355
+ * The content-auth-policy element would be defined as follows:
356
+ *
357
+ * content-auth-policy ( method-params | part-name-list )
358
+ * ATTLIST content-auth-policy
359
+ * auth-source (sender | content) #IMPLIED
360
+ * auth-recipient (before-content | after-content) #IMPLIED
361
+ *
362
+ * The part-name-list and part-name elements would be defined as follows:
363
+ *
364
+ * part-name-list ( part-name* )
365
+ * part-name ( #PCDATA )
366
+ *
367
+ -->
368
+ <!ELEMENT request-protection EMPTY >
369
+ <!ATTLIST request-protection
370
+ auth-source (sender | content) #IMPLIED
371
+ auth-recipient (before-content | after-content) #IMPLIED>
372
+
373
+ <!--
374
+ The response-protection element describes the authentication requirements
375
+ that apply to a response.
376
+
377
+ The auth-source attribute defines a requirement for message layer
378
+ sender authentication (e.g. username password) or content authentication
379
+ (e.g. digital signature).
380
+
381
+ The auth-recipient attribute defines a requirement for message
382
+ layer authentication of the reciever of a message to its sender (e.g. by
383
+ XML encryption).
384
+
385
+ The before-content attribute value indicates that recipient
386
+ authentication (e.g. encryption) is to occur before any
387
+ content authentication (e.g. encrypt then sign) with respect
388
+ to the target of the containing auth-policy.
389
+
390
+ An absent response-protection element is the recommended shorthand
391
+ for a request-protection element with unspecified values for both the
392
+ auth-source and auth-recipient attributes.
393
+
394
+ Default:
395
+ Used in: message-security
396
+
397
+ * Expected evolution to support partial message protection:
398
+ *
399
+ * response-protection ( content-auth-policy* )
400
+ *
401
+ * see request-protection element for more details
402
+ *
403
+ -->
404
+ <!ELEMENT response-protection EMPTY >
405
+ <!ATTLIST response-protection
406
+ auth-source (sender | content) #IMPLIED
407
+ auth-recipient (before-content | after-content) #IMPLIED>
408
+
409
+ <!--
410
+ The method-name element contains the name of a service method of a web service
411
+ implementation class.
412
+
413
+ Used in: java-method
414
+ -->
415
+ <!ELEMENT method-name (#PCDATA)>
416
+ <!--
417
+ The method-params element contains a list of the fully-qualified Java
418
+ type names of the method parameters.
419
+
420
+ Used in: java-method
421
+ -->
422
+ <!ELEMENT method-params (method-param*)>
423
+
424
+ <!--
425
+ The method-param element contains the fully-qualified Java type name
426
+ of a method parameter.
427
+
428
+ Used in: method-params
429
+ -->
430
+ <!ELEMENT method-param (#PCDATA)>
431
+