From 5abf3249b09346669c1cf4ca67bf36ae6b39b7df Mon Sep 17 00:00:00 2001 From: Arjen Poutsma Date: Mon, 4 Jun 2007 22:49:14 +0000 Subject: [PATCH] Javadoc. --- .../ws/transport/FaultAwareWebServiceConnection.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/src/main/java/org/springframework/ws/transport/FaultAwareWebServiceConnection.java b/core/src/main/java/org/springframework/ws/transport/FaultAwareWebServiceConnection.java index 620f2d7c..d9f81edd 100644 --- a/core/src/main/java/org/springframework/ws/transport/FaultAwareWebServiceConnection.java +++ b/core/src/main/java/org/springframework/ws/transport/FaultAwareWebServiceConnection.java @@ -19,15 +19,15 @@ package org.springframework.ws.transport; import java.io.IOException; /** - * Sub-interface of {@link WebServiceConnection} that is aware of any Faults received. Typically, fault detection is - * done by inspecting connection error codes, etc. + * Sub-interface of {@link WebServiceConnection} that is aware of any SOAP Faults received. Typically, fault detection + * is done by inspecting connection error codes, etc. * * @author Arjen Poutsma */ public interface FaultAwareWebServiceConnection extends WebServiceConnection { /** - * Indicates whether this connection has a fault. + * Indicates whether this connection has a SOAP Fault. * * @return true if this connection has a fault; false otherwise. */