Skip to content

Commit 1325412

Browse files
committed
SWS-910 - De-deprecate the older, interface-based mappings
1 parent 1520740 commit 1325412

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

spring-ws-core/src/main/java/org/springframework/ws/server/endpoint/mapping/PayloadRootQNameEndpointMapping.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,7 @@
4343
* @author Arjen Poutsma
4444
* @see org.springframework.xml.namespace.QNameEditor
4545
* @since 1.0.0
46-
* @deprecated as of Spring Web Services 2.0, in favor of {@link PayloadRootAnnotationMethodEndpointMapping}.
4746
*/
48-
@Deprecated
4947
public class PayloadRootQNameEndpointMapping extends AbstractQNameEndpointMapping {
5048

5149
private static TransformerFactory transformerFactory;

spring-ws-core/src/main/java/org/springframework/ws/soap/server/endpoint/mapping/SoapActionEndpointMapping.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,7 @@
4949
*
5050
* @author Arjen Poutsma
5151
* @since 1.0.0
52-
* @deprecated as of Spring Web Services 2.0, in favor of {@link SoapActionAnnotationMethodEndpointMapping}.
5352
*/
54-
@Deprecated
5553
public class SoapActionEndpointMapping extends AbstractMapBasedEndpointMapping implements SoapEndpointMapping {
5654

5755
private String[] actorsOrRoles;

0 commit comments

Comments
 (0)