File tree Expand file tree Collapse file tree 18 files changed +224
-611
lines changed
spring-ws-core/src/main/java/org/springframework/ws
spring-ws-security/src/main/java/org/springframework/ws/soap/security/x509
spring-ws-support/src/main/java/org/springframework/ws/transport/xmpp
spring-ws-test/src/main/java/org/springframework/ws/test/support/matcher/xmlunit2 Expand file tree Collapse file tree 18 files changed +224
-611
lines changed Original file line number Diff line number Diff line change 1+ /*
2+ * Copyright 2005-2025 the original author or authors.
3+ *
4+ * Licensed under the Apache License, Version 2.0 (the "License");
5+ * you may not use this file except in compliance with the License.
6+ * You may obtain a copy of the License at
7+ *
8+ * https://www.apache.org/licenses/LICENSE-2.0
9+ *
10+ * Unless required by applicable law or agreed to in writing, software
11+ * distributed under the License is distributed on an "AS IS" BASIS,
12+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+ * See the License for the specific language governing permissions and
14+ * limitations under the License.
15+ */
16+
17+ /**
18+ * Annotations and supporting classes for declarative configuration.
19+ */
20+ package org .springframework .ws .config .annotation ;
Original file line number Diff line number Diff line change 1515 */
1616
1717/**
18- * Provides an namespace handler for the Spring Web Services namespace.
18+ * Provide a namespace handler for the Spring Web Services namespace.
1919 */
2020package org .springframework .ws .config ;
Original file line number Diff line number Diff line change 1+ /*
2+ * Copyright 2005-2025 the original author or authors.
3+ *
4+ * Licensed under the Apache License, Version 2.0 (the "License");
5+ * you may not use this file except in compliance with the License.
6+ * You may obtain a copy of the License at
7+ *
8+ * https://www.apache.org/licenses/LICENSE-2.0
9+ *
10+ * Unless required by applicable law or agreed to in writing, software
11+ * distributed under the License is distributed on an "AS IS" BASIS,
12+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+ * See the License for the specific language governing permissions and
14+ * limitations under the License.
15+ */
16+
17+ /**
18+ * Client-side WS-Addressing support.
19+ */
20+ package org .springframework .ws .soap .addressing .client ;
Original file line number Diff line number Diff line change 1+ /*
2+ * Copyright 2005-2025 the original author or authors.
3+ *
4+ * Licensed under the Apache License, Version 2.0 (the "License");
5+ * you may not use this file except in compliance with the License.
6+ * You may obtain a copy of the License at
7+ *
8+ * https://www.apache.org/licenses/LICENSE-2.0
9+ *
10+ * Unless required by applicable law or agreed to in writing, software
11+ * distributed under the License is distributed on an "AS IS" BASIS,
12+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+ * See the License for the specific language governing permissions and
14+ * limitations under the License.
15+ */
16+
17+ /**
18+ * Annotations for server-side WS-Addressing support.
19+ */
20+ package org .springframework .ws .soap .addressing .server .annotation ;
Original file line number Diff line number Diff line change 1515 */
1616
1717/**
18- * Contains servers -side WS-Addressing support, in the form of {@code EndpointMappings}.
18+ * Server -side WS-Addressing support, in the form of {@code EndpointMappings}.
1919 */
2020package org .springframework .ws .soap .addressing .server ;
Original file line number Diff line number Diff line change 1+ /*
2+ * Copyright 2005-2025 the original author or authors.
3+ *
4+ * Licensed under the Apache License, Version 2.0 (the "License");
5+ * you may not use this file except in compliance with the License.
6+ * You may obtain a copy of the License at
7+ *
8+ * https://www.apache.org/licenses/LICENSE-2.0
9+ *
10+ * Unless required by applicable law or agreed to in writing, software
11+ * distributed under the License is distributed on an "AS IS" BASIS,
12+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+ * See the License for the specific language governing permissions and
14+ * limitations under the License.
15+ */
16+
17+ /**
18+ * Method argument resolvers for SOAP headers.
19+ */
20+ package org .springframework .ws .soap .server .endpoint .adapter .method ;
Original file line number Diff line number Diff line change 1515 */
1616
1717/**
18- * JDK 1.5+ annotations for Spring-WS SOAP endpoints.
18+ * Annotations for Spring-WS SOAP endpoints.
1919 */
2020package org .springframework .ws .soap .server .endpoint .annotation ;
Original file line number Diff line number Diff line change 1+ /*
2+ * Copyright 2005-2025 the original author or authors.
3+ *
4+ * Licensed under the Apache License, Version 2.0 (the "License");
5+ * you may not use this file except in compliance with the License.
6+ * You may obtain a copy of the License at
7+ *
8+ * https://www.apache.org/licenses/LICENSE-2.0
9+ *
10+ * Unless required by applicable law or agreed to in writing, software
11+ * distributed under the License is distributed on an "AS IS" BASIS,
12+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+ * See the License for the specific language governing permissions and
14+ * limitations under the License.
15+ */
16+
17+ /**
18+ * Streaming support.
19+ */
20+ package org .springframework .ws .stream ;
Original file line number Diff line number Diff line change 1+ /*
2+ * Copyright 2005-2025 the original author or authors.
3+ *
4+ * Licensed under the Apache License, Version 2.0 (the "License");
5+ * you may not use this file except in compliance with the License.
6+ * You may obtain a copy of the License at
7+ *
8+ * https://www.apache.org/licenses/LICENSE-2.0
9+ *
10+ * Unless required by applicable law or agreed to in writing, software
11+ * distributed under the License is distributed on an "AS IS" BASIS,
12+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+ * See the License for the specific language governing permissions and
14+ * limitations under the License.
15+ */
16+
17+ /**
18+ * Support classes for handling messages via HTTP.
19+ */
20+ package org .springframework .ws .transport .http .support ;
Original file line number Diff line number Diff line change @@ -56,7 +56,6 @@ tasks.named("javadoc") {
5656 title = " Spring Web Services ${ project.version} API"
5757 options {
5858 use = true
59- bottom = " Copyright © ${ java.time.Year.now()} <a href=\" https://spring.io\" >VMware by Broadcom</a>. All rights reserved."
6059 }
6160}
6261
You can’t perform that action at this time.
0 commit comments