From 2f3f5a6016ebd89b4f865aaf9da137c1d745a4b1 Mon Sep 17 00:00:00 2001 From: Arjen Poutsma Date: Wed, 13 Jun 2007 00:27:52 +0000 Subject: [PATCH] Javadoc --- .../ws/soap/security/xwss/XwsSecurityInterceptor.java | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/security/src/main/java/org/springframework/ws/soap/security/xwss/XwsSecurityInterceptor.java b/security/src/main/java/org/springframework/ws/soap/security/xwss/XwsSecurityInterceptor.java index 7709aa59..4cceef8b 100644 --- a/security/src/main/java/org/springframework/ws/soap/security/xwss/XwsSecurityInterceptor.java +++ b/security/src/main/java/org/springframework/ws/soap/security/xwss/XwsSecurityInterceptor.java @@ -113,11 +113,9 @@ public class XwsSecurityInterceptor extends AbstractWsSecurityInterceptor implem } /** - * Secures the given SoapMessage message in accordance with the defined security policy and returns the secured - * result. + * Secures the given SoapMessage message in accordance with the defined security policy. * * @param soapMessage the message to be secured - * @return the secured message * @throws XwsSecuritySecurementException in case of errors * @throws IllegalArgumentException when soapMessage is not a SaajSoapMessage */ @@ -136,11 +134,9 @@ public class XwsSecurityInterceptor extends AbstractWsSecurityInterceptor implem } /** - * Validates the given SoapMessage message in accordance with the defined security policy and returns the validated - * result. + * Validates the given SoapMessage message in accordance with the defined security policy. * * @param soapMessage the message to be validated - * @return the validated message * @throws XwsSecurityValidationException in case of errors * @throws IllegalArgumentException when soapMessage is not a SaajSoapMessage */