Skip to content

Commit

Permalink
SWS-910 - De-deprecate the older, interface-based mappings
Browse files Browse the repository at this point in the history
  • Loading branch information
gregturn committed Jul 14, 2015
1 parent 1520740 commit 1325412
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,7 @@
* @author Arjen Poutsma
* @see org.springframework.xml.namespace.QNameEditor
* @since 1.0.0
* @deprecated as of Spring Web Services 2.0, in favor of {@link PayloadRootAnnotationMethodEndpointMapping}.
*/
@Deprecated
public class PayloadRootQNameEndpointMapping extends AbstractQNameEndpointMapping {

private static TransformerFactory transformerFactory;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,7 @@
*
* @author Arjen Poutsma
* @since 1.0.0
* @deprecated as of Spring Web Services 2.0, in favor of {@link SoapActionAnnotationMethodEndpointMapping}.
*/
@Deprecated
public class SoapActionEndpointMapping extends AbstractMapBasedEndpointMapping implements SoapEndpointMapping {

private String[] actorsOrRoles;
Expand Down

0 comments on commit 1325412

Please sign in to comment.