From 7b1f15b423001d4a4576bd97aaa8667ac62fe162 Mon Sep 17 00:00:00 2001 From: Arjen Poutsma Date: Tue, 10 Nov 2009 09:52:28 +0000 Subject: [PATCH] Javadoc --- .../ws/soap/security/AbstractWsSecurityInterceptor.java | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/security/src/main/java/org/springframework/ws/soap/security/AbstractWsSecurityInterceptor.java b/security/src/main/java/org/springframework/ws/soap/security/AbstractWsSecurityInterceptor.java index de43e731..03d326f1 100644 --- a/security/src/main/java/org/springframework/ws/soap/security/AbstractWsSecurityInterceptor.java +++ b/security/src/main/java/org/springframework/ws/soap/security/AbstractWsSecurityInterceptor.java @@ -1,5 +1,5 @@ /* - * Copyright 2006 the original author or authors. + * Copyright 2002-2009 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -250,8 +250,9 @@ public abstract class AbstractWsSecurityInterceptor implements SoapEndpointInter } /** - * Handles an invalid SOAP message. Default implementation logs the given exception, and creates a SOAP 1.1 Client - * or SOAP 1.2 Sender Fault with the exception message as fault string, and returns false. + * Handles an invalid SOAP message. Default implementation logs the given exception, delegates to the set {@link + * #setExceptionResolver(EndpointExceptionResolver) exceptionResolver} if any, or creates a SOAP 1.1 Client or SOAP + * 1.2 Sender Fault with the exception message as fault string, and returns false. * * @param ex the validation exception * @param messageContext the message context